You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2008/02/16 14:13:08 UTC

[jira] Closed: (CXF-927) jaxws:enableWrapperStyle apparently not working

     [ https://issues.apache.org/jira/browse/CXF-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed CXF-927.
--------------------------

    Assignee: Glen Mazza

> jaxws:enableWrapperStyle apparently not working
> -----------------------------------------------
>
>                 Key: CXF-927
>                 URL: https://issues.apache.org/jira/browse/CXF-927
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0.1
>            Reporter: Glen Mazza
>            Assignee: Glen Mazza
>            Priority: Minor
>
> jaxws:enableWrapperStyle is working for Metro but not CXF for the Amazon E Commerce Service[1]'s WSDL[2].  CXF's output is always in non-wrapped format (ParameterStyle.BARE) when generated by CXF.  For Metro, this WSDL is in wrapper style by default.   (It is apparently OK that CXF defaults to non-wrapped, because Section 2.3.1.2 of the JAX-WS spec apparently does not mandate wrapper style by default, but the enableWrapperStyle flag should still be able to work.) 
> [1] http://www.amazon.com/E-Commerce-Service-AWS-home-page/b?ie=UTF8&node=12738641
> [2] http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl?
> [3] <portType name="AWSECommerceServicePortType">
>     <jaxws:bindings xmlns:jaxws="http://java.sun.com/xml/ns/jaxws">  
>       <jaxws:enableWrapperStyle>false</jaxws:enableWrapperStyle>
>     </jaxws:bindings>    
>    ....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.