January 2015
Beginner to intermediate
364 pages
7h 41m
English
Once we deploy our project, we can make sure that the web service was deployed successfully by expanding the RESTful Web Services node on our project, right-clicking on our RESTful web service, and selecting Test Resource Uri:

This action will invoke the findAll() method in our service (since it is the only method that doesn't require a parameter), and the generated XML response will automatically be opened in the browser.

The XML response for our web service displays the data in the CUSTOMER table in the database in ...
Read now
Unlock full access