PatientPaws
New Member
I have an application that is posting an XML string to a web page and reading back that pages data. I need to redirect which page is read from based off of the XML element "exampleRequest". Is this possible to do with the code behind, without using SOAP? I can't use webservice commands because the application sending the data is un-editable. This is all I have to work with, I.E.\[code\]<?xml version="1.0" ?><exampleRequest></exampleRequest>\[/code\]