Quantcast
Channel: How to get the raw xml returned from a webservice request? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by VanOrman for How to get the raw xml returned from a webservice...

So, here's the way I ended up doing it. The scenario is that a user clicks a button and wants to see the raw XML that a webservice is returning. This will give you that. I ended up using an xslt to...

View Article



Answer by Wolfwyrd for How to get the raw xml returned from a webservice...

You have two real options. You can create a SoapExtension that will insert into the response stream and retrieve the raw XML or you can alter your proxy stubs to use XmlElement to retrieve the raw...

View Article

How to get the raw xml returned from a webservice request?

Does anyone know of a simple way of getting the raw xml that is returned from querying a webservice?I have seen a way of doing this via Web Services Enhancements, but I don't want an added dependency.

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images