Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 3352 invoked by uid 500); 12 Feb 2002 14:47:12 -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 3331 invoked from network); 12 Feb 2002 14:47:11 -0000 Subject: Re: WSDL4J bug To: "Russell Butek" Cc: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Message-ID: From: "Matthew Duftler" Date: Tue, 12 Feb 2002 09:47:09 -0500 X-MIMETrack: Serialize by Router on D01ML244/01/M/IBM(Release 5.0.9a |January 7, 2002) at 02/12/2002 09:47:10 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I will try to look at this bug today, and let you know what I find out. Thanks, -Matt Russell Butek To: Matthew Duftler/Watson/IBM@IBMUS 02/05/2002 03:06 cc: axis-dev@xml.apache.org PM From: Russell Butek/Austin/IBM@IBMUS Subject: Re: WSDL4J bug(Document link: Matthew Duftler) Any word on these bugs, Matt? Particularly #2, overloaded operations; I've gotten a couple pings from AXIS users about it. Russell Butek butek@us.ibm.com MATTHEW DUFTLER 01/25/2002 12:58 PM To: Russell Butek/Austin/IBM@IBMUS cc: axis-dev@xml.apache.org From: Matthew Duftler/Watson/IBM@IBMUS Subject: Re: WSDL4J bug (Document link: Russell Butek) Hi Russell, Just wanted to let you know that I got your email. I'll take a look at these bugs shortly and let you know what I find. Thanks, -Matt Russell Butek To: Matthew Duftler/Watson/IBM@IBMUS 01/22/2002 03:06 cc: axis-dev@xml.apache.org PM From: Russell Butek/Austin/IBM@IBMUS Subject: WSDL4J bug Matt, I think I sent you this first bug before, but I have another variation, now... 1. When the stanzas are in reverse order - - a call to portType.getOperations ().iterator() will return an iterator which returns all operations twice. This wsdl and test program show the problem: , . 2. A similar problem is a WSDL with stanzas in the normal order, but with overloaded operations; in other words, a portType and binding with two operations called "method" but with different input/output messages. A call to binding.getBindingOperations() returns the two BindingOperations. But a call to portType.getOperations() returns one of the operations twice and I never see the other one. Here's a wsdl and test for this variation: , . Russell Butek butek@us.ibm.com #### duplicate.wsdl has been removed from this note on January 25 2002 by Matthew Duftler #### Test.java has been removed from this note on January 25 2002 by Matthew Duftler #### overload.wsdl has been removed from this note on January 25 2002 by Matthew Duftler #### ATTCQOWM has been removed from this note on January 25 2002 by Matthew Duftler