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