Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 979
avgbody Avatar asked Oct 10 '08 19:10

avgbody


People also ask

What are the available Web services?

There are a few central types of web services: XML-RPC, UDDI, SOAP, and REST: XML-RPC (Remote Procedure Call) is the most basic XML protocol to exchange data between a wide variety of devices on a network. It uses HTTP to quickly and easily transfer data and communication other information from client to server.

What is webservice ServiceNow?

Inbound web services allow you to access and modify ServiceNow data using a client application.

What is correct about the Web services?

A - Web services allows you to expose the functionality of your existing code over the network. Once it is exposed on the network, other application can use the functionality of your program. B - Web services allow various applications to talk to each other and share data and services among themselves.


1 Answers

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.

like image 125
Rudi Avatar answered Oct 10 '22 04:10

Rudi