LPSearch<?xml version="1.0"?> <LPSEARCH> <clientRelation>VND</clientRelation> <shortname>%</shortname> <clientNumber/> <ssnBusinessID/> <address1/> <city></city> <state>OR</state> <busPhone/> </LPSEARCH>
<?xml version="1.0"?> <LPSEARCH> <clientRelation>INV</clientRelation> <shortname>%</shortname> <clientNumber/> <ssnBusinessID/> <address1/> <city></city> <state>OR</state> <busPhone/> </LPSEARCH>
<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>
<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>