You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

Table of contents

Web services

With Blueriq, it is possible to call an external web service (consume), and to to create your own web service (expose).

Two types of communication protocols are supported: SOAP and REST. You can find more information on what we support in our web services datasheet.

Design guide

When you are going to experiment with web services for the first time, you might find the web service visuals useful in understanding how web services work.

For the design guide on connectivity see web Services guide.

Connectivity methods

Below, a schematic outline is given of the default connectivity methods of Blueriq.

The green lines are the most common.

Transfer ProtocolMessage TypeMessage Structure
SOAPXMLXSD

REST

XMLXSD

REST

XMLDomain Schema
RESTJSONDomain Schema
RESTSingle Valuen/a

  • No labels