Sample Response Message
LeasePak Documentation Suite NETSOL website
searchClient

(mPower icon) LPSearch

searchClient

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPSEARCH>
	<RESULT>
		<data>
			<client_s_name_s>E-Z ELECTRIC             </client_s_name_s>
			<timestamp>01</timestamp>
			<client_id_s>       17</client_id_s>
			<client_rel_s>VND</client_rel_s>
			<client_dba_c> </client_dba_c>
			<ss_s>                    </ss_s>
			<short_add_s>795 RIVERSIDE A</short_add_s>
			<short_cty_s>PORTLAND</short_cty_s>
			<st_s>OR</st_s>
			<bus_phn_s>5037735958</bus_phn_s>
		</data>
	</RESULT>
</LPSEARCH>
Sample Error Response
<?xml version="1.0"?>
<LPSEARCH>
	<ERROR>No more search results found.</ERROR>
</LPSEARCH>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:searchClientResponse xmlns:ns="urn:LPSearch">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPSEARCH>
				<RESULT>
					<data>
						<client_s_name_s>E-Z ELECTRIC             </client_s_name_s>
						<timestamp>01</timestamp>
						<client_id_s>       17</client_id_s>
						<client_rel_s>VND</client_rel_s>
						<client_dba_c> </client_dba_c>
						<ss_s>                    </ss_s>
						<short_add_s>795 RIVERSIDE A</short_add_s>
						<short_cty_s>PORTLAND</short_cty_s>
						<st_s>OR</st_s>
						<bus_phn_s>5037735958</bus_phn_s>
					</data>
				</RESULT>
			</LPSEARCH>         
         ]]></ns:return>
		</ns:searchClientResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <ns:searchClientResponse xmlns:ns="urn:LPSearch">
         <ns:return>
			<?xml version="1.0"?>
			<LPSEARCH>
				<ERROR>No more search results found.</ERROR>
			</LPSEARCH>         
         </ns:return>
      </ns:searchClientResponse>
   </soapenv:Body>
</soapenv:Envelope>