Urgent: Receiving Posted XML data
Hi
I have got an asp page which another webserver posts xml data to. I am able to retrieve this data by using "request.form" However, the data is not in the correct format. It looks something like this:
aws_handback=%3Chand-back+stage%3D%22ONLINE%22+success%3D%22true%22+tim estamp%3D%221115908364781%22+value
The server sending the data is UTF-8. I have tried using a XML dom parser but this does not seem to work or Im doing something wrong. I have searched on the net for hours with no luck. Most examples show data being sent and then received between servers (ServerXMLHTTP) but this is pureley another webserver posting xml data to my asp page.
Any ideas or suggestions would be highly appreciated.
Regards
Marnus
|