xml response from a web service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I a new bie to web services..
I've requirment wherein I need to build the xml response
I know the method of my web service and I know it's return values....

I need to know the kind of xml response it builds when I call the method
exposed by the web service...

How can I view the xml response sent by a web service?

Please help me out///
 
You need to use some kind of XML tunneller, try a google for this.

You can also use a SoapExtension to log the response to a file/database etc.
Lookup SoapExtension on MSDN.

Cheers
Simon.
 
Back
Top