cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP URL

Former Member
0 Kudos

Dear All

We have an interface where a web portal is connecting to SAP PI server by using a URL (no sender adapter is used). Recently we faced a situation where the URL we were using stopped working: the url working previously looks like

http://server:port/sap/xi/adapter_plain?namespace=<xxx>&interface=<xxx>&service=<xxx>&sap-user=<xxx>...;

When we modified the url with following format it started working

http://server:port/sap/xi/engine?type=entry&version=3.0&Sender.Service=<xxx>&Interface=urn:<xxxxx>:<...;

My understanding is that the first url is hitting the Adapter engine and the second URL is hitting the Integration engine. Is my understanding correct?

What could be the reason that the url for adapter engine stopped working?

Regards

Sourabh

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

Dear All

>

> We have an interface where a web portal is connecting to SAP PI server by using a URL (no sender adapter is used). Recently we faced a situation where the URL we were using stopped working: the url working previously looks like

>

> http://server:port/sap/xi/adapter_plain?namespace=<xxx>&interface=<xxx>&service=<xxx>&sap-user=<xxx>...;

>

this is the HTTP address

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/8f54b8b01e3673e10000000a114a6b/frameset.htm

> When we modified the url with following format it started working

>

> http://server:port/sap/xi/engine?type=entry&version=3.0&Sender.Service=<xxx>&Interface=urn:<xxxxx>:<...;

>

this is the SOAP address that is hitting the IE directly.