Log in

View Full Version : PHP API---how to read from an xml request



avk84
10-08-2009, 07:12 AM
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