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

  1. #1

    Default Benefits of WSE 2.0

    Hi,
    Can someone tell me what's do good in the WSE 2.0? We have a distributed web
    application which uses web services. SSL is implemented between the WEB
    application and the WS facade.
    Does WSE 2.0 help me in a significante way?

    Thanks

    YC
    YC Guest

  2. Similar Questions and Discussions

    1. What are the benefits of Freehand?
      I use Fireworks extensively, though sometimes I need more firepower... I used to use PSP and have considered purchasing *gulp* Photoshop... If...
    2. Benefits of ASP.NET
      Hello, all. We are interested in moving to ASP.NET from ASP, and wanted a few questions answered for those in our department somewhat uneasy about...
    3. what is the benefits of using web services?
      We have beeen developing database application in C# .net. what is the benefits of using web services when accesing data, instead of accessing data...
    4. ACE - Benefits
      What are the benefits money wise and job availability increase if you are an Adobe Certified Expert? -Conley
    5. Benefits of TNF Probe
      Hi All, A quick questions. I have just received a request from some bosses and was asking me to use TNF probe in my code for profiling. And I...
  3. #2

    Default Re: Benefits of WSE 2.0

    "=?Utf-8?B?WUM=?=" <YC@discussions.microsoft.com> wrote in
    news:7F856A46-9877-44F5-9B5A-96F8198B31BF@microsoft.com:
    > Can someone tell me what's do good in the WSE 2.0? We have a
    > distributed web application which uses web services. SSL is
    > implemented between the WEB application and the WS facade.
    > Does WSE 2.0 help me in a significante way?
    SSL encrypts via transport so it ties you to HTTP. SSL also requires encrypting the whole message,
    which sometimes you need.

    WSE can encrypt the data instead, and has many options to secure without requiring full encryption.


    --
    Chad Z. Hower (a.k.a. Kudzu) - [url]http://www.hower.org/Kudzu/[/url]
    "Programming is an art form that fights back"

    Blog: [url]http://blogs.atozed.com/kudzu[/url]
    Chad Z. Hower aka Kudzu 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