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

Reply via email to