Welcome

Developing A LogHandler To Monitor Access To Web Services in Axis

We need to monitor access (from where, who etc.) to our web services, trace incoming and outgoing message contents for auditing purposes. It is better to separate this task from web services themselves and let web service infratructure, which is Axis in our case, to handle this operation. In Axis, it is possible to develop […]

Dealing with SOAP Headers in Axis

After a long period, I just returned back to playing with Axis to develop web services. Axis 1.4 is a framework to create SOAP processing clients and servers. One of the issues I encountered during my web service development is dealing with SOAP headers. You can use SOAP header elements to send application specific information […]