Hi Guys,
Is it possible to use http.submit to post XML content?
The XML contains the following structure:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
<soap:Header>
<To soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">http://server1/Services/Feed.svc</To>
</soap:Header>
<soap:Body>
<tem:GetServers/>
</soap:Body>
</soap:Envelope>
How to do this? Can it be done?
Eric
Is it possible to use http.submit to post XML content?
The XML contains the following structure:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
<soap:Header>
<To soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">http://server1/Services/Feed.svc</To>
</soap:Header>
<soap:Body>
<tem:GetServers/>
</soap:Body>
</soap:Envelope>
How to do this? Can it be done?
Eric
Comment