I see you have to schema's in your wsdl, and one of them is importing the other ... I don't think that can be right ...
If you want to import another schema, try putting it into a separate file, and use the schemaLocation attribute on your import element. Kind regards, Dylan Honorez R & D Consultant 4C Technologies / kZen +32 (0)485 / 69.28.12 [EMAIL PROTECTED] -----Original Message----- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: donderdag 29 maart 2007 14:08 To: [email protected] Subject: Re: [xfire-user] Duplicate class.... Don't think there is any secrets there, so here you go... :) BTJ On Thu, 29 Mar 2007 07:51:31 -0400 "Christopher Moesel" <[EMAIL PROTECTED]> wrote: > BTJ-- are you able to send a copy of your WSDL to the list? > > -Chris > > -----Original Message----- > From: Karl Palsson [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 7:16 AM > To: [email protected] > Subject: RE: [xfire-user] Duplicate class.... > > > Those are just bindings, it shouldn't be duplicating the schema section. > > I can't really help you, but I can steer you away from the wrong > rabbit hole :) > > > -----Original Message----- > > From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 29, 2007 9:29 AM > > To: [email protected] > > Subject: Re: [xfire-user] Duplicate class.... > > > > I think I see why... If I use soap-ui and import the wsdl, it > > creates to webservices; one for soap 1.1 and one for soap 1.2.. My > > guess it that that's the reasong I get duplicate classes... > > > > But how can I fix this? > > > > > > BTJ > > > > On Thu, 29 Mar 2007 10:48:02 +0300 > > "Tero Kivisaari" <[EMAIL PROTECTED]> wrote: > > > > > I think I have had the same error and it was because of namespace > > > problems in the WSDL. Are you sure that you have a valid WSDL? > > > (Eclipse or soapUI will help with validating) > > > > > > -Tero > > > > > > On 3/29/07, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > > > > No one has any idea why this happends?? > > > > > > > > BTJ > > > > > > > > On Tue, 27 Mar 2007 11:00:29 +0200 Bjørn T Johansen > > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > I am trying to generate java classes based on a WSDL > > but in some > > > > > of the generated classes I get the error "Duplicate > > class" but most of the classes is ok... > > > > > Is this a known limitation/bug? > > > > > > > > > > I have tried both XFire 1.2.2 and 1.2.5 but it > > generates the same code.. > > > > > > > > > > > > > > > Regards, > > > > > > > > > > BTJ > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > > - To unsubscribe from this list please visit: > > > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - > > > To unsubscribe from this list please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > -------------------------------------------------------------------- > > - To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
