-
Interface Summary
Interface |
Description |
WFMSessionService700Soap |
Session service is common to all backend servers of WFM solution.
|
-
Class Summary
Class |
Description |
RequestStatus |
Stores status of asynchronous request.
|
ServiceInfo |
Stores Service information
|
SessionInfo |
This structure is returned to the client, when the session is successfully established.
|
Package com.genesyslab.wfm7.API.service.session700 Description
Session service is used to work with a user sessions of all WFM servers.
It is common to all backend servers of WFM solution. Before getting any data from any WFM backend server, the client has to establish the session using this service. All other services require session id as an input parameter to all methods. The exception is Locator service, which does not require establishing the session. The session is established separately with every server, but all services on the same server share the same session.
Package Specification
Related Documentation