How do I post a XML and get the response status from the response?
I want to post
<myExampleRequest><myValue>xyz</myValue></myExampleRequest>
to http://domain.com/GetStatus.aspx
The page responds with
<myExampleResponse><status>True</status><Message></Message></myExampleResponse>