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:
b create a remote session and save/name it (for reference later) as alias session-1.
c create a remote flow under the session with alias session-1 and save/name it (for reference later) as flow-1:
d change the remote event (exit) of the flow with alias flow-1 under the session with alias session-1:
e logout the remote session with alias session-1:
Go up to