Web service integration

Every web service provides multiple operations for use. An operation will be queried in the module Applications with a web service request. One or more web service requests, which follow one another, can be executed via a correspondingly configured button or upon loading a page. In doing so, one or more input values will be sent. The operation will ascertain the correct return value or values and then return them in the form of an XML file to the program making this query.

Button action - Web service request

With the action type Web service request, a button for a web service can be configured.

Request when page is loaded

Alternative to clicking a button, a web service request can also be initiated when a page is loaded. This technique can be used, for example, when a static value or an input value that comes from another page is used.