wse vs "windows integrated"



hello,

i would like to implement a secure web service based on the active
directory, without using HTTPS / SSL, using the Kerberos mechanism.

As documentation mentions - Checking "Windows Integrated" & attaching
CredentialCache.DefaultCredentails to the web service will suffice
(will use the kerberos mechanism).

On the other hand, lots of articles mentions that i must use WSE2.0 and
MANUALLY add the token.
examples:
- http://www.codeproject.com/cs/webservices/SecurityTokens.asp
- http://www.15seconds.com/issue/040602.htm

is "Windows Integrated" enough?

thanks.

.



Relevant Pages

  • Re: WSE and SSL
    ... Adding ssl support has nothing to do with web service implementation. ... All you need to do is get a valid certificate and change the settings in IIS to make the web application use ssl. ... the calling application requests using HTTP. ... Are there any examples/sample codes that would implement like a Hello World service in HTTPS? ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Calling a web service that is https
    ... I have a web application that doesn't use SSL at all. ... integrate it with another third party web application which only ... web service like any other web service? ... https is nothing but transport layer encryption and webservice ...
    (microsoft.public.dotnet.general)
  • Re: Calling a web service thats https
    ... I have a web application that doesn't use SSL at all. ... How can I connect to a web service that is ... SSL 2.0 and only support 3.0. ... how to configure and use web serivce, which uses HTTPS in diffrent ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Allowing access to a web service only via SSL
    ... I have a web service that I only want users to access via SSL. ... for a way to test whether the client is using https and not http. ...
    (microsoft.public.dotnet.framework.webservices)
  • wse vs "windows integrated"
    ... directory, without using HTTPS / SSL, using the Kerberos mechanism. ... CredentialCache.DefaultCredentails to the web service will suffice ...
    (microsoft.public.dotnet.framework.webservices.enhancements)