Web Services

Megaladata provides the tools used for integration with external web services and publication of the own ones. Consequently, the solutions created on the Megaladata base can be easily built into IT landscape of any complexity.

Note: The web service tools are available only in the Server Megaladata editions.

The following Megaladata platform components are required for the web services integration and operation:

  • Server is the main platform component. It completes the loading, calculation, model training, visualisation, right management and other tasks.
  • Integrator: the component responsible for publication of own web services based on the packages created in Megaladata. It is used in combination with IIS creating a separate application in it.
  • Adapter: optional component. It is required for interaction with non-standard web services, for example, with credit reference bureau.

Web Services Operation

Integration with External Web Services

The Megaladata platform provides integration with SOAP or REST services. For this purpose, it is required to create corresponding connection:

Later on, the output data of the created connection is used by corresponding node designated for service calling:

Note: Some services give response in the form of nested XML. XML Extraction component is designated for its transformation to the table form. To transform the response received in the form of JSON, it is possible to use JSON.parse() construction in Java-script component.

Creation of Own Web Services

It is possible to create own SOAP and REST services. In this case, the logics of data processing of the request to the web service is implemented in the package node published as a web service. Most frequently, such node is a supernode, as it is possible to implement the random processing logics in it. The input supernode ports set the service request structure, whereas the output ones set the response structure.

Note: It is possible to publish several supernodes (nodes) in different packages. A separate method of SOAP service and URL REST service is created for each of them.


Articles in Section:

results matching ""

    No results matching ""