Wiki Markup |
---|
h2. Service URL |
...
[https://mv-ezproxy-com.ezproxyberklee.flo.org |
...
Service WSDL
] h2. Service WSDL [https://mv-ezproxy-com.ezproxyberklee.flo.org/uaws/services/ua?wsdl |
...
Security
...
] h2. 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+Documentation|Application+Certificate+Documentation |
...
][Application Certificate Documentation.|Application 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. h2. |
...
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
...
h2. 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} mitIdSearch(String firstName, String middleName, String lastName, String ssn, String mitId, String dob) returns an array of people objects. |
...
{code} * mitIdAssign ** Assign an MIT ID to the specified person. ** {code} mitIdAssign(String firstName, String middleName, String lastName, String ssn, String dob) returns the assigned MIT ID. {code} |