OID Management
This page explains how to access the OID values assigned to the systems participating to a testing session.
There are 3 methods for that purpose :
Export OIDs from GUI
You can get the list of OIDs from the GUI : configurations --> "OIDs for current session". On this page, you can do a search for a specific OID by filtering on the institution, the systemKeyword, the testing session, the integration profile, the actor, the option, and the label of the OID (homeCommunityId, organization OID, etc).
You can then use the link "Export as Excel file" to get an xls file containing all OIDs looking for.
Export OIDs using Rest webservices
You can generate directly a CSV file containing the oid, the label and the system keyword, by using REST webservice. The URL of the webservice is :
http://131.254.209.16:8080/EU-CAT/oidSystems.seam?systemKeyword=XXX&testingSessionId=YYY&requirement=ZZZ
where arguments used are :
Argument | Opt | Type | List of Possible Values |
systemKeyword | O | String | |
testingSessionId | R | Integer | |
requirement | O | String |
|
Export OIDs using SOAP webservices
The wsdl of the webservice to access the OIDs of systems is located there :
http://131.254.209.16:8080/EU-CAT-prod-TestManagement-ejb/ConfigurationsWS?wsdl
The concerned methods are :
- getListOIDBySystemByRequirementAsCSV : return a csv string which contains all OIDs searched by systemKeyword, testingSessionId and oidRequirementLabel
- getOIDBySystemByRequirement : return exactly the first OID searched by systemKeyword, testingSessionId and oidRequirementLabel