web service over https

hai to all…

my requirment is to use the webservice over HTTPS signed using certificates?

can anyone help me on this…

thanks a lot in advance…

You can find information in 8-0-SP1_Web_Services_Developers_Guide.pdf file…

webservice over https … using certificates …

It depends whether you need transport layer security or
message level security …

Transport layer will be done by importing client certificate and creating https ports …
more details will be in IS admin guide …

and message level security is done using security policy … more details will be in web services dev guide …