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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top