Is there somewhere I can search for available webservices? [closed]
Asked Answered
S

7

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.

Sealskin answered 10/10, 2008 at 19:21 Comment(0)
E
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.

Exotic answered 10/10, 2008 at 19:41 Comment(0)
K
13

webservicelist is one place..

Kadner answered 10/10, 2008 at 19:30 Comment(0)
E
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.

Exotic answered 10/10, 2008 at 19:41 Comment(0)
R
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.
Repletion answered 10/10, 2008 at 19:36 Comment(0)
R
3

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

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

Redfish answered 10/10, 2008 at 19:46 Comment(0)
B
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.

Burny answered 10/10, 2008 at 19:34 Comment(0)
M
0

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

Mika answered 3/12, 2009 at 13:24 Comment(0)
V
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.

Vesperal answered 27/3, 2017 at 10:31 Comment(1)
Welcome to Stack Overflow! The question is not on-topic for Stack Overflow as defined in the help center. Please don't answer such questions; instead, you should flag them for attention and they will be closed or migrated appropriately.Levey

© 2022 - 2024 — McMap. All rights reserved.