Deploy problem

2002-12-30 Thread Martin Smith
I've written a trivial java class and it works OK with the jws deployment method. However, I can't get it successfully deployed via wsdd. I get no error during deployment, but when I try to get the wsdl I get a nullpointer exception. And when I try to access it with a simple client, I also ge

stock quote demo deploy problem

2002-07-11 Thread Doug McMaster
I've got Tomcat 4.0 and AXIS beta3 installed and running. When I try to deploy the stockquote demo, by following the directions in the README in /samples/stock, I get the following error: /home/dmcmaste.local/programs/axis-b3/samples/stock@dmcmaste#$ java org.apache.axis.client.AdminClient de

RE: Urgent: Deploy problem: "Axis Engine could not find target service"

2002-03-31 Thread Kumar, Vinay 2
-Original Message- From: Pontus Amberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 6:34 PM To: [EMAIL PROTECTED] Subject: Re: Urgent: Deploy problem: "Axis Engine could not find target service" I'm not sure but shouldn't the non jws endpoint be http://loca

Re: Urgent: Deploy problem: "Axis Engine could not find target service"

2002-03-28 Thread Pontus Amberg
I'm not sure but shouldn't the non jws endpoint be http://localhost:8080/MyProject/services/MyServiceNJ ? /Pontus - Original Message - From: "Kumar, Vinay 2" <[EMAIL PROTECTED]> To: "'AXIS-USER'" <[EMAIL PROTECTED]> Sent: Tuesday, Mar

Urgent: Deploy problem: "Axis Engine could not find target service"

2002-03-12 Thread Kumar, Vinay 2
hello, i've created a WebService, initially as JWS which is working perfectly my directory structure: MyProject\MyService.jws [For JWS Service] MyProject\MyService.wsdd[For NONJWS Service] MyProject\WEB-INF\classes\MyService.class [For NONJWS Servic