Web Services in C, REST, SOAP and WS-*
Wednesday, July 30, 2008
Tuesday, July 22, 2008
Axis2/C 1.5 Released.
I am very happy to see that Axis2/C team has done yet another release yesterday. In my view 1.5 is a very important release because it has come a long way in terms of stability and performance through it's frequent previous releases.
You can download it from here
New Features.
Changes since last release.
You can download it from here
New Features.
- Support for one-way messaging (In-Only) and request response messaging (In-Out)
- Client APIs: Easy to use service client API and more advanced operation client API
- Transports supported: HTTP
- Inbuilt HTTP server called simple axis server
- Apache2 httpd module called mod_axis2 for server side
- IIS module for server side. Supports IIS 5.1, 6 and 7
- Client transport with ability to enable SSL support
- Basic HTTP Authentication
- AMQP Transport based on Apache Qpid (Experimental)
-
- libcurl based client transport
- Module architecture, mechanism to extend the SOAP processing model
- WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module
- MTOM/XOP support
- AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support
- XML parser abstraction
- Libxml2 wrapper
- Guththila pull parser support
- Both directory based and archive based deployment models for deploying services and modules
- Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages)
- Context hierarchy providing access to dynamic Axis2/C runtime information(corresponding contexts to map to each level of description hierarchy)
- Message receiver abstraction
- Inbuilt raw XML message receiver
- Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)
- Axis Data Binding (ADB) support
- Transport proxy support
- REST support (more POX like) using both HTTP POST and GET
- Comprehensive documentation
- Axis2/C Manual
- WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension
- TCP Transport, for both client and server side
Changes since last release.
- AMQP Transport support with Apache Qpid. (At an experimental stage and not working under Windows)
- Modifications to IIS Module to support IIS 6 & 7.
- Added a JScript file to automate IIS module registry configuration
- Specifying the MEP in the services.xml for non in-out messages made mandatory
- Improved the in-only message handling
- Improvements to Guthtila for better performance
- Improvements to TCPMon tool
- Memory leak fixes
- Many bug fixes
Saturday, July 12, 2008
Benchmark testing tools for Web Services
Useful tools for benchmarking web services. I have explained here some tools I played with for benchmarking Axis2/C.
Subscribe to:
Posts (Atom)