(Optional) Customize URL patterns in web.xml.
Complete the implementation of the web service application.
Parent
Implement web services applications from existing WSDL files with JAX-WS
When JavaBeans are exposed as JAX-WS endpoints, we can optionally customize the URL patterns within the web.xml deployment descriptor contained in the WAR file.
Subtopics
- Customize URL patterns in web.xml for JAX-WS applications
The web.xml file contains information about the structure and dependencies of web components in the module and describes how the components are used at run time. For JAX-WS applications, we can customize the URL pattern in web.xml.
What to do next
Assemble the artifacts for the web service.
Subtopics
- Customize URL patterns in web.xml for JAX-WS applications
The web.xml file contains information about the structure and dependencies of web components in the module and describes how the components are used at run time. For JAX-WS applications, we can customize the URL pattern in web.xml.
Related tasks
Customize URL patterns in web.xml for JAX-WS applications