Assemble the artifacts for the web service.
(Optional) Customize URL patterns in web.xml.
Step 10 towards the goal: Implement web services applications with JAX-WS
Use assembly tools provided with the application server to assemble your Java-based web services modules.
If we have assembled an EAR file containing enterprise beans modules that include web services, use the endptEnabler command-line tool or an assembly tool before deployment to produce a web services endpoint WAR file. This tool is also used to specify whether the web services are exposed using SOAP over Java Message Service (JMS) or SOAP over HTTP.
Subtopics
- Assemble web services applications
We can assemble Java-based web services applications using assembly tools.
What to do next
Deploy the EAR file into the application server.
Subtopics
- Assemble web services applications
We can assemble Java-based web services applications using assembly tools.
Related tasks
Assembling web services applications