Sample Response Message
LeasePak Documentation Suite NETSOL website
taxCalc

(mPower icon) LPSearch

taxCalc

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPSEARCH>
	<RESULT>
		<data>
			<monthlyTaxAmount>140.00</monthlyTaxAmount>
			<rentalTaxAmount>0.00</rentalTaxAmount>
			<assessmentTaxAmount>7.00</assessmentTaxAmount>
			<lienTaxCreditRemaining>360.00</lienTaxCreditRemaining>
			<dueDate_1>2016-03-01</dueDate_1>
			<taxRate_1>14.000</taxRate_1>
			<dueDate_2>2016-04-01</dueDate_2>
			<taxRate_2>14.000</taxRate_2>
			<dueDate_3>2016-05-01</dueDate_3>
			<taxRate_3>14.000</taxRate_3>
			<taxRateCount>3</taxRateCount>
		</data>
	</RESULT>
</LPSEARCH>
Sample Error Response
<?xml version="1.0"?>
<LPSEARCH>
	<ERROR>2010:Geocode cannot be blank.</ERROR>
</LPSEARC>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:taxCalcResponse xmlns:ns="urn:LPSearch">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPSEARCH>
				<RESULT>
					<data>
						<monthlyTaxAmount>140.00</monthlyTaxAmount>
						<rentalTaxAmount>0.00</rentalTaxAmount>
						<assessmentTaxAmount>7.00</assessmentTaxAmount>
						<lienTaxCreditRemaining>360.00</lienTaxCreditRemaining>
						<dueDate_1>2016-03-01</dueDate_1>
						<taxRate_1>14.000</taxRate_1>
						<dueDate_2>2016-04-01</dueDate_2>
						<taxRate_2>14.000</taxRate_2>
						<dueDate_3>2016-05-01</dueDate_3>
						<taxRate_3>14.000</taxRate_3>
						<taxRateCount>3</taxRateCount>
					</data>
				</RESULT>
			</LPSEARCH>
			]]></ns:return>
		</ns:taxCalcResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:taxCalcResponse xmlns:ns="urn:LPSearch">
			<LPSEARCH>
				<ERROR>2010:Geocode cannot be blank.</ERROR>
			</LPSEARCH>
		</ns:taxCalcResponse>
	</soapenv:Body>
</soapenv:Envelope>