Java assignment use Restful webservices to get object from the XML file (the code to establish the connection and create the Object class is already done)

Job ID: 31435979

Budget: $10 – $30 USD

1. Build a Java Application that will consume the REST Webservice (http://localhost:8080/balance?acctnum=1234567)
2. Build at least 2 Junit test case that will ensure that the correct balance is retrieved from the Webservice.
3. The only libraries you should be using are Gson and Junit