(Optional) Develop and configure a webservices.xml deployment descriptor for JAX-WS applications.
(Optional) Enforce adherence to WSDL bindings in JAX-WS web services.
Step Parent
Implement web services applications from existing WSDL files with JAX-WS
We can optionally use webservices.xml to augment or override application metadata specified in annotations within the JAX-WS web services.
Subtopics
- Develop a webservices.xml deployment descriptor for JAX-WS applications
Deployment descriptors are standard text files, formatted using XML and packaged in a web services application. We can optionally use webservices.xml to augment or override application metadata specified in annotations within JAX-WS web services.
What to do next
Complete the implementation of the web service application.
Subtopics
- Develop a webservices.xml deployment descriptor for JAX-WS applications
Deployment descriptors are standard text files, formatted using XML and packaged in a web services application. We can optionally use webservices.xml to augment or override application metadata specified in annotations within JAX-WS web services.
Related tasks
Develop a webservices.xml deployment descriptor for JAX-WS applications