dkulp wrote: > > > The JAXWS tooling (wsdl2java) does have a "plugin" thing that can provide > default values for various return things and params. If you run: > > wsdl2java -all -defaultValues my.wsdl > >
Thanks for the info. I tried it out and the only evidence I have seen of its action is in the client main that is generated. What I want to create is a default server response rather than a default request. I am trying to create a way to mock a service from a wsdl as quickly as possible. Have I missed something? If not, do you know what part of the gen process I can alter to make this happen? Thanks, Chris -- View this message in context: http://www.nabble.com/Customizing-Generated-Java-tp20772926p20781054.html Sent from the cxf-user mailing list archive at Nabble.com.
