skip to navigationskip to navigationNASA - National Aeronautics and Space Administration
+ Visit NASA.gov
Echo Logo Earth Observing System Clearing House
FAQ  |  Contacts  |   Site Map  |  Printer Help
ECHO 8.0 to 9.0 Web Services: User Service


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)

N/A
N/A

void RemoveUserPreferences ( string token)

void SetUserPreferenceSelections ( string token, ListOfOptionSelections selections)

void SetUserPreferences ( string token, UserPreferences userPrefs)
   

Please refer to the Specification for ECHO 9.0 for more details.