cancel
Showing results for 
Search instead for 
Did you mean: 

How to use PI to calling java RMI application ?

Former Member
0 Kudos

Hi

I have requirement to execute remote method using java RMI technology. Please how to achive with PI ? do i need to develop new adapter or java proxy will be sufficient ?

is that any reference document / white papers ?

Thank You and best Regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi,

I do not know much about RMI, but it assume it to be a way to invoke other java methods remotely.

If my assumption is right, then you can make use of Java Proxies.

In the Java Proxies you can make use of RMI.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab&override...

Regards,

Ravi Kanth Talagaana

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Fernand,

We can do RMI invocation using Java mapping (in ESR) or Java proxies, no need for any adapters. Practically I never tried with with Java proxies, but have used Java mapping once..

Regards

Suraj