cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI - Posting message to receipient using HTTPS post

Former Member
0 Kudos

Hi,

We are using SAP XI 3.0 and have a requirement to be able to post a message via HTTPS post. I am wanting to know the best approach to implement this. Any suggestions would be much appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Bruce, this seems to be your first day with SDN. Read rules of engagement and perform SDN search before posting a new thread.

For your query, use http or soap adapter as per third party's requirement. Both handles https quite well.

I am locking the thread for now.

Regards,

Prateek

srikanth_srinivasan3
Active Participant
0 Kudos

Possibilities:

-> SOAP (over HTTPs) Adapter

-> HTTP Adapter

-> SSL cert. to be imported into STRUST ABAP stack

-> CA to added to cert. authority view

-> As you are using HTTPs, now there is also a provision to set-up key based authentication

-> [THIS|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22910] [original link is broken] [original link is broken] [original link is broken]; might help to get an idea to achieve this.

Note: Ensure to open firewalls from all application server nodes, if your server is dispatcher enabled.

-

Srikanth Srinivasan

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>> We are using SAP XI 3.0 and have a requirement to be able to post a message via HTTPS post. I am wanting to know the best approach to implement this. Any suggestions would be much appreciated.

Use HTTP adapter. Specify as https://someurl in the URL.

HTTPS requires root certicate authentication. So, You might have to import the target system's root certifcate and maintain in the PI server keystore area. That part talk to your basis team.