Jump to content

web service security (ws-security)


ashvini

Recommended Posts

Hi, Can anybody tell, about web service security.Is this possible to put security in web-service?If yes, than as web-service is combination of laguages like- BPEL, WSDL, XML, XACML and many more used in web-services, than is security policy same for all or different-different security policies are there?If different-different than, which language have security considerations like soap have security consideration, is WSDL have?Is there any good web-site for tutorial from where I can get info?Thanks in advance.

Link to comment
Share on other sites

It really depends. You could use an HTTP password to get the WSDL file which would be dynamically generated and will contain a session ID. That sessionID would be used in the SOAP web service to identify the client as legitimate.You could also force clients to register before using the web service and have a required operation for them to log in afterwards.There are no estabilished secirity patterns. It's really up to you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...