Sample Response Message
LeasePak Documentation Suite NETSOL website
writeUpReversal

(mPower icon) PrincipalWUWD

writeUpReversal

Sample Successful Response without SOAP
<?xml version="1.0"?>
<WUWDR>
	<INFO>Write up reversal completed successfully on Lease :         31!</INFO>
</WUWDR></ns:return>
Sample Error Response
<?xml version="1.0"?>
<WUWDR>
	<ERROR>ERROR[30000] Update cancelled, record modified by another user.</ERROR>
</WUWDR>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:writeUpReversalResponse xmlns:ns="urn:PrincipalWUWD">
			<ns:return><?xml version="1.0"?>
			<WUWDR>
				<INFO>Write up reversal completed successfully on Lease :         31!</INFO>
			</WUWDR></ns:return>
		</ns:writeUpReversalResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:writeUpReversalResponse xmlns:ns="urn:PrincipalWUWD">
			<ns:return><?xml version="1.0"?>
			<WUWDR>
				<ERROR>ERROR[30000] Update cancelled, record modified by another user.</ERROR>
				</WUWDR>
			</ns:return>
		</ns:writeUpReversalResponse>
	</soapenv:Body>
</soapenv:Envelope>