What is a Web Service and how is developed the DNA Web Service?
The Web Service is a system software designed to support interoperability among different clients and servers in the same network, company network or internet. The Web Service is published with a software interface that allows automatic processing by who requires the consumption.
DNA Web Service uses WSDL (Web Service Description Language), which through the protocol SOAP (Simple Object Access Protocol) describes the methods of call and return parameters. The low-level communications pass via HTTP protocol and standard XML format.
Thanks to the use of these protocols, applications written in different development languages and designed for different hardware platforms (Windows, Linux, etc..) are able to communicate through a standard language and could benefit the services that you chose to publish. |