cancel
Showing results for 
Search instead for 
Did you mean: 

difference between client proxy and server proxy

Former Member
0 Kudos

hi all,

could u explain me the differences between client proxy and server proxy,

regards,

AVR

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi AV,

simple search in sdn may answer your question,

There are two type of Proxy's in ABAP and JAVA(Clinet and Server),

Clinet ABAP proxy used to send message from ANY SAP System to Integration server,in this case XI adapter not required .

Server ABAP proxy used to send messages from Intergration server to any SAP System,in this case XI Adapter required.

How to implement ABAP proxy comunication refer below link

http://wiki.sdn.sap.com/wiki/display/stage/ABAPproxyproviderimplementationand+testing

The sama way Client JAVA proxy used to send message to Integration sever from any Web Application ,

Server JAVA proxy used to send messages to any destination system ,in both cases XI adapter required.

refer below link

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab&override...

Regards,

Raj

Former Member
0 Kudos

hi raj,

u said that xi adaptor is not required for client abap proxy,wht is the reason.

regards,

AVR

Former Member
0 Kudos

As the client Integration Engine Can make direct communication with the pipline of XI (I.E) of XI.

You don't require XI Adapter at sender side.

If you know pipeline steps well then you can understand this configuration.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

solved my problem.

Thanks,

AVr

former_member200962
Active Contributor
0 Kudos

Going forward please make use of the search functionality of SDN for generic questions:

http://forumsa.sdn.sap.com/search.jspa?threadID=&q=%22clientproxyserver+proxy%22&objID=f44&dateRange=all&numResults=15&rankBy=10001

This will avoid spamming of your post and hence SDN with multiple links!

Regards,

Abhishek.

santhosh_kumarv
Active Contributor
0 Kudos

Client Proxy : Outbound i.e. executed @ the sender system.

Server Proxy : Inbound i.e. executed @ the receier system.

~SaNv...

Former Member
0 Kudos

Server Proxies:

Those that are Inbound to SAP systems, you make a call to these proxies.

Client Proxies:

Those that are Outbound from SAP systems

http://wiki.sdn.sap.com/wiki/display/NWTech/ProxiesinSAP