Sample Response Message
LeasePak Documentation Suite NETSOL website
resubmitEOP

(mPower icon) LPEOP

resubmitEOP

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPEOP_INFO>
	<RESULT_RECORD>
		<TYPE>INFO</TYPE>
		<RECORD>RESUBMIT_EOP</RECORD>
		<KEY>1</KEY>
		<FIELD>portfolio</FIELD>
		<MSGCODE>0</MSGCODE>
		<MSGTEXT>Successful.</MSGTEXT>
	</RESULT_RECORD>
</LPEOP_INFO>
Sample Error Response
<?xml version="1.0"?>
<LPEOP_INFO>
	<RESULT_RECORD>
		<TYPE>ERROR</TYPE>
		<RECORD>RESUBMIT_EOP</RECORD>
		<KEY>1</KEY>
		<FIELD>portfolio</FIELD>
		<MSGCODE>2046</MSGCODE>
		<MSGTEXT>No modules have failed or have been halted.</MSGTEXT>
	</RESULT_RECORD>
</LPEOP_INFO>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:resubmitEOPResponse xmlns:ns="urn:LPEOP">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPEOP_INFO>
				<RESULT_RECORD>
					<TYPE>INFO</TYPE>
					<RECORD>RESUBMIT_EOP</RECORD>
					<KEY>1</KEY>
					<FIELD>portfolio</FIELD>
					<MSGCODE>0</MSGCODE>
					<MSGTEXT>Successful.</MSGTEXT>
				</RESULT_RECORD>
			</LPEOP_INFO>
			]]></ns:return>
		</ns:resubmitEOPResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:resubmitEOPResponse xmlns:ns="urn:LPEOP">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPEOP_INFO>
				<RESULT_RECORD>
					<TYPE>ERROR</TYPE>
					<RECORD>RESUBMIT_EOP</RECORD>
					<KEY>1</KEY>
					<FIELD>portfolio</FIELD>
					<MSGCODE>2046</MSGCODE>
					<MSGTEXT>No modules have failed or have been halted.</MSGTEXT>
				</RESULT_RECORD>
			</LPEOP_INFO>
			]]></ns:return>
		</ns:resubmitEOPResponse>
	</soapenv:Body>
</soapenv:Envelope>