[Solved] how to parse xml file having in java [closed]


If you enter your question without the xml tags in Google, you find enough information on the first page.

I propose to check out the JAXP trail of the Oracle Java SE Tutorial, which shows you how to do it the standard Java way.

And then, as your XML example suggests, if you want to parse SOAP envelopes, you are in the field of JAX-WS web services, which you can learn more about in the Oracle Java EE tutorial.

solved how to parse xml file having in java [closed]