Hi,
System "A" makes a sync call to XI, XI needs to make call to a webservice on system B that returns a soap response with a attachment. System A can not handle attachments. I dont have any control on system A. In xi I need to read the values from the attachment and copy those to the response ans send back to the system A.
Systems .......... System A ..........XI ................System B
Request ........... .XML Req -
> Mapping -
> Soap Req
Resp ........... .....XML Resp <------ (?????) <------- Soap Resp+attachemnt
My probelm is " How to convert soap message with attachment to Simple XML message with contains all the data.
Thank you
Monika