Thursday, April 28, 2011

Web Service Request

I am building a web site that consumes an external web service. I have added the WSDL of the external service as reference to my site. How do i view the contents of the SOAP envelope that is sent as request when i call the web method in the external service.

I get an "XML Parse Exception" when i make the web service call. So i want to see the contents of the SOAP envelope that is being sent as request.

**EDIT: I found an article that does exactly what i want:

http://blog.encoresystems.net/articles/how-to-capture-soap-envelopes-when-consuming-a-web-service.aspx**

From stackoverflow

0 comments:

Post a Comment