Sample Response Message
LeasePak Documentation Suite NETSOL website
writeDown

(mPower icon) PrincipalWUWD

writeDown

Sample Successful Response without SOAP
<?xml version="1.0"?>
<WUWD>
	<INFO>Write down completed successfully on Lease :         30!</INFO>
</WUWD>
Sample Error Response
<?xml version="1.0"?>
<WUWD>
	<ERROR>ERROR[20003] Write down failed, invalid effective date!</ERROR>
</WUWD>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:writeDownResponse xmlns:ns="urn:PrincipalWUWD">
			<ns:return>
			<?xml version="1.0"?>
			<WUWD>
				<INFO>Write down completed successfully on Lease :         30!</INFO>
			</WUWD>
			</ns:return>
		</ns:writeDownResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:writeDownResponse xmlns:ns="urn:PrincipalWUWD">
			<ns:return>
			<?xml version="1.0"?>
			<WUWD>
				<ERROR>ERROR[20003] Write down failed, invalid effective date!</ERROR>
			</WUWD>
			</ns:return>
		</ns:writeDownResponse>
	</soapenv:Body>
</soapenv:Envelope>