cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Attachment

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos
Former Member
0 Kudos

PayloadSwapBean swaps the payload with the attachment, But I need to have the data from the payload and attachment in my target messsage. How to achive this

Thank you

Monika

stefan_grube
Active Contributor
0 Kudos

This is not possible unless you write an adapter module by your own.

Regards

Stefan

Former Member
0 Kudos

Hi,

I am not even able to swap the payload with attachment using PayloadSwapBean. As per my knowledge and from the forum I came to now that in SOAP Sender Adpater module cannot be used. Can you let me know how it worked for you.

Are you able to read the attachment?

Thanks

Amit