RE: Axis2 with XMLBeans multiple schemas

2007-06-10 Thread raine king
n it with adb so > its not that I made a mistake in my schema!)> > _> Play free > games, earn tickets, get cool prizes! Join Live Search Club.> http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink>--View thi

Re: Axis2 with XMLBeans multiple schemas

2007-06-10 Thread Amila Suriarachchi
I made a mistake in my schema!) > _ > Play free games, earn tickets, get cool prizes! Join Live Search Club. > http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink > -- View this message in context: http://www.nabble.com/Axis2-wit

RE: Axis2 with XMLBeans multiple schemas

2007-06-10 Thread raine king
OK, found the problem--xml spy likes circular dependencies, XMLBeans doesn't.I had two xsd's including eachotherDate: Thu, 7 Jun 2007 11:53:14 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: Axis2 with XMLBeans multiple schemasWhat exception do you get? xmlbeans with multiple schemas works

RE: Axis2 with XMLBeans multiple schemas

2007-06-09 Thread raine king
:17 -0700> From: [EMAIL PROTECTED]> To: axis-user@ws.apache.org> Subject: Re: Axis2 with XMLBeans multiple schemas> > > Nadav,> Were you able to deploy them successfully using adb using multiple> schemas.> I have been struggling with that.At deployment time its not

Re: Axis2 with XMLBeans multiple schemas

2007-06-07 Thread robert lazarski
What exception do you get? xmlbeans with multiple schemas works fine for me. In my case the wsdl's do imports with xsd's in the same dir. Typically I run wsdl2java via an ant task, is that the way you are running it? Robert On 6/7/07, raine king <[EMAIL PROTECTED]> wrote: When I run wsdl2java

Re: Axis2 with XMLBeans multiple schemas

2007-06-07 Thread dharmendra3
prizes! Join Live Search Club.  > http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink > -- View this message in context: http://www.nabble.com/Axis2-with-XMLBeans-multiple-schemas-tf3884032.html#a11008612 Sent from the Axis - Use

Axis2 with XMLBeans multiple schemas

2007-06-07 Thread raine king
When I run wsdl2java with the -d xmlbeans option on my wsdl, it works fine when the whole schema is in one file. However when the schema is broken up into multiple files with import and include statements, it dies with a runtime exception.I looked at the xmlbeans site and its supposed to suppor