Search code examples
java-metro-framework

Java WebService Security


i implementing Java WebService with JAX-WS and now need to secure my webservice with username and password when requester call webService , i need solution that send username and password on Header of SOAP and webservice get this and Authenticate user. do you have any idea for implementing this on standard way ?


now i can send username and password with soap header , but i need solution that encrypt SOAP header and content , do you have standard way for this work ?


Solution

  • Bag o' links, incoming:

    There is a ton of info out there already. Have you read anything?