Web service

Although web services now play a subordinate role in the area of systems integration, there are still a large number of systems in organizations that can only offer or consume web services. However, since an outstanding feature of Intrexx is its support of the integration and retrofitting of older systems, we provide the possibility of both offering and consuming web services.

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 use either internally or externally to the company. If you would like to, for example, find the name of a bank based on a routing code, a web service can determine and return the desired data using an 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 services can be consumed without the need for additional programming. And you can provide your own web services.

The current version of Intrexx only supports web services that are specified under the WSI Basic Profile Version 1.1.

More information

Provide web service

Consume web service

Web service action in processes