Hi all,
I face a blocking issue in one of my B2B process.
A marketplace must send Purchase orders to my customer with synchronous HTTPs requests.
When messages arrive, we can see the following payload in incoming message (SXMB_MONI)
%24xmldata=+%3C%3Fxmlversion%3D%221.0%22encoding%3D%22UTF-8%22%3F%3E%0D%0A-%3CMessage%3E%0D%0A-%3CHeader%3E%0D%0A%3CFrom%3EPA%3C%2FFrom%3E%0D%0A+%3CTo%3E83092SAC01%3C%2FTo%3E%0D%0A+%3CDocType%3ETAEPa-xCBL30PO%3C%2FDocType%3E%0D%0A++%3CDocID%3EP-20050502T125611-TATG310-
...
%0D%0A++%3C%2FMessage%3E&submit=Soumission
WebServer of B2B partners don't put XML data in HTTP body but as HTML form in .
Is there a way in Plain http adapter to interpret such a request ?
How can we decode hexadecimal sequence ?
Thanks to help us.
Jean-Charles