Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

bcgov/jag-efiling-hub

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages