Hi All,
I have a scenario where sender issues synchronous SOAP request with PO details to XI. XI further calls RFC using request payload. RFCs response is a table of PDF content. Now I have to pass this PDF data back to the sender as it is. Sender will later take care of displaying PDF output. I just need to pass this table data as it is to the sender.
Any idea how to achieve this?
Below I am displaying response payload from RFC.
I am getting below excpetion in response mapping.
Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_MM_RFCShipDoc_To_ShippingDocDataResponse_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser : #0 not allowed in Character data sections(:main:, row:252, col:6)
Thanks,
Smita