Soap formatting webservice

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:DeliverSmsResponse xmlns:sms="http://smsgateway/ourservice">

<soapenv:success
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">true</soapenv:succ
ess>

</sms:DeliverSmsResponse>

</soapenv:Body>

</soapenv:Envelope>

how can i make my webservice understand the tag "<soapenv>" instead of
"<soap>"
 
C

Carlton858

<?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:DeliverSmsResponse xmlns:sms="http://smsgateway/ourservice">

<soapenv:success
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">true</soapenv:succ
ess>

</sms:DeliverSmsResponse>

</soapenv:Body>

</soapenv:Envelope>

how can i make my webservice understand the tag "<soapenv>" instead of
"<soap>"

I think I might be having the same problem. What type of error
message are you getting? Is it something like Method invalid or not
allowed?

Carlton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top