Java SOAP Parsing

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Java SOAP Parsing

Post by ayu »

So I have a Java application that is going to grab info from a server.
The server responds with SOAP data.

So my question is, should I use a regular XML parser to parse the data I get from the server, or do I have to parse it in a special way since it's SOAP?

Any advice would be great =)
"The best place to hide a tree, is in a forest"

Post Reply