Hello,
I am developing a Web service and throwing exception that occur using
System.Web.Serv ices.Protocols. SoapException. I am passing actual message
through the Message property of the SoapException. I want to pass an xml
body as Message parameter. But when I pass an xml body such as <msg>File Not
found</msg> as a message in SoapException, on client side it is returned as
<msg>F ile Not found</msg>. I want that message content should
be returned intact on client side.
Can any one help me out in order to solve this problom.
Thanks,
Reshma
I am developing a Web service and throwing exception that occur using
System.Web.Serv ices.Protocols. SoapException. I am passing actual message
through the Message property of the SoapException. I want to pass an xml
body as Message parameter. But when I pass an xml body such as <msg>File Not
found</msg> as a message in SoapException, on client side it is returned as
<msg>F ile Not found</msg>. I want that message content should
be returned intact on client side.
Can any one help me out in order to solve this problom.
Thanks,
Reshma