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

Daniel Kulp updated CXF-497:
----------------------------

    Fix Version/s: 2.0-RC

> if schema include "any" type, runtime will  fail
> ------------------------------------------------
>
>                 Key: CXF-497
>                 URL: https://issues.apache.org/jira/browse/CXF-497
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.0-RC
>
>         Attachments: any.wsdl
>
>
> if schema include "any" type, like
>             <element name="sayHi">
>                 <xs:complexType name="Reference">
>                     <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:sequence>
>                             </xs:complexType>
>                         </xs:element>
>                     </xs:sequence>
>                 </xs:complexType>
>             </element>
> then runtime will fail when client side do mashall

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

Reply via email to