I've put it in both axis/WEB-INF/classes and axis/WEB-INF/classes/Foo I get the same error both times?
On Sun, 22 May 2005, Martin Stemplinger wrote: > csj schrieb am 05/20/2005 09:28 PM: > > > faultString: WSDoAllReceiver: cannot load password callback class: > > Foo.PWCallback; nested exception is: java.lang.ClassNotFoundException: > > Foo.PWCallback > > > > It seems that the server cant find PWCallback in the Foo packge. > > > Where did you put the class file? If you use Tomcat with axis it should > work if you put it into the subdir classes of webapps/axis/WEB-INF. > > HTH > Martin >
