Hi,
I wonder if it is possible to use Axis runtime in a way similar to jax-ws
reference implementation, e.g. add a servlet declaration in my web
application web.xml, so it would scan the web application or use some
descriptor to find the web service entry points (annotated classes) and
expose those entry points trough that declared servlet.
Here is how it look with jax-ws reference implementation:
<servlet id="jax-ws-servlet">
<servlet-name>WSServlet</servlet-name>
<servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
</servlet>
<servlet-mapping id="jax-ws-mapping">
<servlet-name>WSServlet</servlet-name>
<url-pattern>/service</url-pattern>
</servlet-mapping>
Is there something like that available in axis?
Thanks in advance
Eugene
--
View this message in context:
http://www.nabble.com/using-axis-runtime-on-server-tp23871061p23871061.html
Sent from the Axis - User mailing list archive at Nabble.com.