View generated soap code

E

Eirik

Using the following code I retrieve some data from a web service:
var response = somewebservice.requestdata();

How can I view the generated soap request and response between the servers?


Eirik
 
B

bruce barker

if its the browser to server use the debugger or fiddler. if its server
to server use a network monitor program.

-- bruce (sqlwork.com)
 
E

Eirik

Fiddler looks like a nice tool, but the webservice I'm using uses https, and
if I set Fiddler to decrypt, an exception is thrown from the webservice.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top