For a particular scenario, I am constructing a soap request envelope and sending to the Soap server over http using URLConnection classes and getting the soap response back as xml. Then I am doing a normal xml parsing to retrive a node value from this response.
Here I am not doing any data type conversions or any kind of transformations.
My question is, whether this will work always? Is there any case that you can point retrieving a value from the response this way will fail so that I need to use the axis apis to reconstruct the response object?
Because in my case I just need to show the value to the user, I don't need to do any kind of processing on this value retrieved, so want to avoid to use the Soap apis to do this deserialization.
TIA,
dw
TIA,
dw
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
