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: Need for encryption in WSE 3.0 if using SS-avoid man-in-middle ... if the other endpoint has a trusted and valid SSL certificate, he would see the data in cleartext. ... But if you let customers change the endpoint address they must be also able to change the server certificate for mutual authentication..so i don't see a real advantage to use additional message security - and you are in the same situation as with transport security. ... I plan on upgrading my .NET 2.0 web service to use WSE 3.0. ... (microsoft.public.dotnet.framework.aspnet.security)
Re: Securing Web Servicesq ... a replay attack on the same session is also avoided because ...SSL session.... I know you could potentially capture a post to a web service... (microsoft.public.dotnet.security)
Re: Underlying Connection Was Closed Error ... a web service on IIS 6.0 via SSL and using X509 Client Certificates.... or the .NET Framework Networking and Communication forum at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=40&SiteID=1. ... (microsoft.public.dotnet.framework.webservices)