mehdi shahdoost
mehdi shahdoost

Reputation: 1489

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 ?

Upvotes: 2

Views: 5236

Answers (1)

Related Questions