Developing the Web Services
You will remember from Chapter 11 that developing a Web service is a fairly involved process. For the four Web services in the case study, you will reuse most of the work that you did for Chapter 11. The only changes you'll need to make are the following:
Modify the getCarPartRequest method of the CarPartRequestImpl.java implementation file for each of the Web services to return XML data as a string to the calling application.
Modify the serviceName entry of the CarPartRequest_Config.properties file to reflect the name of the service. Remember that this file is created by the xrpcc tool, and among other details, also contains the service name by which the Web service is identified. In real-life scenarios, different ...
Get Java™ APIs for XML Kick Start now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.