Web service
Web services are services that provide functions and data via the internet.
Similarly to a search engine, queries will be sent from a sender, which in this case is not a person, but a software program. The web service returns the results to the program querying it.
Web services can be provided for either internal or external use. If, for example, you want to determine the name of the bank using a bank code, a web service can determine and deliver the required data with a single operation.
The operations are described using WSDL (Web Services Description Language) files. The exchange of information takes place via an exchange of XML files.
In order to use a web service, the URL with which the web service is identified must be known. With Intrexx, web service offers can be consumed without any programming effort and own web services can also be offered.
The connection to a web service will be established via SOAP, a network protocol for the exchange of data via HTTP, i.e. TCP/IP. You require an existing internet connection for the execution of web service request in the internet.