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