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?)
; XML & Web Services Development
> 512-838-5115 (IBM TL 678-5115)
>
>
>
>
> Tom Jordahl
>
Tom Jordahl
com> cc:
Subject: RE: duplicate element name in
differen
m Jordahl
com> cc:
Subject: RE: duplicate element name in
different complexType elements.
03/1
: 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
cc:
Subject: duplicate element name in
different complexType elements.
03/12/2002 09:48
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