I want to call operations on an external application. The external application has exposed J2EE API .
I am new to the orchestrator world. From what I understand , to call the operations of external application and to gain access to the objects of external application , I need to create a plug-in(specific to orchestrator format) first. Then I could call those operations from my workflow's javascript code.
1. Am I missing something?
2. Is there any other way to call operations of J2EE Api of external application (without using plug-ins)?
3. Is there any way such that my workflow directly calls a java application ?