Sample Request Message
LeasePak Documentation Suite NETSOL website
geoSearch

(mPower icon) LPSearch

geoSearch

Sample Request Message
<?xml version="1.0" ?>
<LPSEARCH>
	<programAction>20</programAction>
	<city>ALA</city>
	<county></county>
	<state>CA</state>
	<uninc>0</uninc>
</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:geoSearch>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
				<LPSEARCH>
					<programAction>20</programAction>
					<city>SAN</city>
					<county>ALAMEDA</county>
					<state>CA</state>
				</LPSEARCH>]]></urn:input>
		</urn:geoSearch>
	</soapenv:Body>
</soapenv:Envelope>