Different software might be built using different programming languages, and hence there is a need for a method of data exchange that doesn't depend upon a particular programming language. Most types of software can, however, interpret XML or JSON tags. Thus, web services can use XML or JSON files for data exchange.REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) provide mechanisms for requesting information from resources, REST, or from endpoints, SOAP. Perhaps the best way to think of these technologies is as a method of making a remote procedure calls against a well-defined API. SOAP has a more formal definition mechanism called WSDL, Web Services Definition Language, and is more complex to implement. REST uses the standard HTTP request and response mechanism, simplifying implementation and providing for a more flexible, loose coupling of the client and server. Note that REST also supports the transfer of non-XML messages such as JSON (JavaScript Object Notation).
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |