Get Response amp HTTP_POST

Hi,

I need to post an XML file to a B2B partner using SAP BC 4.7
I can do the post, the message returns with a status of 200…
But the actual page also returns an XML message…

I want to root that message back into SAP BC for further integration and example would be if the B2B partner returned a PO acknowledgement
or returned an invoice…

How do I do it…?

Regards

I believe that you are talking about the response body. If you run bytesToString after the post, and map body/bytes to this field, you should have the response body in a string.