cancel
Showing results for 
Search instead for 
Did you mean: 

What are the pre-requisite for JAVA Proxy communication?

Former Member
0 Kudos

What are the pre-requisite for JAVA Proxy communication?

Accepted Solutions (0)

Answers (2)

Answers (2)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

Refer this link. Then You will understand completely about Java Proxies.

[Java Proxies|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d]

Thanks.

Former Member
0 Kudos

Hi,

You can install the Java proxy runtime on the SAP J2EE Engine Release 6.40 SP5 or higher.

The messaging system that the Java proxy runtime uses to send messages to the Integration Server must also be installed on the J2EE server.

To send messages from a J2EE application, the application must be programmed against beans that encapsulate all details about the Java runtime. The following classes are generated:

· Proxy classes that send or receive messages using the Java proxy runtime.

· Bean classes as an outer shell that conform to the J2EE standard. The beans call the proxy classes for communication.

The classes must be deployed on the J2EE server together with their J2EE application

see this link for the example scenario

.