Hi,

I tried the sample program (userguide/example6/WidgetPrice) and it's
working fine.

Then I modified the server implementation class to call a class from a
jar file, as below:

(eg, WidgetPriceSoapBindingImpl.java)

import my.package.ClassA;

...
ClassA a = new ClassA(); System.out.println("1");
a.method1(); System.out.println("2");
...

>From the server console, I only saw the printout "1", no "2". The jar
file with ClassA is placed in WEB-INF/lib.

No error message!

Anyone knows what the problem could be?

I'm using Axis1.2R3 and tomcat 5.5.

Thanks

Reply via email to