I'm
not sure this works properly, for a number of reasons.
The
worst of which, (from my reading of the source, apologies if it's not correct)
is that the Class Name is used as the key into a cache of service
descriptions.
translation into English:
Even
if you did manage to get jws classes with different packages but the
same name compiling and running, you will only get one of the classes when
the either of the jws services is requested.
This
would take some modifications in the AXIS source to get it working as far as I
could tell, and I'm not sure how wide-reaching the changes would
be.
Perhaps putting classes that need to have packages in
the classes directory or in a jr in lib, and using the jws as a thin wrapper
round them?
Or just extend the classes - import works fine for a
jws.
HTH
Patrick
|
Title: Message