Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a service reference .svc written in c# .net v3.5 and I want to view the SOAP request/response message. Is it possible? Thanks
If you want to see the wsdl, type in your service uri follow by ?wsdl in your browser. If you want to actually view the data going across the wire, use a tool like fiddler.