Hi, It appears that axis2 requires you to place your webservice's source in addition to ALL libraries or classes that that service interacts with under
webapps/axis2/WEB-INF/services. My question is, is there anyway to tell axis2 to look for the libraries somewhere else. The problem we are encountering is that we want to expose a service for a rather large established application that is already deployed in production. The webservice will delegate to the existing code/apis in this app. It will also expose Pojos from this app as return values for the methods in the webservice. Moving the existing app under the axis2 tree is not an option. Is there anyway we can deploy a service and perhaps set the classpath of that service such that it can reference and make calls to the existing application? Or is there a way to configure axis so that we do not have to deploy under the axis2/ tree, but instead tell it where the class files that will act as the service is located in the existing app? I don't know if I am explaining myself well. I hope so. Thanks much
