wsdl2java no-namespace schema import problem

2007-07-27 Thread Alex Rodriguez
Hi all, I have a wsdl that imports a schema with no namespace; I've included a sample at the bottom of this email. Trying to generate a client stub fails with both xmlbeans and adb, the error is: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException:

Re: wsdl2java no-namespace schema import problem

2007-07-27 Thread Alex Rodriguez
Title: Aliaswire Signature Thanks for the suggestion but I get the same error. BTW I'm using axis2 1.2 release. -Alex Anne Thomas Manes wrote: To import a schema with no namespace, try this: s:import namespace="" / Anne On 7/27/07, Alex Rodriguez [EMAIL PROTECTED] wrote: