Hi, sorry if this has been asked many times, is there anyway for wsimport in
jax-ws to generate older, jax-rpc style java client code? for
instance:
1. Generate [webservice name]_Impl.java classes.
2. Return
Object[] instead of List<Object> for webservice calls that return an array
of objects.
If not, to avoid a massive re-writing of code that used to
consume jax-rpc generated client, is there a competitor to jax-ws that can
generate older style client code? Apache Axis? Thanks.