[ http://issues.apache.org/jira/browse/AXIS-1536?page=comments#action_64190 ] Davanum Srinivas commented on AXIS-1536: ----------------------------------------
why are you mixing soapenc:Array in doc/lit wsdl? -- dims > wsdl2java generates invalid Java code > ------------------------------------- > > Key: AXIS-1536 > URL: http://issues.apache.org/jira/browse/AXIS-1536 > Project: Axis > Type: Bug > Versions: beta-3 > Environment: Win2K, Java 1.4.2_05, Axis 1_2beta3 > Reporter: Bill Steer > > Given the following type definition in the WSDL file: > <complexType name="ArrayOfBinary"> > <complexContent> > <restriction base="soapenc:Array"> > <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:base64Binary"/> > </restriction> > </complexContent> > </complexType> > wsdl2java generates: > public class ArrayOfBinary extends java.lang.Object[] ... -- 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
