Web Service Operations
Web Service |
Operation |
Description |
Requires a valid session identifier |
---|---|---|---|
WOKMWSAuthenticate |
authenticate |
Send user authentication credentials. If validated, return session identifier. |
No |
closeSession |
Sends the session identifier and close the server session. Return empty message. |
Yes |
|
WokSearchLite |
search |
Submits a user query and returns results. |
Yes |
retrieveById |
Returns records specified by unique identifiers (UIDs). |
Yes |
|
retrieve |
Returns additional records that satisfy a previous search or retrieveByID operation. The number of records retrieved is limited to 100 per retrieve operation. |
Yes |
All WokSearchLite operations return a maximum of 100 records. The retrieve operation uses the queryId from a previous search operation to return records beyond the 100-record limit.