You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/29 20:06:34 UTC

[jira] Updated: (CXF-538) if element include wildcards such as xs:any, according to jaxws specs, should not generated code using wrapper style

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

Daniel Kulp updated CXF-538:
----------------------------

    Fix Version/s: 2.0-RC

> if element include wildcards such as xs:any, according to jaxws specs, should not generated code using wrapper style
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-538
>                 URL: https://issues.apache.org/jira/browse/CXF-538
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Freeman Fang
>             Fix For: 2.0-RC
>
>
> <element name="sayHi">
>                 <xs:complexType>
>                     <xs:sequence>
>                         <xs:element name="port" minOccurs="0" maxOccurs="unbounded">
>                             <xs:complexType>
>                                 <xs:sequence>
>                                     <xs:any namespace="##other" processContents="lax"><!-- minOccurs="0" maxOccurs="unbounded"-->
>                                     </xs:any>
>                                     <!--element name="requestType" type="string"/-->
>                                 </xs:sequence>
>                             </xs:complexType>
>                         </xs:element>
>                     </xs:sequence>
>                 </xs:complexType>
>             </element>
> this element include xs:any, which is a kind of wildcard, according to jaxws-specs, shouldn't generate code using wrapper style

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