As far as i know this is the way to do axis2 webservices.
I happily would create a WS from my class and let that live inside of my
webapp.
I cannot think of away to do that with axis2.
I actually did the classloaderthing before.. with an embedded tomcat5.5.
I just set the rootClassloader to my
I have a webapp which contains a class which methods should also exposed as
webservice.
What I would do would be to create an axis2 webservice out of it and put
this inside an axis2.war.
I then would have 2 webapps - the actual webapp and the axis2-webapp whcih
contains the WS-access.
The problem