users@jax-rpc.java.net

Re: JAX-WS equivalent of "wscompile -gen:server"

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Thu, 25 May 2006 09:49:58 -0700

Dave,
The client and server side artifacts for JAX-WS are the same except on
the server you just don't use
the generated service glass and you should not use the customization to
generate asynchronous methods.

David Sharp wrote:

> I have an existing WSDL definition for a web service I wrote using
> JAX-RPC. How do I do the equivalent of "wscompile -gen:server" in
> JAX-WS to generate the server-side artifacts?
>
> Thanks,
> Dave