cancel
Showing results for 
Search instead for 
Did you mean: 

Payload Swap Bean Issue

Former Member
0 Kudos

Hi Experts , I am working on SAP PI 7.1 . I have a situation where I am getting an attachment from R3 into PI in text format using XI adapter and I need to send it to BIS 6 using SOAP receiver adapter. The XI adapter is pickig the file OK , but the MAIN document contains the  :File Name , and what I am looking for is the file content.

<?xml version="1.0" encoding="utf-8" ?>

- <n0:TaxableAmounts xmlns:n0="http://philips.com" xmlns:prx="urn:sap.com:proxy:XXX:/1SAI/TASF9B9463442E832719865:701:2011/07/20">

<n0:AttachedFilename>NGA20130820174130.txt</n0:AttachedFilename>

</n0:TaxableAmounts>

I am sharing the parameters of the receiver SOAP channel , please let me know where am I getting wrong !!!

I have spent almost the whole day in this issue .

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Please refer the payloadswapbean module configuration part in this blog. See if that helps.

http://scn.sap.com/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--...

ambrish_mishra
Active Contributor
0 Kudos

Hi Arnab,

The below link seems relevant although in the link it is a mail sender.

http://scn.sap.com/thread/1748393

Hope it helps!

Ambrish

former_member223322
Active Participant
0 Kudos

Try checking the Read Attachments option in your operation mapping. Also what are the parameters you have used in payload swap bean?

Refer the below doc for Payload swap bean.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c5...

~Srini