I’m not clear now on what you are trying to achieve. You started out asking how to call a Java web service from Natural. Are you still trying to call a web service and/or a Java application from Natural??
From your Java application or web service, you can call what ever services you need to in order to provide the service to Natural. You cannot invoke RMI from Natural.
If you have a service (web service) provided by Service Orchestrator (this is the EntireX Communicator thread, so may not be monitored by SO experts), you still need to provide access to that service from Natural, right?
So you either need Java RPC Server to access your Java classes or XML RPC Server to access web services (Java, Service Orchestrator or otherwise).
#EntireX#Mainframe-Integration#webMethods