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.
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
regards,
Harish
Add a comment