cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Client Proxy and server proxy

Former Member
0 Likes
622

What are Client Proxy and server proxy?

View Entire Topic
Former Member
0 Likes

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