Java Reference
In-Depth Information
./dist/java-ws.jar;../data-svc/dist/data-svc.jar;./lib/mysql-
java
connector-
java-5.1.24-bin.jar com.bemach.ws.server.Server
mysql-connector-java-5.1.24-bin.jar is a JDBC driver for MySQL database. Next,
we use SOAP to test the Web Services.
4.4 Check WSDL and XSD
We produce three services with three distinct service endpoints. After the server is running,
we verify that these service endpoints are active and ready for service invocations. From
a browser, we go to the URLs. The service endpoint for the HelloWorld example, ht-
tp://localhost:9999/java-ws/hello?WSDL, was examined in earlier chapters. We visit the
two employeesservice endpoints:
4.4.5.1 Document style
WSDL and XSD of the employees Web Service are shown in the following listings. A cli-
ent application developer uses these WSDL documents to generate a Web Service stub for
use inside their application.
Search WWH ::




Custom Search