cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to MAIL

Former Member
0 Kudos

hi all

I am doing a scenario in which I am using SOAP as sender adapter and in the receiver side mail adapter .

Can any body guide me step by step to do this scenario.

regards

Manas

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Manas

For SOAP to MAIL configuration you can read the step by step process on blogs

link is as follows

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=soaptomail+&adv=false&sortby=cm_rnd_rankvalue

thanks

sandeep

PS: if helpful plz reward points

Former Member
0 Kudos

Hi manas,

Kindly follow the security settiting for soad and mail adapter before doing the scenarios

for SOAP adapter

http://help.sap.com/saphelp_nw04s/helpdata/en/1f/7e2441509fa831e10000000a1550b0/frameset.htm

for Mail adapter

http://help.sap.com/saphelp_nw04s/helpdata/en/56/992d4142badb2be10000000a1550b0/frameset.htm

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail

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

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

Sender SOAP Adapter configuration:

• A sender communication channel defines how a SOAP adapter transforms a message so that it can be processed by the integration engine during the inbound processing.

• Configure the adapter on the parameters tab page during the definition of a communication channel.

• On the module tab page in the module processor you can specify generic modules, which give the adapter additional functions.

• Transport protocol: HTTP

• Message protocol: SOAP1.1

• Adapter engine: Integration server

• Conversion parameters:

• With header

• With attachments

• With encoded headers

• With query string

• Default XI parameter:

• Interface namespace

• Interface name

• Processing parameters:

• Best effort (for synchronous processing)

• Exactly once (for asynchronous processing)

• Exactly once in order (for asynchronous processing

Using queues)

• Advance mode: to specify additional parameters

Receiver MAIL Adapter configuration:

• A receiver communication channel defines how a mail adapter transforms a message so that it can be processed by the receiver during the outbound processing

• Transport protocol: SMTP, IMAP4

• Message protocol: XI PAYLOAD

• Adapter engine: integration server

• Connection parameters:

 Target URL

 User name

 Password

• Mail attributes:

 The entire e-mail message including the header information can be optionally added to the payload

 Content of the mail message can be based 64 encoded

• Adapter status: active to exchange message

• Advance mode: to specify additional parameters

Former Member
0 Kudos

HiManas,

You can see

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Also

/people/rahul.nawale2/blog/2006/07/22/smime-security-for-the-mail-adapter-within-xi

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

[Reward for helpful reply]

Vishal

Former Member
0 Kudos

hi manas,

If you are using the SOAP adapter at sender side then this would be syn-asyn scenario, you might require BPM if ur SP of XI is below 19

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

else

/people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

[PS The blogs i had mentions is to demonstrate sync-asyn scenario]

regards

Ramesh P