Runtime components : Service engine : How to use Service Engine? : How to use it with tooling?
  
How to use it with tooling?
1 Define an Operation using com.unicom.dtt.serviceengine.RemoteServiceOperation (or its sub-class) as implClass.
2 Set the parameters of the above operation according to the action/service type:
Please read the The references for more details about the meanings of theses parameters.
a execute a remote operation without a session:
This graphic is described in the surrounding text.
b create a remote session and save/name it (for reference later) as alias session-1.
This graphic is described in the surrounding text.
c create a remote flow under the session with alias session-1 and save/name it (for reference later) as flow-1:
This graphic is described in the surrounding text.
d change the remote event (exit) of the flow with alias flow-1 under the session with alias session-1:
This graphic is described in the surrounding text.
e logout the remote session with alias session-1:
This graphic is described in the surrounding text.
Go up to
How to use Service Engine?