Hi Experts,
We have a requirement need some suggestion on the approach from you. Please kindly give any information.
Our Requirement:
It is a ABAP Proxy to Http synchronize scenario. PI sends the request data to Bank via HTTP adapter and get the response back to SAP system.
PI needs to send data to target server via HTTP POST method.
Question is:
In the request data. We need add some other information sentences before the XML payload. HTTP body is just like:
Version=0.0.1.0&TransCode=PAYENT&BankCode=102&GroupCIS=170290000013959&ID=cs01.y.1702&PackageID=201307250000003&Cert=&reqData=<?xml version=\"1.0\" encoding=\"UTF-8\"?><CMS><eb><pub><TransCode>PAYENT</TransCode><CIS>170290000013959</CIS><BankCode>102</BankCode><ID>cs01.y.1702</ID><TranDate>20130725</TranDate><TranTime>0951547123</TranTime><fSeqno>201307250000003</fSeqno></pub></eb></CMS>