+

Search Tips   |   Advanced Search

Generate Java artifacts for JAX-WS applications.

Develop JAX-WS web services with annotations.

Parent

Implement web services applications with JAX-WS

Use JAX-WS tooling to generate the necessary JAX-WS and JAXB artifacts needed for JAX-WS web services applications when starting from JavaBeans or enterprise beans components.

If we are developing a service implementation bean that is invoked using the HTTP transport, then the WSDL file generated by the wsgen command-line tool during this step is optional. However, if you are developing a service implementation bean that is invoked using the SOAP over JMS transport, then the WSDL file generated by the wsgen tool during this step is required in subsequent steps, and therefore, not optional.


Subtopics


What to do next

(Optional) Enable MTOM for JAX-WS web services.


Subtopics


Related tasks

  • Generating Java artifacts for JAX-WS applications