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 "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2007/01/06 12:59:28 UTC

[jira] Resolved: (AXIS2C-494) Generated code for complex types give compilation errors (WSDL2C Java Version)

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

Dinesh Premalal resolved AXIS2C-494.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

Thanks Milinda.

> Generated code for complex types give compilation errors (WSDL2C Java Version)
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2C-494
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-494
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>    Affects Versions: Current (Nightly)
>            Reporter: Milinda Lakmal Pathirage
>         Assigned To: Dinesh Premalal
>             Fix For: 1.0.0
>
>         Attachments: codegen.patch
>
>
> <xs:complexType name="ErrorParameterType">
> 		<xs:sequence>
> 			<xs:element name="Value" type="xs:string" minOccurs="0"/>
> 		</xs:sequence>
> 		<xs:attribute name="ParamID" type="xs:string"/>
> </xs:complexType>
> when there is complex type like above inside wsdl, generated .c file containing structure and function for manipulating it gave compilation errors.
> This is caused by if statement in the CADBBeanTemplate Source doesn't correctly process the input xml generated for the complex type.
> To correct the error we have to introduce a new attribute to the "property " element in the generated xml. And improve the following logic in template.
> <xsl:if test="property and (not(property/@attribute) or property/@attribute='')"> to
> <xsl:if test="property and (not(property/@attribute) or property/@attribute='' or property/@notattribute)"> 

-- 
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