XMLBeans-Axis2 - Type naming differences

2009-03-11 Thread Martin.Barrs
Hello, I am using Axis2 1.4 and XMLBeans 2.4. I would like to use XMLBeasn ant task to generate all the XMLBeasn artifacts and use Axis2 to just generate the skels and stubs. This is because I have a mix of .wsdl's and .xsd's I need to generate and would like to normalize the resource files.

Re: XMLBeans-Axis2 - Type naming differences

2009-03-11 Thread Jacob Danner
You could probably use an xsdconfig file to specify the namespaces to package name mapping. Also, with a mix of xsds and wsdls have you thought about using sfactor to create a schema containing common types and elements. HTH, -jacobd On Wed, Mar 11, 2009 at 8:49 AM, martin.ba...@wellsfargo.com