Example HTTP response

The location of the data in the HTTP response message is indicated by the key RESULT_PATH at the entry definition in the DID. In this example that route is indicated by bold characters.

HTTP/1.0 200 OK
Set-Cookie: ssnid=292044355559; path=/;
Content-Type: application/x-sap.busdoc
Connection: Keep-Alive
Content-Length: 1262
<?xml version="1.0" encoding="iso-8859-1"?>
<biztalk_1 xmlns="urn:biztalk-org:biztalk:biztalk_1">
<header>
<delivery>
<message>
<messageID>0A003209F70D4FDB000000ED</messageID>
</message>
</delivery>
</header>
<body>
<GET_CUST_AAD xmlns:doc="urn:sap-com:document:sap:rfc:functions"
mlns="">
			<CUSTOMER>
<item>
<Customer_number>1234</Customer_number>
<Surname Prefix="">Benitas</Surname>
<Initials>D.A.</Initials>
<Gender>M</Gender>
<Address>
<!—Address of customer 1234->
<Street></Street>
<Number></Number>
<Postal_code></Postal_code>
<City></City>
</Address>
</item
</CUSTOMER>
</GET_CUST_AAD>
</body>
</biztalk_1>