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 "Tim Bartley (JIRA)" <ax...@ws.apache.org> on 2005/03/07 08:42:52 UTC

[jira] Updated: (AXISCPP-510) Stub generation broken for nested array of simple type

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

Tim Bartley updated AXISCPP-510:
--------------------------------

    Attachment: Service.wsdl
                ArrayOf_xsd_string.cpp

Actually better description would of data structure would be:

Complex {int, Complex { Array of Complex { string, Complex { Array of string } } } }

but look at the wsdl and generated stub - I'm sure that will be clearer than my description ;-)


> Stub generation broken for nested array of simple type
> ------------------------------------------------------
>
>          Key: AXISCPP-510
>          URL: http://issues.apache.org/jira/browse/AXISCPP-510
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: current (nightly)
>  Environment: cvs as of March 7, 2005
>     Reporter: Tim Bartley
>  Attachments: ArrayOf_xsd_string.cpp, Service.wsdl
>
> I have WSDL with an Array of Array of complex {xsd__string, Array of xsd__string}.
> The clent stub generated for this uses  "_string" as the SOAP expected element name instead of "string" for the members of the Array of xsd__string.
> See attached WSDL and generated stub. Workaround is change occurences of string literal "_string" to "string".
> Regards,
> Tim

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira