NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install caGrid v1.3 locally, http://cagrid.org/display/downloads/caGrid+1.3+Installation+Quick+Start.  If you intended intend to use the Demo or Integration tiers or a local deployment inside the NIH firewall, you should use the Stage Grid; for the Demo tier and local deployments outside the firewall, you should use the Training Grid.
  2. Obtain a grid credential (or Dorian User Account) for the grid trust fabric needed.  See http://cagrid.org/display/cagrid13tutorials/Create+User+Account for instructions.
  3. 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
    
  4. Add your own Grid Identity to PO and/or PA to authenticate.

...

Wiki Markup
If you just want to call the services, you can use a tool like SoapUI to generate XML from the WSDLs listed below (which is what QA does).  To get more involved, you can use the sample java code in coppa/code/po-grid/src/gov/nih/nci/coppa/services/\[entities \| structuralroles\]/\[ServiceName\]/client/\[ServiceName\]Client.java.  There are similar clients for PA under coppa/code/pa-grid.

...