xml response of a web service

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///
 
J

Joerg Jooss

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,
 

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