Recently our web service provider changed its web site platform HTTP to
HTTPS and before we got some data from the internet site with our web
service( XML ) affter the changes somehow our code doesn't work. When we
call the link via internet browser everthing works well but if we connect
the site via our web service we cannot get the info from them.
Is there any differences getting the data from the internet site via
webservice between http and https ?
any advice would be helpfull
Thanks
Marcelo Villalón - 12 Sep 2006 17:49 GMT
The certificate has been emitted by a recognized CA (Verisign, GeoTrust,
etc)? if not you must install the server's CA certificate in the machine
where your WS resides...install it as Computer Account.
Bye
Marcelo V.
> Recently our web service provider changed its web site platform HTTP to
> HTTPS and before we got some data from the internet site with our web
[quoted text clipped - 8 lines]
>
> Thanks