cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of XI adapter in ABAP Server proxy

Former Member
0 Kudos

hi ,

while configuring XI adapter at the receiver channel in ABAP Server Proxy...

we r giving Path as /sap/xi/engine?type=entry

is any other Path available?

what is the significance of giving Path as /sap/xi/engine?type=entry

what it means....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>is any other Path available?

Yes. Of course.

/sap/xi/engine?type=receiver

entry is used when the target system is based on WebAs 6.40 and above

receiver is used when the target system is based on WebAs 6.20

Regards,

Jai Shankar

Former Member
0 Kudos

hi jai ,

I got ur answer...

can i know the significance of this path...

Former Member
prateek
Active Contributor
0 Kudos

The URL is od the Pipeline for Integration Server. In order to communicate with the Integration Server steps like Routing, Mapping etc.. this url is used

http://host:port/sap/xi/engine?type=entry

An additional info

/people/dmitry.govberg/blog/2006/11/29/post-a-message-to-xi-pipeline

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot

Former Member
0 Kudos

if you are using R/3 as receiver you can give the below

You set up the HTTP destination in the SAP system by using transaction SM59. Use the following path prefixes in the Target System Settings.

/sap/xi/engine?type=entry

for SAP systems based on SAP BASIS 6.40 (XI 3.0 message protocol).

/sap/xi/engine?type=receiver

for SAP systems based on SAP BASIS 6.20 (XI 2.0 message protocol).

Other wise , if it is Partner system we have to give

The address of the PCK is:

http://<host>:<port>/MessagingSystem/receive/AFW/XI

<host> is the host name of the receiver system.

<port> is the http port.

/MessagingSystem/receive/AFW/XI is the path prefix.

Whenever u specify the path of the Integration Engine it directly makes

the communication with the XML messages itself to the receiver system.