What should I do to get xmlbeans databinding on the client side with CXV 2.1? I've used xmlbeans to generate Beans from schema. How do I cast one of the responses to the generated xmlbeans?
Thanks in Advance Thomas On Tue, 2008-05-27 at 22:57 -0400, Daniel Kulp wrote: > On May 27, 2008, at 1:27 PM, [EMAIL PROTECTED] wrote: > > > How does one tell Wsdl2Java to use XMLBeans as the DataBinding using > > CXF > > 2.1? > > Unfortunately, the tooling aspects of the xmlbeans databinding aren't > in place yet. The only way the xmlbeans databinding really works is > to use xmlbeans to create beans from the schema and then do a "code > first" type thing to create the service that uses those beans. > Definitely not ideal. > > Dan > > > > > > > > Thank you, > > > > Juan Andres VELEZ CADAVID > > Senior Software Engineer > > AREVA T&D Inc. > > 10865 Willows Road NE > > Redmond, WA 98052-2502 > > Tel: +1(425) 250-2628 > > Fax: +1(425) 250-1400 > > E-Mail: [EMAIL PROTECTED] > > > > CONFIDENTIALITY: This e-mail and any attachments are confidential > > and may > > be privileged. > > If you are not a named recipient, please notify the sender > > immediately > > and do not disclose the > > contents to another person, use it for any purpose or store or copy > > the > > information in any medium. > > --- > Daniel Kulp > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > > >
