Re: wsdl2java - How to force generated class to include @WebResult annotation for a given operation

2010-05-17 Thread Alain PANNETIER
Replying to myself. You can have a web result when there is only one return argument. This is considered 2 return arguments (even though there is a public type) This is considered 1 return argument

wsdl2java - How to force generated class to include @WebResult annotation for a given operation

2010-05-17 Thread Alain PANNETIER
Hello everyone, Thanks for all the CXF goodies. I have a quicky for wsdl2java experts. I'm following the wsdl first approach and I'm generating my interface from a doc/lit wrapped WSDL I wrote. I've noticed that in some circumstances, the generated methods in the service has a non void return ty