Hi all-
I have a web services newbie question, of a general nature.
I'm building an application for a school project, using servlets, web services, and
JSPs, on Tomcat 5. I've built some command-line web service clients, but not
servlet-based.
My question is this: for the general architectu
Thanks for the help everyone!
--
[EMAIL PROTECTED]
>
> Or put another way, because you're using packages, the classloader is not
> looking for the file GetQuote.class. It's looking for the file
> samles\stock\GetQuote.class. This file, when specified that way, exists in
> the directory c:\axis
Can anyone offer any help on what I'm pretty sure is a CLASSPATH issue? This is a
re-post, and I apologize, but I'm pulling my hair out -- I've tried all sorts of
classpath combinations and configurations. I thought I had everything set when I got
this:
C:\axis-1_1\samples\stock>java -cp %AXI
Thanks for the info, Richard. Actually, for the project that I'm working on ( a
graduate school project), all I really need to do is to consume a couple of services.
But I weanted to run through the samples/tutorials for learning purposes. But, I'll
keep the Ant in mind, because I don't really
Thanks -- bear with me, as I said I'm a newbie at Axis and WS. I haven't been using
Ant at all -- I've been following a couple of tutorials and none of them have used
Ant. It's an option, rather than a requirement, correct?
I've also tried some other examples, other than the bundled samples, an
Unfortunately, that didn't seem to work. I tried %AXIS_HOME%/samples and
%AXIS_HOME%/samples/userguide
Any other suggestions?
Thanks for the help.
-Rob
--
[EMAIL PROTECTED]
> Hi
>
> The samples aren't on the classpath.
>
> To do that , just add something like ;%AXIS_HOME%/samples
>
> to
Hi-
I'm a newbie trying to get Axis 1.1 going on WinXP with Tomcat 5.0, and j2sdk1.4.2_03.
I can get the Happiness page up just fine.
But when I try and run the samples from the command line, I get:
Exception in thread "main" java.lang.NoClassDefFoundError: samples/userguide/exa
mple1/TestClie