cancel
Showing results for 
Search instead for 
Did you mean: 

Convert URL from integration engine to adapter engine with https

mark_meilleur
Participant
0 Kudos

I'm still relatively new at PI, trying to learn as I go, so I apologize if I do not phrase this correctly.

Our trading partners currently post xml files via http to a url directed to our Integration Engine, for example:

http://<host>:<port>/sap/xi/adapter_plain?namespace=urn%3Aball.com%3Aavailabilityfeed&interface=MIOA...&sap-password=***&sap-client=**&sap-language=EN

We would now like them to post to a different URL using https so that 1) files are routed through the adapter engine, and 2) user and password information would not need to be included in the url currently being used.

For a separate process, which has been configured differently, it was simply a matter of changing from http://<host>:<port>; to https://<host2>, but this has not been working for me with the above URL.

Can anyone please help out or point me in the right direction? I've spent half the day searching the forums without much success.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

check security guide:

http://help.sap.com/saphelp_nwpi711/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm

When you want to post data to adapter engine, you have to use SOAP adapter, as HTTP adapter is not part of AE

In security guide you find HTTPS enabling for HTTP and SOAP adapter.

mark_meilleur
Participant
0 Kudos

And thank you, Stefan. After scanning thru the document that Shabarish gave the link to, I was beginning to come to the same conclusion, but your confirmation is greatly appreciated.

Shabarish_Nair
Active Contributor
0 Kudos
mark_meilleur
Participant
0 Kudos

Thank you Shabarish. That type of link was just what I was looking for.