[
https://issues.apache.org/jira/browse/AXISCPP-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra resolved AXISCPP-887.
--------------------------------
Resolution: Fixed
Fix Version/s: current (nightly)
Will wait until a create a testcase to close.
> WSDL2Ws ignores <xsd:any> inside <xsd:choice>
> ---------------------------------------------
>
> Key: AXISCPP-887
> URL: https://issues.apache.org/jira/browse/AXISCPP-887
> Project: Axis-C++
> Issue Type: Bug
> Components: WSDL processing - Doc
> Reporter: Manohar
> Fix For: current (nightly)
>
> 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:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]