"wsdl2java" could use xmlbeans when you invoking it to map wsdl objects in java beans.
You can use SOAPUI , a GUI to automate webservice code generation using Axis1 o 2 (and not only axis), to do that. So on generated classes you can manipulate objects using get & set, so xmlBeans is transparent to the programmer, you can see it just as included packeges in generated classes. I hope to be more clear. Bye Olindo 2009/11/17 KARR, DAVID (ATTCINW) <[email protected]> > Ok, I guess I should have worded my question differently. > > > > Can you tell me HOW you did it? Show me the required elements and what > they look like. > > > > *From:* Olindo Pindaro [mailto:[email protected]] > *Sent:* Monday, November 16, 2009 2:59 PM > *To:* [email protected] > *Subject:* Re: Use XMLBeans with Axis1? > > > > I just relased a project using Axis 1.4 with xmlbeans. > > > > No problem, the "Integration" is natural, seamless. > > > > > > 2009/11/16 KARR, DAVID (ATTCINW) <[email protected]> > > I know that usage of Axis1 is probably pretty rare now, but I wanted to > know whether there is any (successful) experience integrating Axis1 with > XMLBeans. I've done some searches on the internet, and the only ones I > found were people who gave up. :) > > > > Bye! > -- > Olindo Pindaro > http://www.linkedin.com/in/olindopindaro > +39 3939455830 > -- Olindo Pindaro http://www.linkedin.com/in/olindopindaro +39 3939455830
