Raw XML/SOAP communication.

  • Thread starter Thread starter Kalpesh Modha
  • Start date Start date
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.
 
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,
 
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,
 
Back
Top