October 2011
Beginner
432 pages
10h 18m
English
Before trying out this web service, you can test the availability of the SquareRootServerPublisher application with any web browser.
Open a browser and load the address http://127.0.0.1:5335/service?wsdl. The browser displays the XML file shown in Listing 22.4. This file is being served by the application that you just created.
This file is a service contract that’s written in Web Service Description Language (WSDL), an XML dialect for spelling out exactly how a web service functions so that servers and clients can make full use of it.
You don’t have to understand WSDL to create JAX-WS services and clients to access those services. It’s worthwhile to take a cursory look at the contents to get a picture ...
Read now
Unlock full access