Web Services a Secure Way to Move Student Data

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

  1. #1

    Default Web Services a Secure Way to Move Student Data

    Many departments rely on our department for reports and such. Often these
    reports will contain confidential data like student-ids and social security
    numbers.

    We are looking at using web services to share data with other departments.
    The data must be secure. Do web services have any advantages over an xml
    webpage? I assume you can use ssl to encrypt the data, how about
    authentication?

    How would you exchange confidential data with other departments? Http or
    otherwise?
    Jim Bayers Guest

  2. Similar Questions and Discussions

    1. Secure data
      In terms of eavesdropping, it's no more or less secure as http traffic. FMS supports 128 bit encrytion, so it can be as safe as https traffic. As...
    2. How Do I Move Contribute Publishing Services
      I just bought a new server and need to move my existing CPS to the new server. Is there an easy way to do this without having to redo everything. I...
    3. Data & secure explained
      ok...... enter in this link www.aprocre.org.ve and click in the top right button (login panel). You can see that "a secure area only for members was...
    4. Secure web services used by ASP & ASP.NET
      Hi, I'm developing Web Services in ASP.NET that have two requirements: 1.) Need use SSL to encrypt login credentials to use the web services....
    5. whats the best way to mix secure and non secure data on a page?
      i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and...
  3. #2

    Default Re: Web Services a Secure Way to Move Student Data

    Hi Jim,

    Look for Web Service Enhancements [1]. They provide secure way to exchange
    data using HTTP or just plain tcp socket.

    [1] [url]http://msdn.microsoft.com/webservices/building/wse/[/url]

    Regards,

    --
    Martin Kulov
    [url]http://www.codeattest.com[/url]

    MCAD Charter Member
    MCSD.NET Early Achiever
    MCSD

    Martin Kulov 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