RE: duplicate element name in different complexType elements (I h ave a fix..shouldI commit for beta?)

2002-03-15 Thread R J Scheuerle Jr
ginal Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 13. März 2002 01:42 > To: [EMAIL PROTECTED] > Cc: '[EMAIL PROTECTED]' > Subject: RE: duplicate element name in different complexType > elements (I > have a fix..should I commit for beta?)

RE: duplicate element name in different complexType elements (I have a fix..should I commit for beta?)

2002-03-15 Thread Egger Oliver
; XML & Web Services Development > 512-838-5115 (IBM TL 678-5115) > > > > > Tom Jordahl >

RE: duplicate element name in different complexType elements (I have a fix..should I commit for beta?)

2002-03-13 Thread Tom Jordahl
Tom Jordahl com> cc: Subject: RE: duplicate element name in differen

RE: duplicate element name in different complexType elements (I have a fix..shouldI commit for beta?)

2002-03-12 Thread R J Scheuerle Jr
m Jordahl com> cc: Subject: RE: duplicate element name in different complexType elements. 03/1

RE: duplicate element name in different complexType elements.

2002-03-12 Thread Tom Jordahl
: duplicate element name in different complexType elements. Tom, Ouch! The problem is that the embedded return elements both have anonymous types. The emitter needs to generate a name for the anonymous types, so it chooses the most reasonable name (return). This results in a collision. Brainstorming

Re: duplicate element name in different complexType elements.

2002-03-12 Thread R J Scheuerle Jr
cc: Subject: duplicate element name in different complexType elements. 03/12/2002 09:48

duplicate element name in different complexType elements.

2002-03-12 Thread Tom Jordahl
This WSDL: http://services.xmltoday.com/vx_engine/wsdl.vep?flight.wsdl Gives this error: java.io.IOException: urn:vgx-flight:return already exists The error is correct, there are two instances of "return" in the same namespace, but they are in different complexType declarations. I