dev@jax-ws.java.net

generating jax-rpc style code using jax-ws wsimport tool

From: m z <mgzheng_at_yahoo.com>
Date: Tue, 25 Nov 2008 14:58:39 -0800 (PST)

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.