Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,28 @@ Note that the user name and password need to be `admin/admin` as that's what the
4) To test the WS, use your favorite WS tool (e.g. SoapUI) against the following
WSDL hosted by the rider-auto-ws bundle.
* http://localhost:8182/cxf/order?wsdl
*

5) To test the File poller, run the following commands:

> oc get pods

```
NAME READY STATUS RESTARTS AGE
broker-amq-1-b5o3b 1/1 Running 0 7h
rider-auto-backend-as08q 1/1 Running 0 7h
rider-auto-file-yynee 1/1 Running 0 14m
rider-auto-normalizer-zqav5 1/1 Running 0 7h
rider-auto-ws-xa8qx 1/1 Running 0 7h
```

> oc rsh rider-auto-file-yynee

Note: Please replace 'yynee' with your corresponding ID

> cd /deployments/target/placeorder/

Create a file (either XML or CSV) in the above directory using sample data taken from rider-auto-common/src/data/

Getting Help
============================
Expand Down