Axis2/C code gen tool has separate XSD2C generator other than the WSDL2C generator. The tool is under the tool/codegen. When you build the code generation tool, build system will generate w2c executable and x2c executable.
Milinda Lakmal On 12/6/06, Boris Kolpackov <[EMAIL PROTECTED]> wrote:
Hi Franz, Franz Fehringer <[EMAIL PROTECTED]> writes: > Is it possible to use Axis2C for XSD databinding only? > What i mean is code generation from XSD without a WSDL in sight. I am not sure about Axis2C, but there are other open-source tools that provide this functionality. One of them (which I am involved with) is CodeSynthesis XSD. It's an open-source, cross-platform XML Schema to C++ data binding compiler. It also supports an event- driven, stream-oriented mapping in addition to the conventional in-memory, tree-like binding. You can read more about this tool here: http://codesynthesis.com/products/xsd/ hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
