C
Caesar
Hello, i have a certain XML formatting and i want my webservice to act upon
it
Does anyone have an idea how to do it:
HTTP/1.1 200 OK
Date: Tue, 09 Dec 2003 19:23:48 GMT
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<sms
eliverSmsResponse xmlns:sms="http://smsgateway/ourservice">
<soapenv:success
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">true</soapenv:succ
ess>
</sms
eliverSmsResponse>
</soapenv:Body>
</soapenv:Envelope>
how can i make my webservice understand the tag "<soapenv>" instead of
"<soap>"
it
Does anyone have an idea how to do it:
HTTP/1.1 200 OK
Date: Tue, 09 Dec 2003 19:23:48 GMT
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<sms
<soapenv:success
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">true</soapenv:succ
ess>
</sms
</soapenv:Body>
</soapenv:Envelope>
how can i make my webservice understand the tag "<soapenv>" instead of
"<soap>"