Hi, I have just started using Axis2. I have been going through series tutorials and articles and have managed to write a few simple examples and they work. However, I have tried to deploy a web service dynamically. My scenario is that in web deployment descriptor, I have a custom application registered as a listener. When this listener starts, inside the listner code, I dynamically build the web service and deploy it. However, the AxisServlet is listed after the listener in the descriptor. And when Axis 2 framework is deployed, it over-rides any ConfigurationContext I had created dynamically. Is there any way to tell Axis 2 that a ConfigurationContext is already available in the JVM and that should be used.
Let me know if my question does not make sense, I am just learning Axis2. Best Regards, Shah Asrani
