You should have a look at XML WorkflowInterchange. It’s designed to get data in/out of a workflow:
https://knowledge.opentext.com/knowledge/llisapi.dll/fetch/2001/744073/2045383/2062557/2069949/3149989/customview.html?func=ll&objId=3149989
Alternatively, if you want to roll yourown or you want to display the return value in a field on the current workflowstep (in a workflow form), you could make an AJAX request from the workflow form to yourexternal app and populate the workflow that way.
This approach can be used in a Customview orAppearance too. Depending on your level of security, you’ll probablyrequire a broker to make the request from the Livelink machine to the externalapp. A simple JSP, ASP or “whatever” page will do. I’ve donethis and it works quite well as a catch-all type of solution.
AJAX<-> broker (running on Livelink machine) <-> external app
Hope this helps!
Cory
From: eLinkDiscussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: Tuesday, January 24, 20065:12 PMTo: eLink RecipientSubject: Call External J2EEapplication from Livelink
Call External J2EE application from Livelink
Posted by BMOUser10 (Daga , Alok) on 01/24/2006 05:09 PM
Hi Everyone, I have seen a few discussions about calling an external application from LiveLink. However, I didn?t find a final solution! In my case at a certain point in a workflow, I need to call an external J2EE application and get a return value from it. My question is 1- is this implementable 2- If yes, what possibilities does LiveLink provide? I very much appreciate any helps. Thanks, Mohammad