Calling a web service over HTTPS?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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).
    > Are there any restrictions?
    There is some performance degradation because everything needs to be
    encrypted and decrypted.
    > Is there any documentation at hand for me to review?
    You can check out my post about this topic:
    [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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139