blob: a0b28b98eb2ba066fb296fb5554c90b1560bf14c [file] [log] [blame]
Apache Axis2/C Codegen
What is it?
-----------
Apache Axis2/C Codegen is a code generation tool which is primarily developed
to generate both Skel and Stub code for Apache Axis2/C. This can be extended
and customized very easily to generate code for any other languages.
This is an effort to implement the architecture of Apache Axis2/Java codegen
tool in C.
This Uses
libxslt to handle xslt processing,
Apache Axiom/C to handle xml object model and
Apache Woden/C to WSDL processing.
Installation
------------
Please see the file called INSTALL.
USAGE
-----
This will be installed in $AXIS2C_HOME/bin directory.
Go to this directory and type ./w2c -h to list usage.
Licensing
---------
Please see the file called LICENSE.
Contacts
--------
o If you want freely available support for using Apache Axis2/C Codegen please
join the Apache Axis2/C user community by subscribing to users mailing
list, axis-c-user@ws.apache.org' as described at
http://ws.apache.org/axis2/c/mail-lists.html
o If you have a bug report for Apache Axis2/C Codegen please go log a Jira issue
at http://issues.apache.org/jira/browse/AXIS2C
o If you want to participate in actively developing Apache Axis2/C Codegen please
subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
http://ws.apache.org/axis2/c/mail-lists.html
Acknowledgments
----------------
Apache Axis2/C Codegen relies heavily on the use of autoconf, automake and libtool
to provide a build environment.