The location of the data in the XML 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.
<?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>