5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: Problem with Server
thank you very much Sylvain, but now I have this problem:
Caught SOAP exception: SOAP Fault: User 'null' not authenticated (unknown
user)
somebody has idea that this bad?
Victor
>
> De: "St-Germain, Sylva
> Para: [EMAIL PROTECTED]
> Asunto: RE: Problem with Server
>
> This happen when your service is not deployed. Axis may be deployed but
> you need to deploy your stock quote service using something like:
>
> java -cp %cp% org.apache.axis.client.AdminClient
> -lhttp://loc
This happen when your service is not deployed. Axis may be deployed but
you need to deploy your stock quote service using something like:
java -cp %cp% org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd
And copy your classes inside axis's WEB-IN