cancel
Showing results for 
Search instead for 
Did you mean: 

java maping and java proxies

Former Member
0 Kudos

Hi

Can i use in the java mapping proxies classes generated for interfaces?

Or i can get in trouble because of library reference.

Florin

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Proxies are essentially the APIs, or the programming lines of code, that are generated for the target application language like ABAP/JAVA/.Net.

In some of the real time applications, each time it's not necessary to have particular Business Systems for send/ receive messages with SAP XI.

Sap XI provides diff. options to generate interfaces with ABAP / Java Applications such as as Proxies.

<b>ABAP Proxy :</b>

1. With ABAP proxy generation function it will be possible to generate ABAP proxy objects to an SAP system from an interface description in the SAP Exchange Infrastructure Integration Repository.

2. ABAP proxy objects can only be generated for SAP systems that are based on SAP Web Application Server 6.40.

If you use ABAP Proxy , you can reduce the overhead calling the function again and again.

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

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

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

<b>Java Proxy:</b>

1. JAVA proxy is used for J2EE based systems communicating with XI for sending or processing msgs in those J2EE based systems

2.It allows java applications to interact directly to Integration server with avoiding the configurations for the special adapters

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0... - How To Work with XI 3.0 Java Proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a... Java Proxies and SAP XI - The Inside Story, Part 1

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e... - Java Proxies and SAP XI - The Inside Story, Part 2

Please let me know if you need any more details on this.

    • Reward Points if found useful **

Former Member
0 Kudos
Former Member
0 Kudos

if you want to use java mapping, you need only aii_map_api.jar

(you ll find the jar in your XI server)

and if you want to java proxy, you need some jar files, you ll get to know to read "how to guide".

I hope your problem will be solved.

former_member189387
Active Contributor
0 Kudos

Hi,

Your question is not clear .Can u please explain your full requirement ?

Regards.,

V.Rangarajan