You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Dennis Sosnoski (JIRA)" <ji...@apache.org> on 2006/11/11 11:19:39 UTC

[jira] Closed: (AXIS2-1676) WSDL using element name of "return" generates uncompilable code with JiBX unwrapped

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

Dennis Sosnoski closed AXIS2-1676.
----------------------------------


> WSDL using element name of "return" generates uncompilable code with JiBX unwrapped
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-1676
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1676
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: nightly
>            Reporter: Dennis Sosnoski
>         Assigned To: Dennis Sosnoski
>             Fix For: nightly
>
>
> If the response from an operation is of the form:
>   <xs:element name="getTestCartResponse">
>     <xs:complexType>
>       <xs:sequence>
>         <xs:element name="return" type="xs:string"/>
>       </xs:sequence>
>     </xs:complexType>
>   </xs:element>
> JiBX unwrapped handling attempts to use "return" as a variable name, resulting in code which will not compile.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org