cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Receiver Adapter

Former Member
0 Kudos

Hi EveryBody,

I am facing an issue in Mail Receiver Adapter.

Mail is getting trigerred but i am getting the content of the mail between the tags as below.

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

*<ns0:Mail xmlns:ns0="http://sap.com/xi/XI/Mail/30"><Content>

CONTENT OF THE MAIL

CONTENT OF THE MAIL

CONTENT OF THE MAIL

CONTENT OF THE MAIL

</Content></ns0:Mail>

Can Somebody help me out in removing the above tags from the content.

Regards,

Zabiulla

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

Configure like beloe:

Protocol:XIPXYLOAD

UseMailPackage:Checked

mailAttachment:unchacked

Former Member
0 Kudos

Mohammed,

I have recently finished a mil to file scnenartio and have done some good R&D on this .

NOw your requirement is that u dont want the target file to be in XML form....please confirm?

Former Member
0 Kudos

You can refer follwoing links:

Mail Adapter scenarios – SAP Exchange Infrastructure:

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

XI: HTML e-mails from the receiver mail adapter ?

/people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter

Sending XI-Content as Mail Attachement with specific Filename

Triggering e-Mails to Shared folders of SAP IS-U

/people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u

Mail Adapter (XI) - how to implement dynamic mail address

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

XI: Sender mail adapter - PayloadSwapBean - Step by step :

/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step

Former Member
0 Kudos

Hi,

Chek below links for receiver adapter.

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

/people/community.user/blog/2006/09/07/email-reporting

/people/community.user/blog/2006/09/08/email-report-as-attachment-excelword

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

/people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter

Regards,

Phani

Reward points if Helpful

former_member267355
Active Participant
0 Kudos

Hi,

You can try Message Protocol = “XIPAYLOAD” with “Mail Package”.

Refer this blog

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

Regards,

Sakthi

Former Member
0 Kudos

Hi,

Thanks for the reply but this does not solve my problem.Are there any Modules we need to use to remove these tag messages.

Regards,

Zabiulla

aashish_sinha
Active Contributor
0 Kudos

Hi,

Since, by default, XI sends payload and attachments in XML format, we need to call two beans, namely the MessageTransformBean and the PayloadSwapBean to help us is transforming the content.

refer /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step .

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi,

Thanks for that but these modules are used if we send attachments if i am not wrong.

Regards,

Zabiulla