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 !
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).
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.
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.
You can look at this post
Public free web services for testing soap client
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With