Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

ISDA Production Web Services

Authz -- user authorizations based on the Roles DB

MITID-- find and create MIT IDs

Geo-- Geographic information 

In Development 

Other web services are in development, and may be available for testing purposes only:

Moira -- access Moira lists

Roles -- full read/write Roles DB access, especially for administrative functions

Developer Documentation 

If you are using a web service that requires client authentication, you will need an Application Certificate. For information on how to obtain and install one, see Application Certificate Documentation.

If you are using Java, you can build your client stubs in Eclipse. View the page attachments.

For Java developers, we recommend Spring and Acegi Security. The MIT Application Platform provides Acegi implementations that use the Authz web service. 

click here to go to the Product Catalogue.
click here to go Home.

Service URL

https://mitid.mapws.mit.edu

Service WSDL

https://mitid.mapws.mit.edu/uaws/services/ua?wsdl

Security

This service requires client authentication. Applications wishing to use this service must obtain an application certificate. For more information on this process see: Application+Certificate+DocumentationApplication Certificate Documentation.

Applications must also be provisioned have access rights to the service. Requests can be sent to the isda-ws-request Moira list, or entered into the ISDA::WS-REQUEST Request Tracker queue directly.

SLA

more to come...

You can submit a support request to the RT queue ISDA::WS-SUPPORT via the isda-ws-support Moira list, or directly via RequestTracker.

Description

Used to check for and generate MIT IDs (9 digit unique ID used instead of SSN to identify people who interact with MIT)

There are 2 exposed API's.

  • mitIdSearch

...

  • Does a given person exist in the MIT ID database?
  • Code Block
    
    mitIdSearch(String firstName, String middleName, String lastName, String ssn, String mitId, String dob) returns an array of people objects.
    

...