ACE Ims Webservice
From Adapt
Overview
The IMS wsdl document is available here http://ims.umiacs.umd.edu:8080/ace-ims/IMSWebService?wsdl
Methods
requestLink
Parameters
Name | Type | Description |
tokenClassName | String | Name of token class to link this hash into |
hashValue | String | Value to link |
Return Type
[[#LinkResponse][LinkResponse]]
requestTokensAsync
Add tokens to the currently active round. Clients will need to call retrieveTokens to request created tokens after the round has finished. This call is to allow for non-blocking operation.
Parameters
Name | Type | Description |
tokenClassString | String | |
requests | List of TokenRequest |
Return Type
TokenReceipt receipt to be used to retrieve token responses
requestTokensImmediate
Force a round to process, designed to be a blocking call. Any tokens supplied in this call plus any async tokens supplied since last round will be included in this current round. Resulting tokens for requests will be returned to client.
Parameters
Type|Description | |||||||||||||||||||||||||||||
tokenClassString | String | ||||||||||||||||||||||||||||
requests | List of TokenRequest|
Return Type ListTokenResponse
getRoundSummariesReturn the requested round summaries Parameters |
*Type*|*Description*|
Return Type retrieveTokensParameters |
*Type*|*Description*|
Return Type Data Types
IMSFault |
*Type*|*Description*| | String | boolean| | int|Status code indicating type of failure - See [[AceV3StatusCodes][Status Code Documentation]] for details |
LinkResponse |
*Type*|*Description*| | String| | String| | long| | dateTime| | String|
TokenReceipt |
*Type*|*Description*|
TokenRequest |
*Type*|*Description*| | String| | String|
TokenResponse |
*Type*|*Description*| | String|Name of the java provider for the digest service| | String|Java name for the type of digest (ie, SHA-256)| | String|Name supplied by client for this token| | List of [[#ProofElement][ProofElements]]| | long|current round id this token was processed in| | int|status code indicating type of response - See [[AceV3StatusCodes][Status Code Documentation]] for details| | dateTime|Time the round was processed| | String|Name of token class on IMS that was used|
TokenResponse |
*Type*|*Description*| | List of String| | int| |