Java Reference
In-Depth Information
Clicking on the Secure Service checkbox results in security features, such
as encrypting messages between the client and server and requiring client
authentication to be enabled for our web service.
We can see the generated method stubs by clicking on the Source tab:
Now, all we need to do is to replace the generated body of the methods in the class
with the real bodies, deploy our application, and our web service will be good to go.
In our case, all we need to do is multiply the inches by 2.54 to convert from inches to
centimeters and divide the centimeters by 2.54 to convert them to inches.
Once we have replaced the method bodies with the actual required functionality,
we are ready to deploy our web service. This can be done by right-clicking on our
project and selecting Deploy .
 
Search WWH ::




Custom Search