On 12/5/05, Paul Tomsic <[EMAIL PROTECTED]> wrote: > >i assume you're talking about > >"org.apache.axis2.wsdl.codegen.extension.XMLBeansExtension" > > > >I couldn't find a > >"org.apache.axis2.databinding.extensions.XMLBeansExtension", but did > >find "codegen/src/org/apache/axis2/databinding/extensions/XMLBeans" > > okay, so > "codegen/src/org/apache/axis2/wsdl/codegen/extension/XMLBeansExtension.java" > is the one that we're talking about?
Yes. This is what feeds the xmlbeans the schema and generate types when we run wsdl2java. Further if you run a WSDL2Java you would see a data binding supporter classes that will be generated. These will be used to tie the generated types to the engine and they will be the utility classes that will be used in the runtime to build the xmlbeans object from the OM and get OM from XML-Beans objects. There are fromOm and toOM methods for each type that is used as parameters. Cheers, Chathura
