Re: Calling a web service that is https
- From: "WishMaster" <amer.chaudhry@xxxxxxxxx>
- Date: 7 Feb 2007 20:18:17 -0800
On Feb 8, 2:00 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.
Yep, thats right. You need to reference the webservice as "https://"
and it should work.
https (ssl) is nothing but transport layer encryption and webservice
accesss is the sames as http.
Another quick note, when you are accessing the https (ssl) you don't
need to have anything on ur client machine or browser but server side
you care about SSL certificate etc.
Cheers,
Amer
.
- References:
- Calling a web service that is https
- From: maflatoun
- Calling a web service that is https
- Prev by Date: Calling a web service that is https
- Next by Date: RE: Encode to Quoted-Printable?
- Previous by thread: Calling a web service that is https
- Next by thread: RE: Encode to Quoted-Printable?
- Index(es):
Relevant Pages
|