JAX-WS and JAX-RS Web Services
JAX-WS and JAX-RS are popular Java APIs for implementing XML-based web services and RESTful web services respectively. This documentation explains how JAX-WS/JAX-RS web services can be effectively deployed and managed in WSO2 Application Server. Note that you can easily develop JAX-WS/JAX-RS web services using WSO2 Developer Studio as explained here.
WSO2 AS uses Apache CXF as the framework for deploying and managing JAX-WS/JAX-RS web services. To enable this framework, the feature given below should be installed in your product from the WSO2 feature repository. Note that this feature is enabled in WSO2 AS by default.
Name: WSO2 Carbon - JAX-WS/JAX-RS Webapp Management Feature
Identifier: org.wso2.carbon.jaxws.webapp.mgt.feature.group
See the following topics for detailed information on the Apache CXF framework and JAX-RS/JAX-WS services in WSO2 AS: