Nicholas Remy wrote:
Paul,
It may be that your .class files aren't quite placed properly. If I'm
not mistaken, they should be down a path that would be something along
the lines of:
axis/WEB-INF/classes/org/ppinc/deltadown
Assuming the name of your service is "delta", your server-config.wsdd
PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
deploying a service with
packages
Hello,
I am trying to setup an Axis web service the "proper" way, by
not using
the .jws technique, but I am having a few difficulties.
On the server side I have several classes that have to imp
I think that you end point URL is incorrect, it should be
http://localhost:8080/axis/delta. Usually, and in code examples, URL is
like http://localhost:8080/axis/services/
Another problem : you should put your .class files in the
WEB-INF/classes directory of your web app (ie delta)
Paul Phi
Hello,
I am trying to setup an Axis web service the "proper" way, by not using
the .jws technique, but I am having a few difficulties.
On the server side I have several classes that have to import each
other, specifically one that returns a connection to my database. Now I
know these classes