Versions Compared

Key

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

...

ProjectVersion Download
CDA Web Service1.0
CDA Web Service WSDLWSDL
Note

Visit this projects project's build page for source build instructions.

...

  1. Download or build the appropriate distribution
  2.  (If not already performed during the build step) Disable/Enable OpenCDS calls and configure the OpenCDS Predicate/Reducer endpoint
    1. Extract the cda-ws-ear.ear file
    2. Extract the cda-ws-ejb.jar
    3. Edit the cda-ws-ejb.jar's META-INF/ejb-jar.xml file and set OPENCDSset OPENCDS_ENABLED = false'(true to utilize the OpenCDS Predicate-Reducer, false if you are only interested in CCD-to-vMR conversion and not the Predicate-Reducer). If you set OPENCDS_ENABLED to true, then also set OPENCDS_ENDPOINT to the URL of the Predicate-Reducer endpoint as configured in the Predicate/Reducer project.
    4. Archive the cda-ws-ejb.jar with the changed META-INF/ejb-jar.xml file
    5. Archive the cda-ws-ear.ear file with the changed cda-ws-ejb.jar file
  3. Copy the cda-ws-ear.ear file to the autodeploy directory of the Glassfish domain you have setup

...