Raw XML/SOAP communication.

K

Kalpesh Modha

Hello.

I have written a web service consumer. The web service itself lives else on
any machine at our supplier.

How to I capture the XML/SOAP communcation between my consumer and the web
service.

the consumer is written in C#.

thanks for your help
Kalpesh Modha.
 
J

Joerg Jooss

Thus wrote Kalpesh,
Hello.

I have written a web service consumer. The web service itself lives
else on any machine at our supplier.

How to I capture the XML/SOAP communcation between my consumer and the
web service.

the consumer is written in C#.

Use a HTTP proxy like Fiddler and make sure the WS client uses that proxy
for HTTP requests.

Cheers,
 
K

Kalpesh Modha

Thanks,

I'll try that.

regards
Kal.
Joerg Jooss said:
Thus wrote Kalpesh,


Use a HTTP proxy like Fiddler and make sure the WS client uses that proxy
for HTTP requests.

Cheers,
 

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

Top