cancel
Showing results for 
Search instead for 
Did you mean: 

How to process a SOAP Attachment in XI

Former Member
0 Kudos

Hi,

I have a SOAP-RFC-SOAP Synchronous scenario. Here the SOAP Message comes with an attachment. I need to process the SOAP Attachment through XI and need to map the content to the RFC and send the response back to the webservice. Here PayloadSwapBean does not work in Sender soap Adapter. Is there any other option of achieving this.

Thanks,

Bhargav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This is achieved using ABAP Proxy

stefan_grube
Active Contributor
0 Kudos

This is not possible without a customer written adapter module.

You cannot do this with standard.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan is there any work around method to achieve this?

I was suggested to write an abap proxy for this can you help me the abap proxy.

Thanks,

Bhargav

stefan_grube
Active Contributor
0 Kudos

Ask Michal

Need need to implement the other direction.

Regards

Stefan

former_member189719
Participant
0 Kudos

Hi Stefan

Was your comments for 7.1??

Was wondering if there is anything new in 7.1 which will help us play around with the attachment ??

Rgds

Dilip

Former Member
0 Kudos

Hi Stefan,

Thanks for the Help. I have now achieved this using ABAP Proxy.

Bhargav