See the SOAPBinding class-level annotation, example: @SOAPBinding(parameterStyle = ParameterStyle.WRAPPED, style = Style.DOCUMENT, use = Use.LITERAL)
-----Original Message----- From: Raj Floyd [mailto:[email protected]] Sent: Wednesday, August 31, 2011 8:51 AM To: [email protected] Subject: Web service style/use Hi, It seems CXF uses document/literal by default. Is there any other style/use that CXF offers? If so, what is the api? Thanks Raj
