Hello Everybody,
I am new to powershell. Current I am working on a project, where we had *.asmx web services and some other dev uses those in powershell. I notice that in the current implementation, they are returning the exception details in xml format using xml api in .net.
Currently I am converting those asmx services to the wcf and I am converting all those things. In wcf we have fault exception instead of soap exception. The question I have is, do I really need to return exception details in xml format using xml api in .net. Because by default all communicaiton over the wire are in xml format.
Please guide.
JAMIL