Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.14 KB

GDS Client

This is mainly a java client for the ECC GDS and ECC GeoView.

Run tests and examples

To run the junit tests and examples, please start with URL_PREFIX and VESSEL_ID environment variables or java property like the following.

For URL_PREFIX switch out username, password host and context with proper values for the user and service to test with. For VESSEL_ID switch out vesselId with id of a vessel under a distributor the user above has access to.

URL_PREFIX="https://username:password@host/context" VESSEL_ID=vesselId mvn test

Run CLI

% mvn package -DskipTests=true
java -cp target/gdsclient-1.0-SNAPSHOT-with-deps.jar -DURL_PREFIX="https://username:password@qaprimar.ecc.no/qaprimar" no.ecc.gdsclient.cli.Order placeOrder MYUSERID PRODUCTID 1

C# Examples

We have created a few examples in C# for how to utilize our soap interface in C#. It is simple examples of adding and modifying customers, vessels, placing and activating orders. These can be found here

Username, password and service link need to be set for it to work.