The following table lists differences between the ECHO Web Services API in ECHO 8.0 with ECHO 9.0 for the User Service.
ECHO 8.0 Web Services
ECHO 9.0 Web Services
ListOfOptionDefinitions GetUserPreferenceDefinitions ( string token, ListOfStrings optionNames)
UserPreferences GetUserPreferences ( string token)
ListOfOptionSelections GetUserPreferenceSelections ( string token, ListOfStrings optionNames)
void RemoveUserPreferences ( string token)
void SetUserPreferenceSelections ( string token, ListOfOptionSelections selections)
Please refer to the Specification for ECHO 9.0 for more details.