Ask a Question related to ASP.NET Web Services, Design and Development.
-
Andy Breward #1
Calling a web service over HTTPS?
Hi
Does anyone have any advice/information with regards to
calling a web service that will be hosted on a server
running HTTPS.
Are there any special considerations?
Are there any restrictions?
Is there any documentation at hand for me to review?
Am I making a fuss about nothing LOL??
Thanks in advance
Andy
Andy Breward Guest
-
How to access a HTTPS service from a SWF?
The Flash Player 9 Security Whitepaper says "By default, content loaded with a protocol other than HTTPS cannot access content that was loaded with... -
Calling web service over https with CFMX 7
We are running CFMX 7 on a Solaris server. We are trying to call a web service using cfinvoke. The developer of the web service has provided us... -
Using HTTPS with LWP::UserAgent = Bad Service
Hi all, I'm trying to access https://www.nodeworks.com/ through a proxy which requires a proxy username and password. The code I have is as... -
WebException while calling Web Service over HTTPS...
I'm having an issue calling a Web Service (This is an 3rd party Web Service and I have no control/access to it) via HTTPS. We have talked to the... -
Calling web service over HTTPS
I'm trying to call a web service method over HTTPS. However the certificate installed on the web server has the load-balanced dns name of the whole... -
Jan Tielens #2
Re: Calling a web service over HTTPS?
> Are there any special considerations?
You need a server certificate (either a test certificate which you can
generate, or a "real" one bought from Verisign for example).
There is some performance degradation because everything needs to be> Are there any restrictions?
encrypted and decrypted.
You can check out my post about this topic:> Is there any documentation at hand for me to review?
[url]http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx[/url]
:-)> Am I making a fuss about nothing LOL??
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"Andy Breward" <andy@thecodeclinic.net> wrote in message
news:0bba01c3d5da$f99627a0$a301280a@phx.gbl...> Hi
>
> Does anyone have any advice/information with regards to
> calling a web service that will be hosted on a server
> running HTTPS.
>
> Are there any special considerations?
>
> Are there any restrictions?
>
> Is there any documentation at hand for me to review?
>
> Am I making a fuss about nothing LOL??
>
> Thanks in advance
>
> Andy
Jan Tielens Guest
-
MSFT #3
RE: Calling a web service over HTTPS?
Hello,
Thank for the answer from Jan. As a supply, you can refer to following
article:
HOW TO: Secure XML Web Services with Secure Socket Layer in Windows Server
2003
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q324284[/url]
Hope this help,
Luke
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
MSFT Guest



Reply With Quote

