Hi Ani;

I think the problem you face is whn u deploy the new Web Service you
do not have the classes at the classpath?

There is a class called ClassUtils in axis provides static method for
help classloading. It has method setClassLoader(String
classname,ClassLoader cl); to overide/register classloaders for 
loading a given class. ClassUtils is used by Axis to load the classes
all time

Before deploy your service create a classloader for the class files of
the serveive and register them agiens the impl class of the service
you want to deploy, agienst Classloader using setClassLoader(String
classname,ClassLoader cl);

Cheers 
Srinath

On 5/12/05, Ani Marius <[EMAIL PROTECTED]> wrote:
> Hi!
> I have one urgent question :
> I have my custom provider, and I want to do the
> following: if I receive a request for a Web Service
> that is not yet deployed, I would automatically deploy
> it (there is the bussines for deploying a web service)
> and to set the provider of the ws to my provider...I
> tried adding a Handler in the Transport Request (which
> verifies if the service is deployed, and if not it
> deploys it) but this didn't solve my problem entirely.
> Please help me!!!
> Thanks.
> 
> 
> __________________________________
> Yahoo! Mail Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
> http://mobile.yahoo.com/learn/mail
>

Reply via email to