> 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
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
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
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
>
>