Sample Response Message
LeasePak Documentation Suite NETSOL website
geoSearch

(mPower icon) LPSearch

geoSearch

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPSEARCH>
	<RESULT>
		<data>
			<today>170613</today>
			<cityCode>0020</cityCode>
			<cityDescription>ALAMEDA                  </cityDescription>
			<cityRate>0.000</cityRate>
			<countyCode>001 </countyCode>
			<countyDescription>ALAMEDA                  </countyDescription>
			<countyRate>0.000</countyRate>
			<countyOverrideRate>0.000</countyOverrideRate>
			<downPaymentType>U</downPaymentType>
			<effectiveCityDate/>
			<effectiveCountyDate>2004-07-01</effectiveCountyDate>
			<effectiveStateDate>2013-01-01</effectiveStateDate>
			<postGroup/>
			<previousCityRate>0.000</previousCityRate>
			<previousCountyRate>0.000</previousCountyRate>
			<previousStateRate>0.000</previousStateRate>
			<stateCode>5</stateCode>
			<stateDescription>CA</stateDescription>
			<stateRate>0.000</stateRate>
			<stateOverrideRate>0.000</stateOverrideRate>
			<taxCapAmount>99999.99</taxCapAmount>
			<taxCapBasis>99999.99</taxCapBasis>
			<taxCapEffectiveDate/>
			<taxRateType>U</taxRateType>
			<totalRate>0.000</totalRate>
			<previousStateOverrideRate>0.000</previousStateOverrideRate>
			<previousCountyOverrideRate>0.000</previousCountyOverrideRate>
		</data>
		<data>
			<today>170613</today>
			<cityCode>7050</cityCode>
			<cityDescription>ALAMO                    </cityDescription>
			<cityRate>0.000</cityRate>
			<countyCode>013 </countyCode>
			<countyDescription>CONTRA COSTA             </countyDescription>
			<countyRate>0.000</countyRate>
			<countyOverrideRate>0.000</countyOverrideRate>
			<downPaymentType>U</downPaymentType>
			<effectiveCityDate/>
			<effectiveCountyDate>2004-07-01</effectiveCountyDate>
			<effectiveStateDate>2013-01-01</effectiveStateDate>
			<postGroup/>
			<previousCityRate>0.000</previousCityRate>
			<previousCountyRate>0.000</previousCountyRate>
			<previousStateRate>0.000</previousStateRate>
			<stateCode>5</stateCode>
			<stateDescription>CA</stateDescription>
			<stateRate>0.000</stateRate>
			<stateOverrideRate>0.000</stateOverrideRate>
			<taxCapAmount>99999.99</taxCapAmount>
			<taxCapBasis>99999.99</taxCapBasis>
			<taxCapEffectiveDate/>
			<taxRateType>U</taxRateType>
			<totalRate>0.000</totalRate>
			<previousStateOverrideRate>0.000</previousStateOverrideRate>
			<previousCountyOverrideRate>0.000</previousCountyOverrideRate>
		</data>
	</RESULT>
</LPSEARCH>
Sample Error Response
<?xml version="1.0"?>
<LPSEARCH>
	<ERROR>2001:ProgramAction not valid.</ERROR>
</LPSEARCH>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:geoSearchResponse xmlns:ns="urn:LPSearch">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPSEARCH>
				<RESULT>
					<data>
						<today>170613</today>
						<cityCode>0020</cityCode>
						<cityDescription>ALAMEDA                  </cityDescription>
						<cityRate>0.000</cityRate>
						<countyCode>001 </countyCode>
						<countyDescription>ALAMEDA                  </countyDescription>
						<countyRate>0.000</countyRate>
						<countyOverrideRate>0.000</countyOverrideRate>
						<downPaymentType>U</downPaymentType>
						<effectiveCityDate/>
						<effectiveCountyDate>2004-07-01</effectiveCountyDate>
						<effectiveStateDate>2013-01-01</effectiveStateDate>
						<postGroup/>
						<previousCityRate>0.000</previousCityRate>
						<previousCountyRate>0.000</previousCountyRate>
						<previousStateRate>0.000</previousStateRate>
						<stateCode>5</stateCode>
						<stateDescription>CA</stateDescription>
						<stateRate>0.000</stateRate>
						<stateOverrideRate>0.000</stateOverrideRate>
						<taxCapAmount>99999.99</taxCapAmount>
						<taxCapBasis>99999.99</taxCapBasis>
						<taxCapEffectiveDate/>
						<taxRateType>U</taxRateType>
						<totalRate>0.000</totalRate>
						<previousStateOverrideRate>0.000</previousStateOverrideRate>
						<previousCountyOverrideRate>0.000</previousCountyOverrideRate>
					</data>
					<data>
						<today>170613</today>
						<cityCode>7050</cityCode>
						<cityDescription>ALAMO                    </cityDescription>
						<cityRate>0.000</cityRate>
						<countyCode>013 </countyCode>
						<countyDescription>CONTRA COSTA             </countyDescription>
						<countyRate>0.000</countyRate>
						<countyOverrideRate>0.000</countyOverrideRate>
						<downPaymentType>U</downPaymentType>
						<effectiveCityDate/>
						<effectiveCountyDate>2004-07-01</effectiveCountyDate>
						<effectiveStateDate>2013-01-01</effectiveStateDate>
						<postGroup/>
						<previousCityRate>0.000</previousCityRate>
						<previousCountyRate>0.000</previousCountyRate>
						<previousStateRate>0.000</previousStateRate>
						<stateCode>5</stateCode>
						<stateDescription>CA</stateDescription>
						<stateRate>0.000</stateRate>
						<stateOverrideRate>0.000</stateOverrideRate>
						<taxCapAmount>99999.99</taxCapAmount>
						<taxCapBasis>99999.99</taxCapBasis>
						<taxCapEffectiveDate/>
						<taxRateType>U</taxRateType>
						<totalRate>0.000</totalRate>
						<previousStateOverrideRate>0.000</previousStateOverrideRate>
						<previousCountyOverrideRate>0.000</previousCountyOverrideRate>
					</data>
				</RESULT>
			</LPSEARCH>
			]]></ns:return>
		</ns:geoSearchResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:geoSearchResponse xmlns:ns="urn:LPSearch">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPSEARCH>
				<ERROR>2001:ProgramAction not valid.</ERROR>
			</LPSEARCH>
			]]></ns:return>
		</ns:geoSearchResponse>
	</soapenv:Body>
</soapenv:Envelope>