Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 77270 invoked by uid 500); 30 Jul 2002 14:38:13 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 77253 invoked from network); 30 Jul 2002 14:38:12 -0000 Date: 30 Jul 2002 14:38:33 -0000 Message-ID: <20020730143833.10302.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 11290] New: - Problems with "sequence maxOccurs='unbounded' " in WSDL types def intion X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11290 Problems with "sequence maxOccurs='unbounded' " in WSDL types def intion Summary: Problems with "sequence maxOccurs='unbounded' " in WSDL types def intion Product: Axis Version: current (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: axis-dev@xml.apache.org ReportedBy: Werner.Dittmann@icn.siemens.de while playing/testing with Axis I used the following WSDL file to generate stubs, skeletons etc. Please look at the "sequence" statement in the complexType "idxType". The idea is to have the block enclosed by the sequence as an array. I didn't get any complaints during the WSDL2Java run but looking at the generated code I couldn't figure out how to set the sequence part more then once. Because of the definitions in the WSDL type section I expected to find an array of the "sequence" defined in idxType because it is defined as unbounded. Did I made somthing wrong or is it a known problem or yet unsupported in Axis? Additional info from Glen Daniels: Your WSDL files points out a couple of things we don't deal with yet in Axis. In particular, I don't think we support maxOccurs on a element itself (though we do on s inside it). We also do not handle elements yet. Could you submit this WSDL in a bugzilla bug report? I think it's pretty critical that we begin to support this stuff soon. Thanks! --Glen Here the WSDL: