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 ax...@ws.apache.org on 2004/10/12 05:41:51 UTC

[jira] Closed: (AXISCPP-90) Top-level arrays cannot be processed

Message:

   The following issue has been closed.

   Resolver: Samisa Abeysinghe
       Date: Mon, 11 Oct 2004 8:41 PM

This issue must have been resolved with AXISCPP-69. However as no WSDL is provided, there is no way to test
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-90

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-90
    Summary: Top-level arrays cannot be processed
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

    Project: Axis-C++
 Components: 
             WSDL generation
   Fix Fors:
             1.3 Final
   Versions:
             1.1 Final

   Assignee: 
   Reporter: Steve Cheng`

    Created: Tue, 18 May 2004 9:44 AM
    Updated: Mon, 11 Oct 2004 8:41 PM
Environment: Axis C 1.1 and 1.1.1
Windows XP

Description:

This bug is somewhat similar to AXISCPP-69.


If I have this element defined:

<xsd:element name="myBean" maxOccurs="unbounded">
  <xsd:complexType name="MyBeanType">
    <xsd:element name="userName"       type="xsd:string"/>
    <xsd:element name="hostName"       type="xsd:string"/>
  </xsd:complexType>
</xsd:element>


And I run it the WSDL through wsdl2ws, I get this output on the console:

1
############## the type found ={http://schemas.connector.flexnet.macrovision.com
}MyBeanType[unbounded]
############## the type found ={http://schemas.connector.flexnet.macrovision.com
}MyBeanType
Exception in thread "main" org.apache.axis.wsdl.wsdl2ws.WrapperFault: unregister
d type {http://schemas.connector.flexnet.macrovision.com}MyBeanType[unbounded] r
efered
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.genarateWrappers(Unknown Source)

        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)



---------------------------------------------------------------------
JIRA INFORMATION:
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