Ok, so what about using XmlBeans just for plain marshalling/unmarshalling of XML in CXF? How can this be accomplished? A link to a sample would be gladly appreciated
Thanks, Juan Daniel Kulp <[EMAIL PROTECTED]> 27-05-08 07:57 PM Please respond to [email protected] To [email protected] cc Subject Re: How to tell Wsdl2Java to use xmlbeans as databinding in CXF 2.1? 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
