You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2007/01/19 09:29:30 UTC

[jira] Resolved: (AXISCPP-887) WSDL2Ws ignores inside

     [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org