« Return to Thread: wsimport task reusing existing classes

wsimport task reusing existing classes

by Christian-128 :: Rate this Message:

Reply to Author | View in Thread

Hi jax-ws users,

I have been wondering if there is a way to avoid code generation for method parameters using
wsimport. (something like axis noimport=true)

The goal would be to use our own existing classes to pass method parameters between the cliend and server.

I currently achieve the same result using jaxb namespaces to get the generated artefacts in
the exact same package as our classes and deleting them afterwards. But it seems like there might be
a better solution.

Cheers

Christian

 « Return to Thread: wsimport task reusing existing classes