Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by NickGallardo: http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS/JSR-181 New page: The issue of supporting a JSR-181-based programming model for Axis2 endpoints was first addressed by Rajith under JIRA issue 883 (http://issues.apache.org/jira/browse/AXIS2-883). This provides support for annotating an existing Java bean and deploying it as an Axis2 Web service. The approach used is to read the annotation info from the classes using WSM. For a given annotated Java bean, WSM can create an instance of a [http://svn.apache.org/viewvc/beehive/wsm/trunk/src/core/org/apache/beehive/wsm/model/WsmService.java?view=markup WSMService] class. The data from this WSMService instance is then used to create an AxisService object. With the configured AxisService, the Axis2 engine can then serve requests for that new service. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@ws.apache.org For additional commands, e-mail: general-help@ws.apache.org