charithak's blog
WS-ReliableMessaging with WSO2 WSAS - 1
A step-by-step tutorial on how to use wso2-mercury with WSAS in order to send one-way messages reliably over the network.
http://charithaka.blogspot.com/2008/06/ws-reliable-messaging-with-wso2-wsas-1.html
Invoking a public web service programmatically using WSO2 WSAS
Step-by-step instructions to invoke a public web service hosted at webserviceX using WSO2 WSAS
http://charithaka.blogspot.com/2008/03/invoking-public-web-service.html
Securing Axis2/WSAS web services with Username token
Security is a crucial requirement in distributed computing. When it comes to web services, it is even more important. Apache rampart is the module which is used to secure an Axis2 web service. There are numerous approaches to secure your Axis2 web service using rampart module. Username token authentication can be considered as the simplest mechanism to protect your service. Lets see how the username token authentication is enabled in your web service and write a client easily using WSO2 WSAS which dramatically simplifies most of the complex steps.


