cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to Abap Proxy with attachment

Former Member
0 Kudos

Hi Experts,

i am facing one problem while developing one interface from SOAP to ABAP Proxy with attachment.

the sender system is sending empty soap message but with all its content in the attachment.

we need to parse the attachment and send the data to ECC system through proxy.

we made some research on SDN and found out that in sender soap adapter PayloadSwapBean is not supported.

however in receiver XI adapter the module tab is not editable.

could you suggest any solution to handle this interface?

thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Are you using PI 7.0? Then you can access the paylaod in mapping.

What does that mean, that you receive an empty SOAP message? Is it an empty root tag or no tag at all?

I am not sure if the SOAP adapter accept a message without root tag.

Former Member
0 Kudos

No, we are using 7.11

i have very little of Axsi soap adapter, could someone provide any guide document?

or is there any other way of swap the attachment to payload?

former_member186158
Active Participant
0 Kudos

read my blog /people/peng.shen2/blog/2010/07/18/soap-to-soap-with-axis-framework-in-pi-71

Former Member
0 Kudos

Hi Aditya,

Can you just try to use SOAP with Servlet(Axis) protocol, since standard SOAP sender does not allow modules to be used.

please refer http://help.sap.com/saphelp_nw04/helpdata/en/45/a39e244b030063e10000000a11466f/frameset.htm

The first attachment is put in the main payload; further attachments become attachments of the XI message.

http://help.sap.com/saphelp_nw70/helpdata/EN/45/a4f8bbdfdc0d36e10000000a114a6b/frameset.htm

Regards,

Srinivas

Former Member
0 Kudos

thanks, then Axsi soap is the only solution?