Re: Axis2 Basic Authentication By the Service

2006-08-02 Thread Paul Fremantle
Brian Usually the approach taken is to add in the WSSecurity module Rampart. If you want to do security yourself, you could get access to the MessageContext, find the HTTP Username/Password headers, do the base64 decode, and then you would have the UID/PWD. Rampart does all that, as well as mor

Axis2 Basic Authentication By the Service

2006-08-01 Thread C. Brian Cox
Hello,   I have been looking for an Axis2 service level authentication example, but have been unable to find any examples.  I found several recent examples (all of which are similar) of how to implement Basic HTTP Authentication programmatically using the setUsername/setPassword in the cl

Axis2 Basic Authentication By the Service

2006-08-01 Thread C. Brian Cox
Hello,   I have been looking for an Axis2 service level authentication example, but have been unable to find any examples.  I found several recent examples (all of which are similar) of how to implement Basic HTTP Authentication programmatically using the setUsername/setPassword in the cl