RE: Can't list services after deploying test class

2003-08-08 Thread Jim Harris
> DOH! I think restarting Tomcat was the key I was missing. Haha - that one has cost me hours too!!! > Also, using this: > > > java org.apache.axis.client.AdminClient -l > > http://host:port/axis/classes/serviceName path\to\deploy.wsdd > > > Style call to the AdminClient returned a fault (HTTP

Re: Can't list services after deploying test class

2003-08-07 Thread Jeyakumaran.C
hi, i think u shoyuld restart the tomcat after u did some alterartions in yr wsdd file. check it regards jeyakumaran.C - Original Message - From: "Adhamh Findlay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:02 AM Subject: Can't list services after deployi

RE: Can't list services after deploying test class

2003-08-06 Thread Jim Harris
Adhamh, Have you tried using the AdminClient tool to deploy and/or view your deployed services? To deploy use: java org.apache.axis.client.AdminClient -l http://host:port/axis/classes/serviceName path\to\deploy.wsdd Then to list the deployed services use: java org.apache.axis.client.AdminClient

Re: Can't list services after deploying test class

2003-08-06 Thread Adhamh Findlay
On 8/5/03 2:17 PM, "Jim Harris" <[EMAIL PROTECTED]> wrote: > Adhamh, > > Have you tried using the AdminClient tool to deploy and/or view your > deployed services? > > To deploy use: > java org.apache.axis.client.AdminClient -l > http://host:port/axis/classes/serviceName path\to\deploy.wsdd > >