Willem, I am doing WSDL to Java i.e. I am starting from a WSDL to generate Java class. The class generation is done by the wsdlToJava utility so I am unable to move @SOAPBinding.
cortlander How about moving the @SOAPBinding to the top of Class ? Here is the example[1] in the CXF systest. [1]https://svn.apache.org/repos/asf/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/DocLitBareCodeFirstService.java Willem cortlander wrote: > I am using CXF’s WDSL to Java utility to generate code from a wsdl. I > would > like to map my wsdl operations to SOAPBinding.ParameterStyle.WRAPPED so > that methods with void return types do not return objects like > xxxResponse: > /** -- View this message in context: http://www.nabble.com/How-to-make-SOAPBinding.ParameterStyle.WRAPPED-instead-of-BARE--tp18020764p18026567.html Sent from the cxf-user mailing list archive at Nabble.com.
