cancel
Showing results for 
Search instead for 
Did you mean: 

Mail to SOAP

Former Member
0 Kudos

Hi All,

My requirement When a file or XMl is send to Pi from PI some webservice http,soap need to pick and post.

My doubt:

1.What are the settings to be done in sender mail adapter any basis help required.

2.How data will come to PI

3.what are the settings in receiver soap or http.

Plz help me on this scenario

Thanks in Advance

BestRegards,

Prasad.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member463616
Contributor
0 Kudos

Hi Prasad,

Please see the below link, it will help to you, how to configure your scenario. Instead of receiver FILE adapter you have use receiver SOAP adapter.

[Mail_to_File_scenario|http://wiki.sdn.sap.com/wiki/display/XI/StepbyStepMailToFileScenario]

In Receiver SOAP Adapter:

Specify Transport protocol as HTTP and message protocol as SOAP 1.1. Specify the Connection Parameters of the Web service. Target URL is the URL of the web service to be consumed.

Please see the below link:

[Receiver_SOAP_Adapter|http://www.riyaz.net/blog/xipi-a-guide-to-using-sap-xi-soap-adapter/technology/sap/113/]

Regards,

P.Rajesh

Former Member
0 Kudos

Hi,

i am using Mail to Soap scenario...if any mail comes to my inbox automatically PI need to pick that and need to send to Soap .

Regards,

Prasad.

Former Member
0 Kudos

Hi Prasad,

What are the settings to be done in sender mail adapter any basis help required.

If you are retrieving e-mails from a folder of an e-mail server use TP as IMAP4 & if you are retrieving e-mails from an e-mail server directly then use TP as POP3. Specify the Mail server URLs depending upon the transport protocol (POP2 or IMPA4) in the format pop://EmailServer or imap://EmailServer/UserInbox.

Select the u2018Use Mail packageu2019 indicator if you want to receive the email along with header information (like sender, receiver, subject as payload.

you can reffer this link.

http://help.sap.com/saphelp_nwpi71/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm

How data will come to PI

Sender Mail Adapter is used to collect emails from an email server and convert them to XML messages so as to process them in XI Integration Engine.

what are the settings in receiver soap or http

consume the target url in receiver soap adapter.

no special setting is required.

hope this will help.

Regards,

JAyesh