Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you know of any free SOAP webservices (for tutorial purpose) [closed]

Only for tutorial purpose, I would like to try to use a free SOAP web services available.

Which ones come to your mind ?

The business implied behind is not important/relevant: Only the ease of access (free access), and simplicity of the service contract.

Any indication welcome !

like image 840
Stephane Rolland Avatar asked Mar 21 '11 10:03

Stephane Rolland


People also ask

What is the purpose of SOAP in a Web service?

SOAP (Simple Object Access Protocol) is a message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over a variety of standard protocols, including the web-related Hypertext Transfer Protocol (HTTP).

What is SOAP and REST web services?

Web services are of two kinds: Simple Object Access Protocol (SOAP) and Representational State Transfer (REST). SOAP defines a standard communication protocol (set of rules) specification for XML-based message exchange. SOAP uses different transport protocols, such as HTTP and SMTP.

What is SOAP API example?

SOAP uses an XML data format to declare its request and response messages, relying on XML Schema and other technologies to enforce the structure of its payloads. Both public and private Application Programming Interfaces (APIs) use SOAP as an interface.


1 Answers

You can look at this post

Public free web services for testing soap client

like image 198
isobar Avatar answered Nov 08 '22 09:11

isobar