Re: [Axis2] Extending databinding code generation

2006-05-07 Thread Dennis Sosnoski
After looking at this in more detail my inclination is to extend the existing TypeMapping schema used by the code generation so that it can carry information for the data binding frameworks. Right now the type mapping goes from an element qname (which I believe is always the element referenced

[Axis2] Extending databinding code generation

2006-05-05 Thread Dennis Sosnoski
I've been looking into implementing unwrapping of method call parameters for JiBX. The current code generation approach uses several different XSLT templates, with some templates just generating generic code for handling the service operations while the details of conversions to and from XML ar