Java Reference
In-Depth Information
1.4.3 Create a HTTP Server
To host the service endpoint, a WS requires an HTTP server. An Apache JEE Tomcat server
can be used; however, a basic server can be created using only Java. In this example, we
created an Endpoint with a specific URL that ties to an implementation of the WS. In
this case, the URL is http://localhost:9999/ java-ws/hello and the implementation is the
HelloWorld object svc.
Search WWH ::




Custom Search