Sample Response Message
LeasePak Documentation Suite NETSOL website
getR0909

(mPower icon) LPReports

getR0909

Sample Successful Response without SOAP
<?xml version="1.0"?>
<!-- [R0909] -->
<r0909 hrefs_on="-1" lpmreq_on="-1" popups_on="-1">
	<r0909_lse>
		<header>
			<run_dt>8/17/17</run_dt>
			<run_tm>12:06am</run_tm>
			<user_s>RABIAS</user_s>
			<version_s>Linux Sybase 7.00.5628</version_s>
			<por_name_s>VAX/DEC TEST MGR PORTFOLIO 2</por_name_s>
			<div_name_s>EQUIPMENT LEASE DIVISION</div_name_s>
			<date_format_pref_s>MMDDYY</date_format_pref_s>
			<lskey>
				<type_s>LEASE</type_s>
				<data_s>5</data_s>
				<desc_s>VERSATEL</desc_s>
				<criteria_s>SELECTED LEASE: 5</criteria_s>
			</lskey>
			<lskey>
				<type_s>LESSEE</type_s>
				<data_s>8</data_s>
				<desc_s>BEAR CREEK CORPORATION</desc_s>
				<criteria_s/>
			</lskey>
		</header>
		<data>
			<pcro_s>2 1 1  1</pcro_s>
			<lse_s>5</lse_s>
			<invo_s>20</invo_s>
			<invo_due_dt>1/20/89</invo_due_dt>
			<eff_dt>1/20/89</eff_dt>
			<run_dt>1/19/89</run_dt>
			<run_tm>1:37am</run_tm>
			<opr_s>ZZB</opr_s>
			<bank_code_s>*</bank_code_s>
			<check_s/>
			<tran_type_s>CAPITAL REDUCT  -IND</tran_type_s>
			<short_name_s>BEAR CREEK CORPORATION</short_name_s>
			<tran_rsn_s/>
			<ppt_desc_s/>
			<comments_s/>
			<amount_d>1,195.36</amount_d>
		</data>
		<summary>
			<lse_pmt_d>0.00</lse_pmt_d>
			<stax_d>0.00</stax_d>
			<prtx_d>0.00</prtx_d>
			<late_d>0.00</late_d>
			<fhut_d>0.00</fhut_d>
			<misc_d>0.00</misc_d>
			<capital_d>1,195.36</capital_d>
		</summary>
	</r0909_lse>
</r0909>
Sample Error Response Without SOAP
Error: Response Message without Lease Number
<?xml version="1.0"?>
<R0909_ERROR>
	<ERROR>Lease number is required.</ERROR>
</R0909_ERROR>
Error: Response Message with Invalid Lease Number
<?xml version="1.0"?>
<R0909_ERROR>
	<ERROR>Lease record does not exist for key 0.25.</ERROR>
</R0909_ERROR>

Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:getR0909Response xmlns:ns="urn:LPReports">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<!-- [R0909] -->
			<r0909 hrefs_on="-1" lpmreq_on="-1" popups_on="-1">
				<r0909_lse>
					<header>
						<run_dt>8/17/17</run_dt>
						<run_tm>12:06am</run_tm>
						<user_s>RABIAS</user_s>
						<version_s>Linux Sybase 7.00.5628</version_s>
						<por_name_s>VAX/DEC TEST MGR PORTFOLIO 2</por_name_s>
						<div_name_s>EQUIPMENT LEASE DIVISION</div_name_s>
						<date_format_pref_s>MMDDYY</date_format_pref_s>
						<lskey>
							<type_s>LEASE</type_s>
							<data_s>5</data_s>
							<desc_s>VERSATEL</desc_s>
							<criteria_s>SELECTED LEASE: 5</criteria_s>
						</lskey>
						<lskey>
							<type_s>LESSEE</type_s>
							<data_s>8</data_s>
							<desc_s>BEAR CREEK CORPORATION</desc_s>
							<criteria_s/>
						</lskey>
					</header>
					<data>
						<pcro_s>2 1 1  1</pcro_s>
						<lse_s>5</lse_s>
						<invo_s>20</invo_s>
						<invo_due_dt>1/20/89</invo_due_dt>
						<eff_dt>1/20/89</eff_dt>
						<run_dt>1/19/89</run_dt>
						<run_tm>1:37am</run_tm>
						<opr_s>ZZB</opr_s>
						<bank_code_s>*</bank_code_s>
						<check_s/>
						<tran_type_s>CAPITAL REDUCT  -IND</tran_type_s>
						<short_name_s>BEAR CREEK CORPORATION</short_name_s>
						<tran_rsn_s/>
						<ppt_desc_s/>
						<comments_s/>
						<amount_d>1,195.36</amount_d>
					</data>
					<summary>
						<lse_pmt_d>0.00</lse_pmt_d>
						<stax_d>0.00</stax_d>
						<prtx_d>0.00</prtx_d>
						<late_d>0.00</late_d>
						<fhut_d>0.00</fhut_d>
						<misc_d>0.00</misc_d>
						<capital_d>1,195.36</capital_d>
					</summary>
				</r0909_lse>
			</r0909>			
			]]></ns:return>
		</ns:getR0909Response>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
Error: Response Message without Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <ns:getR0909Response xmlns:ns="urn:LPReports">
         <ns:return>
         <?xml version="1.0"?>
         <R0909_ERROR>
			 <ERROR>Lease number is required.</ERROR>
		</R0909_ERROR>
		</ns:return>
      </ns:getR0909Response>
   </soapenv:Body>
</soapenv:Envelope>
Error: Response Message with Invalid Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:getR0909Response xmlns:ns="urn:LPReports">
			<ns:return>
			<?xml version="1.0"?>
			<R0909_ERROR>
				<ERROR>Lease record does not exist for key 0.25.</ERROR>
			</R0909_ERROR>
			</ns:return>
		</ns:getR0909Response>
	</soapenv:Body>
</soapenv:Envelope>