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, 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 provisions can be consumed without requiring additional programming effort. Furthermore, you can provide your own web services.

In the current version, Intrexx only supports web services that comply with WSI Basic Profile Version 1.1. are specified.

How can I tell whether the WSDL of the web service is compliant with Basic Profile 1.1?

The style must be document/literal, i.e.

  • the binding style must be "document

  • the body use must be "literal

  • the body must not be "encoded

More information

http://www.ws-i.org/Profiles/BasicProfile-1.1.html

Provide web service

Register web service

Web service action in processes