Title: RE: Class Loaders and axis

Hi,

I want my class loader to generate and vend WSDLs and process SOAP requests at Runtime .  In order to do this I am planning to extend AxisServlet and in the init method of the newServlet, I am planning to use

 

ClassUtils.setClassLoader(className, new myClassLoader);

 

Will this do?  Is this the right approach.

Regards

 

Sagar

 

Reply via email to