You can develop an HTTP accessible Java API for XML-Based Web Services (JAX-WS) Web service when you have an existing JavaBeans object to enable as a Web service.
wsgen -classpath . -wsdl -servicename {http://mynamespace}MyService example.Stock.MyService
To learn about developing a JAX-WS Web service using annotations, read about developing Java artifacts for JAX-WS applications using JavaBeans.
The application server supports the use of HTTP to transport Web services client requests. With HTTP, your Web services clients and servers can communicate through SOAP messages. SOAP is the underlying communication protocol that is used in Web services that support the Web services for Java 2 platform Enterprise Edition (J2EE) and the Java API for XML-Based Web Services (JAX-WS) specifications.
HTTP is the most commonly used transport for Web services.
In this information ...Related tasks
Related reference
| IBM Redbooks, demos, education, and more |