bcgov / jag-efiling-hub

Integration HUB for E-Filing
Apache License 2.0
0 stars 4 forks source link

Build Status

Coverage

Vulnerabilities

Duplication

Code smells

To run locally:

  1. start wildfly with the following env variables or system properties set

    • COA_USER
    • COA_PASSWORD
    • COA_SEARCH_ENDPOINT
    • COA_NAMESPACE
    • COA_SEARCH_SOAP_ACTION
    • COA_VIEW_CASE_PARTY_SOAP_ACTION

something like

.../standalone.sh --server-config=standalone.xml -P .../cao.properties
  1. start the app locally

mvn clean wildfly:deploy -Popenshift

  1. then access

http://localhost:8080/hub/search?caseNumber=any

as is not a known case number, you should receive the following:

<soap:Envelope>
  <soap:Body>
    <SearchByCaseNumberResponse/>
  </soap:Body>
</soap:Envelope>