Hi,
for me it worked like this (since I'm quite new to axis, there may be better
solutions):
1. The
Class with the methods you'll want to have published as a web service is
converted to .jws
2. If
your other classes (which are used by your web service) are just .class files,
put them into WEBINF/classes. If they are a .jar library, put them into
WEB-INF/lib
3.
When your web service class needs then, they will be loaded by the class loader,
and you can use them.
At
least that's how it worked for me.
Michael
|
- problems in deploying existing JAVA classes using... 오윤정
- Michael Grob