Develop JAX-WS web services with annotations.
Determine the existing JavaBeans or enterprise beans to expose as a JAX-WS web service.
Parent
Implement web services applications with JAX-WS
Subtopics
- Develop JAX-WS web services with annotations
JAX-WS supports two different service endpoint implementations types, the standard web service endpoint interface and a new Provider interface to enable services to work at the XML message level. By using annotations on the service endpoint implementation or client, we can define the service endpoint as a web service.
What to do next
Generate Java artifacts for JAX-WS applications.
Subtopics
- Develop JAX-WS web services with annotations
JAX-WS supports two different service endpoint implementations types, the standard web service endpoint interface and a new Provider interface to enable services to work at the XML message level. By using annotations on the service endpoint implementation or client, we can define the service endpoint as a web service.
Related tasks
Develop JAX-WS web services with annotations