I'm a newbie, so pardon me if my questions are unclear. In my enterprise app (running under Jboss 3.2.5), the java class that I am trying to expose as a web service is dynamically loaded into its own classloader. When I try to access the service from a client, Axis is unable to find the class to use.
My questions are: 1. Since the class is dynamically loaded, is it possible for it to deploy/undeploy itself programmatically to the Axis engine? 2. How do I tell the Axis engine where to find the loaded class? Thanks, Mike