Web Service Exception

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reshma Prabhu

    Web Service Exception

    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
    &lt;msg&gt;F ile Not found&lt;/msg&gt;. 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





Working...