RE: RE: Problem with Server

2002-04-12 Thread St-Germain, Sylvain
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

Re: RE: Problem with Server

2002-04-11 Thread vpj-cd
> 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

RE: Problem with Server

2002-04-11 Thread St-Germain, Sylvain
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