cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy and server proxy

Former Member
0 Kudos

What are Client Proxy and server proxy?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Naveen,

Message Interfaces are the basis for Proxy generation.

Proxy will have the same attributes as message interface viz.,

1. Mode - Synchronous & Asynchronous,

2. Direction - Inbound & Outbound.

Client Proxies are called to send a message to an inbound interface. In other way, They are the counterparts to an outbound message interfaces in application systems.

Server Proxies are the counterparts to an inbound message interface in application systems.

Happy learning!

Kiruthika

Former Member
0 Kudos

A client proxy is one which 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.

A server proxy is one which 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]

Rgds,

Amol

Former Member
0 Kudos

Hi NaveenKumar,

<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.

<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.

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

Former Member
0 Kudos

Hi naveenkumar,

If u generate proxy for outbound interface then its client proxy and for inbound interface its server proxy.

In client proxy u can call the method to send messages but u can't modify it but in server proxy its possible to write a user code within the method to execute proxy.

regards,

Keith.

Former Member
0 Kudos

Hi naveen,

You can navigate throught this help link and get the details.

http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm

You can go thro this weblog for a scenario based on the proxies.

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

Hope this helps.

regards,

P.Venkat

Former Member
0 Kudos

Naveen,

Take a look at these blogs ...

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

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

They explain in detail about the Proxies.

Regards,

Ravi