Features:
The new version of Axis C++ has been released. This version includes several enhanements over the 1.0 version.
- SOAP engine with both client and server support
- Partial support for both SOAP 1.1 and SOAP 1.2
- Support for all basic types, complex types and arrays
- WSDL2WS tool for building the following C/C++ components from WSDL
Server side - Skeletons and Wrappers
Client side - Stubs
- WSDL2WS tool generated wrappers act as RPC Providers or document/literal providers and they perform
Serialization
Deserialization
Method invocation
- WSDLs hosted statically in the server
- Standalone SOAP server (HTTP)
- Web server modules for Apache HTTPD 1.3 and apache2(Linux/Windows)
- Web based listing of the deployed services and their WSDLs
- Sample web services and client applications
- Documentation for developers and users