[ http://issues.apache.org/jira/browse/AXISCPP-887?page=all ]

Manohar updated AXISCPP-887:
----------------------------

    Attachment: ComplexTypeChoiceNestedAny.wsdl

> WSDL2Ws ignores <xsd:any> inside <xsd:choice>
> ---------------------------------------------
>
>          Key: AXISCPP-887
>          URL: http://issues.apache.org/jira/browse/AXISCPP-887
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - Doc
>     Reporter: Manohar
>  Attachments: ComplexTypeChoiceNestedAny.wsdl
>
> WSDL2Ws ignores <xsd:any> inside <xsd:choice> and won't generate source.
> Here is the complextype definition,
> <xsd:complexType name="SimpleComplexType1">
>                               <xsd:choice>                                    
>                                       <xsd:any namespace = "##any" />
>                                       <xsd:element name="field3" 
> type="xsd:string" nillable="false"/>
>                                       <xsd:element name="field4" 
> type="xsd:string" nillable="false"/>
>                               </xsd:choice>
> </xsd:complexType>                            
> When WSDL2Ws generates code for wsdl having above complex type definition, 
> there are no entries for <xsd:any> element in SimpleComplexType1.hpp file.
> I am attaching the wsdl here and I will add a test for this.
> Regards
> Manohar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to