Click here to Skip to main content
15,896,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a SOAP Server/Client code, from the Server part, it would throw a System.Web.Services.Protocols.SoapException
and the Message part is like:
throw new SoapException( "&lt ; null >", SoapException.ServerFaultCode);

But from the Clinet part,
I find the message became as:

catch (Exception e)
Console.WriteLine(e.Message);

the result is "< null >", but I hope it still is "&lt ; null &gt;"

Is anyone have idea?

thanks.
Posted
Updated 19-Nov-12 16:26pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900