Hi All,

i have to develop an API which can read the xml data and process it to produce the xml output which has to be send back.

i know how to process the xml request to get the data and produce the output.

Since it is an API the xml is passed through the url and I have to get the xml in my program to process it.

Can anyone help me in getting the xml and storing it to a dom document so that i can process the request