Java Reference
In-Depth Information
Checking the Reliable Message Delivery checkbox allows us to indicate that we
want to make sure that messages are delivered, and they are not delivered more than
once. Enabling reliable message delivery allows our applications to recover from
situations where our messages may have been lost in transit.
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.
Web service security can be configured by clicking on the Advanced ...
button and selecting the appropriate security options in the
resulting window.
When we add web services operations to our service in the design window,
NetBeans adds method stubs in the implementation class, we can see these stubs by
clicking on the Source tab.
 
Search WWH ::




Custom Search