> I've got a network engineer who is absolutely anal about network security.
> He is questioning how secure web services are and I can't answer him with
[quoted text clipped - 4 lines]
>
> TIA - Jeff.
With ASP.NET you CAN, for sure, use SSL (HTTPS - TCP Port 443) which is a
quite secure method, specially using a 128 bit Server Certificate.
You can use SSL just for encrypting all the XML-WebService communications.
Using SSL under WebServices is OK for simple scenarios, but take into account
that it is based on a end-to-end trust (because it is a transport-protocol
security method)
BUT, I agree with Michael in the fact that using WSE 3.0 you have a much
better control of WebServices Security because it is made at Message-Level.
And you can use WSE 3.0 not only for Encrypting but also for Signing and
Authentication (most of the WS-Security specifications, which is part of the
whole WS-* standard specifications).

Signature
CESAR DE LA TORRE
Software Architect
[Microsoft MVP - XML Web Services]
[MCSE] [MCT]
Renacimiento
[Microsoft GOLD Certified Partner]
> Humm....to answer your questions
>
[quoted text clipped - 10 lines]
> >
> > TIA - Jeff.
CESAR DE LA TORRE [MVP] - 24 Oct 2005 22:28 GMT
BTW, here you have how to call a Web Service Using SSL
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S
ecNetHT14.asp

Signature
CESAR DE LA TORRE
Software Architect
[Microsoft MVP - XML Web Services]
[MCSE] [MCT]
Renacimiento
[Microsoft GOLD Certified Partner]
> With ASP.NET you CAN, for sure, use SSL (HTTPS - TCP Port 443) which is a
> quite secure method, specially using a 128 bit Server Certificate.
[quoted text clipped - 23 lines]
> > >
> > > TIA - Jeff.