cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion in Sender Mail Adapter

suwandi_cahyadi
Contributor
0 Kudos

Dear Experts,

Is there any Content Conversion needed for the sender mail adapter?

If for example I have an incoming mail message with the following content (from attachment) in text based:

firstname.lastname

idnumber

phonenumber

How will the XI payload look like? Can I convert it to something like:

<message>

     <firstname>firstname</firstname>

     <lastname>lastname</lastname>

     <idnumber>idnumber</idnumber>

     <phonenumber>phonenumber</phonenumber>

</message>

Thank you,

Suwandi C.

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi,

You can achieve it using : Payloadswap bean and Message transform Bean to convert  the attachment payload to XML

Refer:

Regards,

Azhar

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Suwandi,

you can use message transform bean, please refer the below sap note

SAP Note 793922 - XI 3.0 AF Message Transformation Module

you can also refer the below doc

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9e6c7911-0d01-0010-1aa3-8e1bb1551...

regards,

Harish