Service URL
https://mv-ezproxy-com.ezproxyberklee.flo.org
Service WSDL
https://mv-ezproxy-com.ezproxyberklee.flo.org/uaws/services/ua?wsdl
Security
This service requires client authentication. Applications wishing to use this service must obtain an application certifcate.
SLA
more to come...
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?
mitIdSearch(String firstName, String middleName, String lastName, String ssn, String mitId, String dob) returns an array of people objects.
- mitIdAssign
- Assign an MIT ID to the specified person.
mitIdAssign(String firstName, String middleName, String lastName, String ssn, String dob) returns the assigned MIT ID.