Java sample code
The Java sample API client can be downloaded from here
How to….
Test API connection Java code with Eclipse:
- Download/Install Eclipse Standard Kepler
- Create new generic project
- Uncompress Eclipse project file
- Import the recently decompressed project into the generic project folder created in step 2.
- Set your API endpoint in SalesOrderGetById.java and SalesOrderSave.java
- Set your test credentials in UnleashedApiExamples.java
- Right click on any “@Test” in the file UnleashedApiExamples.java and select “Run as.. JUnit test”