cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

ProvideFacilityForExposingSOAPServicesAsRESTfulServices

Revision as of 15:38, 5 November 2009 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)

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:

  1. 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
  2. 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.