xml response of 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///
 
Thus wrote AVL,
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?

If you just want to see the message (for debugging purposes), a proxy like
Fiddler (www.fiddlertool.com) will do the trick.

Cheers,
 
Back
Top