Technical Details:
Sample Soap Message
The following message searches for email addresses of some one.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<mns:ProcessSRL2 xmlns:mns="http://www.SoapClient.com/xml/SQLDataSoap.xsd">
<SRLFile xsi:type="xsd:string">/xml/email.sri</SRLFile>
<RequestName xsi:type="xsd:string">efinder</RequestName>
<key1 xsi:type="xsd:string">Some</key1>
<key2 xsi:type="xsd:string">One</key2>
</mns:ProcessSRL2>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Important Note
The site is serviced by a multi-homed host server. You must add the Host
header in your SOAP message to access the service:
Host:
soapclient.com
|