Java Web Services: Assignments
Assignment - 1
Exploring Web Services:
Assignment1.txt
.
Assignment - 2
Basic REST Style Web Service:
Assignment2.txt
.
The example solution(s):
AreaCodeREST.zip
← A basic solution
AreaCodeREST2.zip
← A full soulution
Assignment - 3
Working with Java Objects as JSON:
Assignment3.txt
.
Starter project (import into Eclipse):
HoroscopeREST.zip
You will need the
json.jar
file.
The example solution:
HoroscopeREST2.zip
.
A REST Java Client:
HoroscopeRESTClient.zip
.
Assignment - 4
REST Service and Client:
Assignment4.txt
.
The example solution(s):
ServerTimeRESTExample.zip
← The REST Web Service
ServerTimeClientExample.zip
← The REST Client
Assignment - 5
SOAP Web Services:
Assignment5.txt
.
The starter code for this assignment is
AreaCode.zip
.
The example solution(s):
AreaCodeSOAPExample.zip
← The SOAP Web Service
AreaCodeSoapClientExample.zip
← The SOAP Client
Assignment - 6
JAXB and SOAP Objects:
Assignment6.txt
.
The starter code for this assignment is
CountryCodeWS.zip
.
The example solution(s):
CountryCodeExample.zip
.