Home | SOAP Tools | UDDI Browser | ResourcesSource Code | RFCs | News Reader  | SOAP Interop | Bookmarks 

  

e-mail Finder
Description: This web service searching for e-mail addresses given a person's name. Search results are provided by Yahoo's people search.
End Point: http://www.SoapClient.com/xml/SQLDataSoap.WSDL
First Name:
Last Name:
 

Technical Details:

SOAP Endpoint URL: http://www.SoapClient.com/xml/SQLDataSoap.WSDL
SOAP Action: /SQLDataSRL
Method Names: ProcessSRL2
WSDL URL:  http://www.SoapClient.com/xml/SQLDataSoap.wsdl
Parameters:
  1. SRLFile: The name of the Service Request Language File, use /xml/email.sri for flight tracking.
  2. RequestName: This should always be efinder.
  3. key1: The first name.
  4. key2: The last name.

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


Copyright © 1997-2011 SQLData System, Inc  All rights reserved.

Comments, or suggestions? Send to info2 at sqldata.com

This site is powered by SQLData SOAP Server