Reputation: 1489
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 ?
Upvotes: 2
Views: 5236
Reputation: 359776
Bag o' links, incoming:
There is a ton of info out there already. Have you read anything?
Upvotes: 4