Accessing an HttpServletRequest from inside an AXIS2 module

2013-04-30 Thread Dave Cherkassky
I am implementing AXIS2 services in my web application. Our client's production boxes are a bit flaky, so I want a heads up when performance degraded. Specifically: - request comes into my AXIS2 service - measure the time that the request takes - if the time is greater than X, log an error S

when i make request from javascript client to my secured with rampart axis2 web service can i provide the password callback class instead of the password

2013-04-30 Thread Tania Marinova
0   It's written that Whenever Rampart Engine needs a password to create a username token, it will create a WSPasswordCallback instance setting the appropriate identifier which it extracts from the parameter of the Rampart configuration and pass it to the password callback class via the handle