What is Web Service really for

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

  1. #1

    Default What is Web Service really for

    In the classroom I've been told that Web Services was going to change
    the computing world. It was the next step up from the formation of
    the web itself. But I'm having trouble seeing this. I've been
    reading your articles posted on this Newsgroup and, although I'm new
    to this, no one is talking about linking their system to third party
    sites. Everyone writes their own service for themselves.
    When I go to the UDDI.org or Microsoft.com to find services they come
    up a wash. By now I thought I would have to swim through thousands of
    published sites but I'm lucky to find any. Or maybe it has all gone
    the way of commercialism. Have pay sites obsorbed all the useful
    services? And if they have, why don't they come up on google?


    I was told that I would be able to link my application to several
    other third party sites and use them as I would a function. For
    example: the weather site. I would be able to link to their site and
    download information onto my page as easily as calling a function.
    I don't see this. All the Web Services discussed in these letters are
    internal. No one is using other peoples services.
    Where is the ease of searching a dozen local Web Services of, lets say
    "tile companies", and listing their prices for the same tile on my
    site. And having it updated automatically. Or, for this, I should be
    using XML?
    Was this all a pipe dream and we are waiting for a regulation from the
    govt' forcing manufactures to post their information? Just like they
    did when they started the web. I understand there may be a security
    issue, but isn't that why Microsoft come up with all those security
    classes?

    Sorry for the rant,
    Please set me straight.
    Thank you
    John Malkovich Guest

  2. Similar Questions and Discussions

    1. Noobilicious question: Exposing two interfaces on the same web service(C# web service)
      What are the fundamentals? I'm getting ready to write a new web service and I'd like to have the ability to add interfaces as they change to...
    2. Access Denied - Network Service vs Local Service
      I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS...
    3. Is it possible for web service to send out random notifications to web service consumer?
      I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,...
    4. Referencing web service complex data type within a second web service (like a delegate)
      Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and...
    5. win32::eventlog DNS Server, Directory Service, File Replication Service
      hello, does anyone know how to scan the special eventlogs on a dc like DNS Server log Directory Service File Replicatoin Service i tried it...
  3. #2

    Default Re: What is Web Service really for

    I think your post comes down to a simple question: "Why aren't there very
    many public web services available to all?" That's a fair enough question
    but the simple answer is that the market hasn't demanded it yet. The
    technology is there but the marketplace hasn't yet reached that "critical
    mass" point where publicly available web services are widespread.

    As you mention though, web services are being used by very many for internal
    uses, and so, the technology (http, xml, soap, wsdl) has proven itself in
    its functionality, stability, security and cost to develop.


    "John Malkovich" <12meet@tampabay.rr.com> wrote in message
    news:a6r5e11hnoa6jbf16u3c6gppmpf2ebuqfv@4ax.com...
    > In the classroom I've been told that Web Services was going to change
    > the computing world. It was the next step up from the formation of
    > the web itself. But I'm having trouble seeing this. I've been
    > reading your articles posted on this Newsgroup and, although I'm new
    > to this, no one is talking about linking their system to third party
    > sites. Everyone writes their own service for themselves.
    > When I go to the UDDI.org or Microsoft.com to find services they come
    > up a wash. By now I thought I would have to swim through thousands of
    > published sites but I'm lucky to find any. Or maybe it has all gone
    > the way of commercialism. Have pay sites obsorbed all the useful
    > services? And if they have, why don't they come up on google?
    >
    >
    > I was told that I would be able to link my application to several
    > other third party sites and use them as I would a function. For
    > example: the weather site. I would be able to link to their site and
    > download information onto my page as easily as calling a function.
    > I don't see this. All the Web Services discussed in these letters are
    > internal. No one is using other peoples services.
    > Where is the ease of searching a dozen local Web Services of, lets say
    > "tile companies", and listing their prices for the same tile on my
    > site. And having it updated automatically. Or, for this, I should be
    > using XML?
    > Was this all a pipe dream and we are waiting for a regulation from the
    > govt' forcing manufactures to post their information? Just like they
    > did when they started the web. I understand there may be a security
    > issue, but isn't that why Microsoft come up with all those security
    > classes?
    >
    > Sorry for the rant,
    > Please set me straight.
    > Thank you

    Scott M. 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