dude9er
06-30-2007, 01:47 AM
OKay, I am starting to doubt that this is even possible. I've been at it for two days now and have gotten no where.
I have a form that is submitting to a remote server that I do not control. I am told to POST the form data to http://www.somesite.com/Process.aspx and that POST will generate an XML string that I am suppose to parse within my own site for the user to view.
Here is the problem. If I'm POSTing to http://www.somesite.com/Process.aspx how do I get the user back to my site AND parse the XML string? This makes no sense to me, is it even possible?
Here is what I'm being told:
"The HTTP POST method generates an XML string that contains information about the success or failure or your request. The XML string will need to be parsed by your application in order to interpret the results."
I am given a sample of the response string, but no actual response.XML file to point to. Not only that, by the time the response is generated the user is on the remote server completely via the POST. How can I get them back to my server and show the results? I thought of using an Iframe, but I don't think this will work.
Please advise if this is even possible. I'm using ASP and I am a designer without a lot of experience in the coding world. I'm going to be buying some books because I know I need to learn this stuff!!
Thanks for any feedback!!
I have a form that is submitting to a remote server that I do not control. I am told to POST the form data to http://www.somesite.com/Process.aspx and that POST will generate an XML string that I am suppose to parse within my own site for the user to view.
Here is the problem. If I'm POSTing to http://www.somesite.com/Process.aspx how do I get the user back to my site AND parse the XML string? This makes no sense to me, is it even possible?
Here is what I'm being told:
"The HTTP POST method generates an XML string that contains information about the success or failure or your request. The XML string will need to be parsed by your application in order to interpret the results."
I am given a sample of the response string, but no actual response.XML file to point to. Not only that, by the time the response is generated the user is on the remote server completely via the POST. How can I get them back to my server and show the results? I thought of using an Iframe, but I don't think this will work.
Please advise if this is even possible. I'm using ASP and I am a designer without a lot of experience in the coding world. I'm going to be buying some books because I know I need to learn this stuff!!
Thanks for any feedback!!