Creating and deploying a JAX-WS service
Creating and deploying a JAX-WS service using Eclipse STP involves the following steps:
Choose a JAX-WS runtime
.
Do one of the following:
Create a Java First project
, add
annotations
to the code, and then
generate
stub code.
Create a WSDL First project
. Annotated stub code is generated for you automatically.
Update the generated stub code as required and rebuild your project.
Create a connection profile
.
Generate a deployment archive
.
Deploy the service
.