I have a scenario from Sender-webservice to Receiver-webservice. ( Synchronous Scenario ).
SOAP Sender [ SOAP Normal Adapter ] < - > SAP PI < - > SOAP Receiver [ SOAP AXIS Protocol Adapter ]
Now Response from SOAP Receiver, PI receiving is having a CSV attachment file along with actual xml payload response.
Now My actual data is coming in SOAP Attachment and it is in CSV Format .
Now before response mapping step , this CSV SOAP attachment has to be convert into XML and this XML has to reach Response message Mapping instead of actual Payload response.
Now Questions are : 1. Converison of SOAP CSV attachment to XML
2. Swapping of XML Attachment with response payload so that Response message mapping shd actually performed on XML Attachment Data.
How to achive above ???
See Attachment - I have Shown response attachment and response payload in SOAP UI .
Regards
PS