cancel
Showing results for 
Search instead for 
Did you mean: 

Handling attachment from Web Service with reliable messaging in PI

Former Member
0 Kudos

Hi,

I am getting csv attachment along with web service into PI. I have tried handling this with SOAP adapter using AXIS protocol and MessageTransformBean module. But this wont handle Reliable Messaging. How can Reliable Messaging with this scenario be done?

Thanks,

Aravind

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>> I have tried handling this with SOAP adapter using AXIS protocol and MessageTransformBean module. But this wont handle Reliable Messaging. How can Reliable Messaging with this scenario be done?

WS adapter supports Reliable messaging. SAP PI 7.1 supports WS RM

Former Member
0 Kudos

Hi,

How to handle the attachment with WS Adapter?

Thanks,

Aravind

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I think you can use payloadswap bean in the module processor of WS adapter. We tried relliable messaging only with WS adapter. We did not have requirement of attachment. That is my few cents.

check this link

http://help.sap.com/saphelp_nwpi711/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/frameset.htm

Former Member
0 Kudos

Hi Baskar,

Thank you for quick response.

The problem with WS Adapter is we cannot add module since the module tab is disabled.

There is no option to add modules.

Any other way to handle attachment?

Thanks,

Aravind

Former Member
0 Kudos

Hi Aravind,

Sure you cannot add adapter modules in the WS adapter as it runs on ABAP.

Did you check the incoming payload on your integration server via this adapter,

i guess the attachment should be received there as 2nd attachement

Best wishes

Sebastian

Former Member
0 Kudos

Hi,

SOAP Axis adapter can be used for Web Service scenarios with attachments. As per the FAQ provided by SAP for Axis adapter some additional Jar files need to be deployed for using WS-RM, but did not find any specific info about which Jar files.

Would appreciate if someone can refer to any specific links for this.

Thanks.

Siddhesh

Answers (0)