ProvideFacilityForExposingSOAPServicesAsRESTfulServices
Facility for exposing SOAP-based web services as RESTful resources
This facility will allow a developer to expose existing SOAP based web services as RESTful resources. Two use cases will be targeted:
- User drags a SOAP-based service operation into a JSR-311 resource POJO. JAXWS code is generated that will be wrapped by the resource file
- User right clicks on an existing SOAP based web service node and selects "Expose as REST service". This facility then creates a JSR 311 resource file that wraps the SOAP client call.

