Re: How to enable Remote administor access??

2002-06-18 Thread Jeffrey Hau
On Mon, 17 Jun 2002, David Gadd wrote: Hi David, thanks for your help but after setting the 'enableRemoteAdmin' to true, i still cannot deploy services remotely (i can now run the list function), any idea why? Jeff >Jeff, > >from the user guide: > >Remote Administration >Note that by default, th

Do i use AxisServer to deploy webservice dynamically???

2002-02-19 Thread Jeffrey Hau
If i want to deploy a new webservice from an exisitng webservice, which of the following is correct? or are they both wrong?? AxisServer server = AxisServer.getServer(env); server.deployWSDD(wsddDoc); or is it, AxisServer server = new AxisServer(); server.deployWSDD(wsddDoc); i am not sure w

Re: Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
you do not have to complete >>> >>an RPC session. >> >>>You can submit a separate request to the server asking for >>> >>your response, or >> >>>server can push response when its ready to you, etc... >>> >>>>-Origina

Re: Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
r asking for your response, or >server can push response when its ready to you, etc... > >>-Original Message- >>From: Jeffrey Hau [mailto:[EMAIL PROTECTED]] >>Sent: Monday, February 18, 2002 1:57 AM >>To: axis-user >>Subject: Does axis support asychronous mess

Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
Hi, is it possible for a client to invoke a service, go do something else and get the response from the service at an later stage? for example if i have a service that's waiting for a resource, is it possible for me to call the service first and check later if has got the resource and meanwhil

how to create a transient web service

2002-02-15 Thread Jeffrey Hau
Hi, does anyone know how to make a web service undeploy itself after a certain period of time? is there any easy way in axis to do this? please help. Jeffrey