cancel
Showing results for 
Search instead for 
Did you mean: 

Use of XI adapter in ABAP proxies

Former Member
0 Kudos

Hey Guys

i was going through some blogs and came across that we need XI adapter for ABAP proxies,i had thought that proxies are used for adapterless communication,then why is the need for XI adapter?i know XI adapter is used to transfer XML messages to/from sender/receiver system.

also do we always need to use XI adapter for proxy communication?

thanx

ahmad

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

If you are using Client ABAP proxy (Sender Proxy), then it is not required. If you are using Server proxy, then it is required.

You can see list of adapters which requires sender agreement-manadatory sender agreements

http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm

Rgds,

Moorthy

Former Member
0 Kudos

Thanx Krishna

so that means for server proxy it will run on the adapter engine(coz of XI adapter),wont that negate the main use of proxies?

thanx

ahmad

moorthy
Active Contributor
0 Kudos

Hi,

The use of adapter here is to communicate the Integration Server with respective ApplcatioN System. ie, R.3 or any SAP system which is configured as an Application System to the XI.

Proxies communicate with the XI server by means of native SOAP calls over HTTP . SO you need to mention the integration server to point/connect to correct application system during runtime.

http://help.sap.com/saphelp_nw2004s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/content.htm

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

thanx krishna

Answers (0)