资 源 简 介
The project has been moved to GitHub: https://github.com/loentar/axis2c-unofficial
Project description
Axis2/C is a great software: it"s fast, supports most of WS-* specifications, it has many features. But unfortunately it have many issues like thread safety, memory leaks and can"t be used in production.
The goal of this project is to provide stable build of Axis2/C that can be used in production. Also we implemented some features that users wanted to have, but Axis2/C team refused to implement.
Axis2/C-unofficial is based on Axis2/C-1.6.0 (which is last released version) and has 100% source compatibility with it.
New features
Support for JSON transport - mapped convention;
MinGW support (can build under Windows using MinGW, and also cross-compilation for Windows target und