Articles
Web Services are Faster – Apache Axis2/C Performance: Round 1
Submitted on April 30, 2008 - 03:19. Story : Level : Project : Realm :This article by Lahiru Gunathilake illustrates the latest performance results of Apache Axis2/C and compares with the performance of Axis2/C with Guththila XML parser and libxml2 XML parser.
Stepping into Apache Synapse - PART II (Proxy Services)
Submitted on March 27, 2008 - 20:58. Story : Level : Realm : Project :This article by Ruwan Linton is the second of a series of articles on Apache Synapse. In this series, you will learn what Synapse is, how it works, and how you can use it to solve common enterprise problems. You will understand some of the advanced features of Synapse, how you can extend it, and also some of its limitations.
Overcoming Memory Related Issues in Axis2/C
Submitted on March 25, 2008 - 04:18. Story : Level : Realm : Project :Axis2/C is becoming the most featured and stable and enterprise grade Web Services engine for C. Written in C, memory handling in Axis2/C is very crucial. This article written by Manjula Peiris discusses a few important tips related to memory management in Axis2/C. The article is recommended reading for Web service implementors, module writers and consumers of Web services in Axis2/C.
WSAS and Eclipse Simplifying the Creation of Web Services
Submitted on March 24, 2008 - 20:02. Story : Level : Project :This article by Michael Galpin explores the WSO2 Web Services Application Server (WSAS) Eclipse plug-in and how it can help you develop Web services.
Exposing a Database as a Web Service
Submitted on March 24, 2008 - 19:54. Story : Level : Project :In this article by Deepal Jayasinghe, he discusses exposing data as Web services.
PHP Web Services with WSDL
Submitted on March 20, 2008 - 06:32. Story : Level : Project : Realm :In this introductory tutorial, Dimuthu Gamage explains how you can use the contract first model, which is also called WSDL mode, to write your Web services and clients using WSO2 WSF/PHP.
Calling Web Services from the Shell
Submitted on March 13, 2008 - 10:17. Story : Level : Project : Realm :In this article by Damitha Kumarage, he describes calling Web services from a shell environment.
Extensions for HTTP Authentication in Apache Axis2/C
Submitted on March 1, 2008 - 08:14. Story : Level : Project :Authentication is the mechanism for identifying one's self. in the context of the Internet, authentication serves as the primary means for filtering access to protected resources. HTTP, the Hypertext Transfer Protocol, is an accepted standard for exchanging hypermedia in a distributed and collaborative environment. HTTP 1.1, [1] is the latest version of the protocol, in popular consumption.
Authentication on HTTP 1.1 is a framework supporting two popular mechanisms for requesting and providing credentials in non-secure environments [2]. One, being the simple passing of username and password as encoded text, known as Basic Access Authentication and the other based on cryptographic hashes, known as Digest Access Authentication.
This article by Senaka L. Fernando serves as a guide to using Extensions for HTTP Authentication in Axis2/C.
