cancel
Showing results for 
Search instead for 
Did you mean: 

proxies

Former Member
0 Kudos

What are exactly proxies ?

Why r they used?

what is exactly the difference between adapters and proxies.

Plz send me a link to configure a simple scenario in XI using proxies?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Proxies are nothing but interfaces , which will directly communicate witht he IS with out any adapter. these are adapter less communication

Proxies Help file

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

How to Activate Abap Proxy

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

File to R3 via ABAP Server Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

ABAP Client proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Seshagiri

Edited by: N V Seshagiri on Mar 14, 2008 10:02 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Pankaj,

Proxies basically avoids the usage of adapters in the XI, so basically u dont need to separtely do configuration when a scenario is designed by using proxies,

Based on the requirement u must chosse which proxie will be used,

proxies can be categorized in to 2

1. ABAP Proxy 2. JAVA Proxy

ABAP proxies are used when u need to interact with the R/3 system, and in other means to interact with the webservices we may use the java prosy,

againg proxies can be categorized based on the usage i.e if u use the proxy in sender side then we call such proxies as an client proxy and if we use it in other side wecall it as server proxy

for further clarification revert back with u r doubts...

regards

Sai

former_member185881
Active Participant
0 Kudos

Hi

This link will give you better understanding of proxies.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

Please dont forget to reward points.

Former Member
0 Kudos

Hi Pankaj,

proxies are class implementation of your msg interfaces............

to use proxy communication, you should have systems with Web AS>=6.20

Adapters like file, jdbc are used for communication with systems which support their messages like file systems, database systems etc

Regards,

Rajeev Gupta

Former Member
0 Kudos

hI

Proxys are used for direct communcition..

adapters are used for indirect commmunciation