Slashdot Mirror


Google Deprecates SOAP API

Michi writes "Brady Forrest at O'Reilly Radar reports that Google has deprecated their SOAP API; they aren't giving out any new SOAP Search API keys. Nelson Minar (the original author of the Google SOAP API) argues that this move is motivated by business reasons rather than technical ones. Does this mark the beginning of the end for SOAP or for ubiquitous middleware in general?" Forrest's post quotes developer Paul Bausch: "This is such a bad move because the Google API was the canonical example of how web services work. Not only is Google Hacks based on this API, but hundreds of other books and online examples use the Google API to show how to incorporate content from another site into a 3rd party application."

8 of 240 comments (clear)

  1. bastards by PktLoss · · Score: 5, Funny

    Bastards, I wrote one of those books! Quick buy your copy today, it's practicaly a collectable now.

  2. Re:Honeymoon is Over? by WasterDave · · Score: 5, Insightful

    Yes indeed it is. The cool kids see externally provided services and say "mashup! mashup! mashup!", the old timers see them and say "risk! risk! risk!".

    Dave

    --
    I write a blog now, you should be afraid.
  3. Re:Soap, what was that? by corsec67 · · Score: 5, Funny
    {look;gawk;find;sed;talk;grep;touch;finger;find;fl ex;unzip;head;tail; mount;workbone;fsck;yes;gasp;fsck;more;yes;yes;eje ct;umount;makeclean; zip;split;done;exit:xargs!!;)}

    So is that why nerds are getting acused of rape? (Not checking return codes...)
    The semicolons should be double ampersands, so that execution will stop if a command fails.
    --
    If I have nothing to hide, don't search me
  4. Uncleanliness is next to Satanliness by Anonymous Coward · · Score: 5, Funny

    Without soap Google will become evil.

  5. Re:Soap, what was that? by value_added · · Score: 5, Funny

    So is that why nerds are getting acused of rape? (Not checking return codes...) The semicolons should be double ampersands, so that execution will stop if a command fails.

    Yeah, but in the guy's defense, there wasn't a single argument to any of those commands.

  6. Re:WTF is SOAP? by omeomi · · Score: 5, Informative

    SOAP (originally Simple Object Access Protocol) is a protocol for exchanging XML-based messages over computer network, normally using HTTP. SOAP forms the foundation layer of the Web services stack, providing a basic messaging framework that more abstract layers can build on. The original acronym was dropped with Version 1.2 of the standard, which became a W3C Recommendation on June 24, 2003, as it was considered to be misleading. - Wikipedia.org

  7. Re:Soap, what was that? by NthDegree256 · · Score: 5, Funny
    So is that why nerds are getting acused of rape?
    You'd think Google would have paid attention to all those prison horror stories about dropping the SOAP.
  8. Drop-In Replacement Already Available by feste12 · · Score: 5, Informative

    There's already a drop-in replacement for applications that are using Google's SOAP API. It scrapes Google's web results and returns them via a SOAP layer. The code behind it is free under the MIT License.