2

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 ?

Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155
mehdi shahdoost
  • 1,469
  • 5
  • 17
  • 27