| Author |
How to make XML file from WebService responses?
|
Himanshu Gupta
Ranch Hand
Joined: Aug 18, 2008
Posts: 598
|
|
I get parts of XML document from a web service calls. I have to make an XML out of it so that I can give it to XSLT for transformation.
The response is somewhat like this
Can someone suggest me a good design as it has to be repeated for a number of elements.
|
My Blog SCJP 5 SCWCD 5
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
Just capture the whole thing. SOAP responses must be legal XML documents.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: How to make XML file from WebService responses?
|
|
|