NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Addressing broken links in archived wiki pages, to facilitate finding broken links that need to be fixed.

Table of Contents

NCI Enterprise Services (NES) Email list

...

The PO/PA grid services are ISO 21090 compliant. To construct valid XML messages to send to the services, you should be familiar with the ISO 21090 Published Standard(login required). Also read the 21090 PIM (platform independent model) specification, as well as the PO and PA service PIMs available at https://ncisvn.nci.nih.gov/svn/coppa/trunk/documents/analysis_and_design/service_specifications/. A list of CTRP/COPPA roots to be used with ISO 21090 IIs can be found here.

...

Record your grid credential (aka Grid Identity) for later use. An example for the training grid is:

Code Block

/O=caBIG/OU=caGrid/OU=Training/OU=Dorian/CN=coppagridtest

An example for the stage grid is:

Code Block

/O=caBIG/OU=caGrid/OU=Stage LOA1/OU=Dorian/CN=coppagridtest

...

The PO services on the Integration tier are only available from within the NIH firewall, while the services on the Demo tier are accessible outside the firewall.

Note

Grid service version numbers are separate from web application version numbers, so the release of PO 3.3 and 3.4 did not introduce any changes to associated grid services, so there is no v3.3 or v3.4 of the PO services - v3.2 remains the latest version.  The next release of the PO services may be v3.5 (or later), skipping v3.3 and v3.45 (for example) does not imply a corresponding 3.5 release of the grid services. The next version of the grid services to be released will be 3.4, regardless of the version the PO web application is on at the time.

Host names

Info

3.1 and 3.2 services require https and grid credentials, 3.0 services can be accessed via plain http without grid credentials

Capability Services

<Base URL>/wsrf/services/cagrid/Business (since 3.1)

Core Services

<Base URL>/wsrf/services/cagrid/ClinicalResearchStaff
<Base URL>/wsrf/services/cagrid/HealthCareFacility
<Base URL>/wsrf/services/cagrid/HealthCareProvider
<Base URL>/wsrf/services/cagrid/IdentifiedOrganization
<Base URL>/wsrf/services/cagrid/IdentifiedPerson
<Base URL>/wsrf/services/cagrid/Organization
<Base URL>/wsrf/services/cagrid/OrganizationalContact
<Base URL>/wsrf/services/cagrid/OversightCommittee
<Base URL>/wsrf/services/cagrid/Patient (since 3.1)
<Base URL>/wsrf/services/cagrid/Person
<Base URL>/wsrf/services/cagrid/ResearchOrganization

...

The PA services on the Integration tier are only available from within the NIH firewall, while the services on the Demo tier are accessible outside the firewall.

Note

Grid service version numbers are separate from web application version numbers, so the release of PA 3.4 did not introduce any backwards-incompatible changes to associated grid services, so there is no v3.4 of the PA services - v3.3 remains the latest version.  The next release of the PA services may be v3.5 (or later), skipping v3.45 (for example) does not imply a corresponding 3.5 release of the grid services. The next version of the PA grid services to be released will be 3.4, which will occur as part of the CTRP 3.6 release.

Host names

Info

All PA services require https and grid credentials.

Capability Services

<Base URL>/wsrf/services/cagrid/TrialRegistrationService
<Base URL>/wsrf/services/cagrid/StudySiteParticipationService (since 3.3)

Core Services

<Base URL>/wsrf/services/cagrid/ArmService
<Base URL>/wsrf/services/cagrid/DiseaseService (since 3.2)
<Base URL>/wsrf/services/cagrid/DocumentService
<Base URL>/wsrf/services/cagrid/DocumentWorkflowStatusService
<Base URL>/wsrf/services/cagrid/InterventionService (since 3.2)
<Base URL>/wsrf/services/cagrid/PlannedActivityService
<Base URL>/wsrf/services/cagrid/RegulatoryAuthorityService (since 3.2)
<Base URL>/wsrf/services/cagrid/StudyContactService
<Base URL>/wsrf/services/cagrid/StudyDiseaseService
<Base URL>/wsrf/services/cagrid/StudyIndldeService
<Base URL>/wsrf/services/cagrid/StudyOnholdService
<Base URL>/wsrf/services/cagrid/StudyOutcomeMeasureService
<Base URL>/wsrf/services/cagrid/StudyOverallStatusService
<Base URL>/wsrf/services/cagrid/StudyParticipationContactService (Placeholder for future services, currently provides no service methods)
<Base URL>/wsrf/services/cagrid/StudyParticipationService (Placeholder for future services, currently provides no service methods)
<Base URL>/wsrf/services/cagrid/StudyProtocolService
<Base URL>/wsrf/services/cagrid/StudyRecruitmentStatusService
<Base URL>/wsrf/services/cagrid/StudyRegulatoryAuthorityService
<Base URL>/wsrf/services/cagrid/StudyRelationshipService
<Base URL>/wsrf/services/cagrid/StudyResourcingService
<Base URL>/wsrf/services/cagrid/StudySiteService
<Base URL>/wsrf/services/cagrid/StudySiteAccrualStatusService
<Base URL>/wsrf/services/cagrid/StudySiteContactStatusService

WSDLS

The WSDLs can be accessed by appending ?wsdl to the service endpoints

...