Re: VW: SOAP Service problem



The following is the request sent to the server:

POST / HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: localhost:4920
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "urn:vwservices#DoSum"
Content-Length: 488

<?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><DoSum
xmlns="urn:vwservices"><doSum xmlns=""><ns1:Integer
xmlns:ns1="urn:vwservices">1</ns1:Integer><ns2:Integer
xmlns:ns2="urn:vwservices">2</ns2:Integer><ns3:Integer
xmlns:ns3="urn:vwservices">5</ns3:Integer></doSum></DoSum></soapenv:Body></soapenv:Envelope>

.



Relevant Pages