|
Hi,
I am new new member here and I required very urgent help.
I am designing website forms and once the user fill up the form it genrates the xml file. now these XML file is posted through XML request to another application server which saved the form data into it. and after successful submisson the application server sends the response.
This response is in XML format and it gives 2 main values:
1. Status message ( <status>Ok or Error</status>) and
2. submission id. of form ( <id>12126</id>)
Now , how to read the response from the server, status and id value. ( ok or error) as depening upon this value the thankyou message will be displayed.
Thankyou
~Anand
|