cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Proxy

Former Member
0 Kudos

Hi,

I want to know what is the client proxy and server proxy?

Thanks & Regards,

Satish U,

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Client Proxies : ABAP or Java code which sends a request to XI and may or may not get response back based on the mode of communication i.e. sync / Async

Server Proxies : ABAP or Java code to which XI sends a request to and may or may not get response back based on the mode of communication i.e. sync / Async

Former Member
0 Kudos

Hi Satish,

<u><b>

CLIENT PROXY:</b></u>

A WSDL description from a UDDI server (or an Internet page) is usually used to make a service executable in the Internet and to describe the interface of this service. You require a client proxy and not a server proxy to call this service by using the Web service infrastructure.

It sends data into XI i.e.the proxy makes a request to the integration server and gets back a response / or not [based on sync/async] attributes.

<u><b>SERVER PROXY:</b></u>

You can only generate ABAP server proxies from a WSDL description if they originate in the Integration Repository.You can also generate server proxies for Java and client proxies for ABAP from message interfaces.

It recieves a request from XI pipeline and does further processing , may or may not send back a response [again based on sync or async nature of the interface]

Generally speaking, if u generate proxy for outbound interface then its client proxy and for inbound interface its server proxy.

To Know more about Client and Server Proxy Please go through these links:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm">Proxy Generation</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/62/8a5f3c31727d59e10000000a114084/content.htm">Implementing a Server Proxy</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/821140d72dc442e10000000a1550b0/content.htm">Data Transfer Using SAP XI</a>

Regards,

Abhy

Shabarish_Nair
Active Contributor
0 Kudos

Ref this in case of ABAP proxies to understand abt

1. Server Proxy - /people/siva.maranani/blog/2005/04/03/abap-server-proxies

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

bhavesh_kantilal
Active Contributor
0 Kudos

Satish,

Client Proxies are used to send data from the Appplication System to XI .

Server Proxies are the other way around. It is used to send data from XI to the Application System.

Regards,

Bhavesh