Question

Im looking for a simple and secure way to authenticate users throug axis2/mtom webservice...

Something like http authentication... or session cookie auth.

A live example will help me a lot.

I have this webservice that receive an image and process it... i will need to ask for an authentication and a way to process that user with the image (example, move the image to the user's folder)...

Thanks...

Was it helpful?

Solution

I've found that the easiest way is to do it at the deployment level. e.g. For Tomcat

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top