21

I'm wondering if there is a website that collects (and hopefully updates) information on available web services.

Edit: Thanks for all the info; many good answers. I can only accept 1 as the "accepted answer" at this time, so I picked my favorite one.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
avgbody
  • 1,382
  • 3
  • 15
  • 31

7 Answers7

13

webservicelist is one place..

Gulzar Nazim
  • 51,744
  • 26
  • 128
  • 170
13

How about http://www.programmableweb.com/apis? It has a fairly large list of popular Web Services and a quick info sheet on each, including how to access it.

Rudi
  • 541
  • 3
  • 11
3

Back when webservices were going to take over the world, I stumbled upon xmethods.net. It's still around, but I can no longer vouch for it's accuracy or timeliness. Note the dated blurb:

Emerging web services standards such as SOAP, WSDL and UDDI will enable system-to-system integration that is easier than ever before.

Googling web services list points to a couple higher rated sites that you'd probably want to check out as well:

Personally, I've discovered that random, free web services are more trouble than they're worth. Pretty much anything they're doing*, I can more effectively and more reliably provide myself for minimal cost.

If I'm looking for a solution to a specific problem, eg. storing credit card data securely, then I'll evaluate the options in that space - web service or not.

  • Notable exceptions include accessing proprietary data, such as CDDB or Amazon. But, if I need that data, a quick google will turn up who has high quality data - then it's on to find an API for it.
Mark Brackett
  • 84,552
  • 17
  • 108
  • 152
3

NOAA provides a great (and free) collection of weather webservices that you can use,

http://www.weather.gov/xml/

Anjisan
  • 1,789
  • 3
  • 15
  • 26
2

Not really a web site, but you can use UDDI to find information on what web services are offered by businesses that publish service listings. There are several client implementations listed at the bottom of the page I linked to.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
0

Seekda.com for "Big" (WS-*) services only, based on WSDL/SOAP. Let me know if you've found it useful.

dzieciou
  • 4,049
  • 8
  • 41
  • 85
0

Take a look at http://usgovxml.com . USGovXML.com is an index to publicly available web services and XML data sources provided by the U. S. government.

Robert
  • 1
  • Welcome to Stack Overflow! The question is not on-topic for Stack Overflow as defined in the [help]. Please don't answer such questions; instead, you should flag them for attention and they will be closed or migrated appropriately. – Toby Speight Mar 27 '17 at 14:22