Regarding parsing the XML Data

Hi,

How to parse XML data in java.

You might want to visit an XML or Java site/forum. These forums address webMethods products and when using the primary XML processing product, Integration Server, writing Java to parse XML is not necessary nor advised.

There are few xml parser API’s available which u can use to do the task.EX DOM parser ,SAX Parser.
Google about java Xml parsers u will get a bunch of links