Yadav, Yogendra (IT) wrote:
> 
> I wanted to switch to BARE style so I provided a bindings file like
> this:
> <jaxws:bindings
>     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
>           wsdlLocation="DAPReporterService.wsdl"
>     xmlns="http://java.sun.com/xml/ns/jaxws";
>     xmlns:jaxws="http://java.sun.com/xml/ns/jaxws";>
>     <enableWrapperStyle>false</enableWrapperStyle>
> </jaxws:bindings>
> 
> Wsdl2java *does not* generate BARE style interface, why?
> 

Could it be your interpretation of wrapper style/non-wrapper style is
confused?  (Highly possible mine is, by the way)
Please see "Note" at bottom of:
http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html

Glen

-- 
View this message in context: 
http://www.nabble.com/wsdl2java-not-generating-wrapper-style-interface-tp18840049p18863496.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to