Re[2]: Problems deploying with AdminClient

2006-05-07 Thread Martin Wunderlich
And at last I seem to found the reason for the disappearing web service, albeit not the root cause. This post here https://bugs.eclipse.org/bugs/show_bug.cgi?id=118673 gave me the idea of checking the file WEB-INF/server-config.wsdd. And indeed, there was no description of the deployed service at a

Re: Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Testing a bit more I was able to successfully deploy a different web service to a different location on the same Tomcat installation. Then I copied all the resources to a new project (in Eclipse), which I deployed to a new web-app and things seem to work there. So, at least I have the problem limi

Re[2]: Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Hi Siamak, Thanks a lot for the suggestion. I am still using Axis 1.3, so it wouldn't be related to Axis 2, I guess. Cheers, Martin > Hello Martin. > As far as I know the AdminClient was used by Axis to deploy a service. > With Axis2 the deploying has slightly changed. > Please go through th

Re: Problems deploying with AdminClient

2006-05-06 Thread Siamak Haschemi
Hello Martin. As far as I know the AdminClient was used by Axis to deploy a service. With Axis2 the deploying has slightly changed. Please go through the User's Manual to see how to deploy a service. http://ws.apache.org/axis2/1_0/userguide.html You will see that you have some options: 1) cre

Problems deploying with AdminClient

2006-05-06 Thread Martin Wunderlich
Dear all, I have run into a very odd problem trying to deploy my web service using AdminClient. I create my wsdl and wsdd files without any problems. I also don't get any errors when I deploy the service using: "java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -l http://localhost/ depl