Displaying 1 result from an estimated 1 matches for "mdwebservice".
2006 Aug 02
0
Need help with SOAP and .NET
...:Address => client.address)
...
soap.reset_stream
end
Sample SOAP request that needs to be received for doSingleRecord:
POST /dqws/address.asmx HTTP/1.1
Host: ws.melissadata.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:mdWebService/doSingleRecord"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<...