cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC and ABAP proxy

Former Member
0 Kudos

Hello guys , need help with the following scenario :

ZTable as sender through Xi to db. i have never worked on this type before . Need some help in any blogs or scenarios dealing with the same . Interfacing ztable through a abap proxy.

I am also confused on the concept of client and server proxy . Please suggest

Krishnah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Krishna,

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

Also look at these Blogs which explain in detail about the Proxies.

<a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Proxy</a>

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Proxies</a>

This pdf should help you...It talks about implementing the various JDBC scenarios:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78dbf9b">Step-By-Step Approach for Implementing XI Scenarios</a>

To configure your JDBC adapter you can navigater thru this link:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm">JDBC Adapter</a>

Configuring sender JDBC adapter:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm">Configuring the Sender JDBC Adapter</a>

Configuring receiver JDBC adapter:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/frameset.htm">Configuring the Receiver JDBC Adapter</a>

This weblog deals with a complete JDBC scenario and is ideal for beginners:

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

Regards,

abhy

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>I am also confused on the concept of client and server proxy . Please suggest

if you want to send data from R3, erp you use client proxy

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

if you want to send data to R3, ERP you use server proxy

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

for jdbc scenarios have a look at <b>documents section</b> on the XI FAQ page

question:

5. Where can I find JDBC related weblogs?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>