cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies

Former Member
0 Kudos

hi all,

can anyone explain in detail the step by step procedure to implement client and server proxy?

**points will b given

itz urgent

thnx in advance

regards,

keerthi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Proxies r nothing but a Interfaces Which will directly communicate with the Integration server directly.

Outbound Proxies r called Client Proxies

Inbound Proxies r Called Server proxies.

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

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

ABAP Client Proxies---

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

File to R/3 Via ABAP Proxy---

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

Reward Points if Helpful

Regards

Sesh

Former Member
0 Kudos

Hi

CLIENT PROXY:

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.

SERVER PROXY:

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.

They explain in detail about the Proxies.

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

ABAP Proxy

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

Client Proxy

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

Server Proxy

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

Coding

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Thanks!!

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Just have a look at these links:

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

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

And just search in the SDN for the proxies.

Have a look at the ABAP Server Proxies by Siva Maranani

Regards,

Gunasree