Re: Calling a web service that's https



On Feb 8, 12:45 pm, maflat...@xxxxxxxxx wrote:
Hello,

I have a web application that doesn't use SSL at all. We need to
integrate it with another third party web application which only
offers secure web services. How can I connect to a web service that is
https? Is it sufficient in VS 2005 to just create a reference to the
web service like any other web service? (https:// instead of http://)

Thank you
Maz.

Well, I would suggest give a try and see what sort of result you are
getting. There are some other elements in it and it also depends how
the Web Service is setup on the server like .Net 1.1 cannot support
SSL 2.0 and only support 3.0. It depends in ur case.

Just in case here are two URLs, which will go through you step by step
how to configure and use web serivce, which uses HTTPS in diffrent
cercumstances.

http://support.microsoft.com/default.aspx?scid=KB;EN-US;q307267
http://msdn2.microsoft.com/en-us/library/aa302409.aspx

Again give a try and then let me know if you have any problem. In our
case it works fine.

Cheers,
Amer

.



Relevant Pages

  • RE: SoapException - NullReferenceException
    ... As for webservice over SSL, there does exists some common issue such as the ... client certificate supplyment(if you've configured it to require client ... Microsoft MSDN Online Support Lead ... I have a web service running on an SSL connection and unfortunately I ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Web Service SSL
    ... \par So based on your further description, the manual test is via IE and you've got some prompt SSL credential info? ... \par Subject: RE: Web Service SSL ... \par from the job scheduler calls an asmx file. ... \par> Microsoft MSDN Online Support Lead ...
    (microsoft.public.sharepoint.portalserver.development)
  • 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: 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)