LPCustomer<?xml version="1.0"?> <LP_RESPONSE_INFO> <RESULT_RECORD> <TYPE>INFO</TYPE> <RECORD>CUSTOMER</RECORD> <KEY>34</KEY> <FIELD>clientNumber</FIELD> <MSGCODE>0</MSGCODE> <MSGTEXT>Successful.</MSGTEXT> </RESULT_RECORD> </LP_RESPONSE_INFO>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:deleteResponse xmlns:ns="urn:LPCustomer">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>INFO</TYPE>
					<RECORD>CUSTOMER</RECORD>
					<KEY>34</KEY>
					<FIELD>clientNumber</FIELD>
					<MSGCODE>0</MSGCODE>
					<MSGTEXT>Successful.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
         ]]></ns:return>
		</ns:deleteResponse>
	</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:deleteResponse xmlns:ns="urn:LPCustomer">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LP_RESPONSE_INFO>
				<RESULT_RECORD>
					<TYPE>ERROR</TYPE>
					<RECORD>CUSTOMER</RECORD>
					<KEY>34</KEY>
					<FIELD>clientNumber</FIELD>
					<MSGCODE>7005</MSGCODE>
					<MSGTEXT>The update has been cancelled because the record was modified by another user. Please re-enter your update.</MSGTEXT>
				</RESULT_RECORD>
			</LP_RESPONSE_INFO>
         ]]></ns:return>
		</ns:deleteResponse>
	</soapenv:Body>
</soapenv:Envelope>