cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxies

Former Member
0 Kudos

Hi,

Has anyone worked with Java Proxies ?

Consider the following scenario:

Java Based Application -> XI -> SAP

If there is a Java-based application which needs to integrate with SAP via XI, can this be achieved by using Java Proxies instead of going via one of the adapters.

Are there any how-to guides or blogs which show how this scenario can be implemented.

Thanks in advance for your assistance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here are some links

Java Proxies and SAP XI - The Inside Story, Part 1

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 II

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

SAP XI 1.0 Configuring your PC or Laptop as a Java Receiving System

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5b19b90-0201-0010-9bb0-81c...

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Former Member
0 Kudos

Thanks to you both. This is certainly a good starting point in setting up a small demo !

Thanks again.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello -

Currently, if you want to integrate Java applications using Java Proxies, the Java applications must be deployed on the SAP NetWeaver WebAS Java server (i.e., SAP's J2EE Engine). The JPR (Java Proxy Runtime) is the relevant component within the engine that allows proxy integration with XI.

Other than on SAP's official help site (help.sap.com), there is no official, published SAP how-to guide on this, but it is in process. However, an SDN member did publish an article on this topic in the past:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

Maybe this can help you get started...

Regards,

Jin