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 > > Then to list the deployed services use: > java org.apache.axis.client.AdminClient list-l > http://host:port/axis/classes/serviceName > > (watch out for line wrapping on both of the above)
DOH! I think restarting Tomcat was the key I was missing. I did that and I can see the deployed service. Its really odd how not restarting made me see a blank page... 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 404). I normally just use java org.apache.axis.client.AdminClient deploy.wsdd. Is one more correct than the other? Thanks! Adhamh