0

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...

Garis M Suero
  • 7,974
  • 7
  • 45
  • 68

1 Answers1

0

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

Catchwa
  • 5,845
  • 4
  • 31
  • 57