June 2004
Intermediate to advanced
1568 pages
30h 33m
English
This section shows how to build and deploy a simple Web service and client. A later section, Web Service Clients (page 326), provides examples of additional JAX-RPC clients that access the service. The source code for the service is in <INSTALL>/j2eetutorial14/examples/jaxrpc/helloservice/ and the client is in <INSTALL>/j2eetutorial14/examples/jaxrpc/staticstub/.
Figure 8-1 illustrates how JAX-RPC technology manages communication between a Web service and client.

The starting point for developing a JAX-RPC Web service is the ...
Read now
Unlock full access