Sample Request Message
LeasePak Documentation Suite NETSOL website
searchClient

(mPower icon) LPSearch

searchClient

Sample Request Message
<?xml version="1.0"?>
<LPSEARCH>
	<clientRelation>VND</clientRelation>
	<shortname>%</shortname>
	<clientNumber/>
	<ssnBusinessID/>
	<address1/>
	<city></city>
	<state>OR</state>
	<busPhone/>
</LPSEARCH>
Sample Request Message (ERROR) without SOAP
<?xml version="1.0"?>
<LPSEARCH>
	<clientRelation>INV</clientRelation>
	<shortname>%</shortname>
	<clientNumber/>
	<ssnBusinessID/>
	<address1/>
	<city></city>
	<state>OR</state>
	<busPhone/>
</LPSEARCH>
Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:searchClient>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
                    <LPSEARCH>
                        <clientRelation>VND</clientRelation> 
                        <shortname>%</shortname>
                        <clientNumber></clientNumber>
                        <ssnBusinessID></ssnBusinessID>
                        <address1></address1>
                        <city></city>
                        <state>OR</state>
                        <busPhone></busPhone>
                    </LPSEARCH>
                ]]></urn:input>
		</urn:searchClient>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message (ERROR) with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:searchClient>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
                    <LPSEARCH>
                        <clientRelation>INV</clientRelation> 
                        <shortname>%</shortname>
                        <clientNumber></clientNumber>
                        <ssnBusinessID></ssnBusinessID>
                        <address1></address1>
                        <city></city>
                        <state>OR</state>
                        <busPhone></busPhone>
                    </LPSEARCH>
                ]]></urn:input>
		</urn:searchClient>
	</soapenv:Body>
</soapenv:Envelope>