Sample Response Message
LeasePak Documentation Suite NETSOL website
writeUp

(mPower icon) PrincipalWUWD

writeUp

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