-1

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.

Infinite Recursion
  • 6,511
  • 28
  • 39
  • 51
Developer
  • 17,809
  • 26
  • 66
  • 92
  • If you found the answer out yourself, please post an answer to this question and then mark your own reply as the answer. This keeps the "Unanswered"-category of questions less cluttered. :) – Marcus L Apr 07 '09 at 07:01

1 Answers1

2

There is a somewhat similar question already here on SO: .NET Log Soap Request on Client.

Tools that are suggested are:

Community
  • 1
  • 1
RuudKok
  • 5,252
  • 2
  • 26
  • 27