You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
Table of contents
- Functions and function calls (Encore)
- SOAP service (Encore)
- REST service (Encore)
- Schema set (Encore)
- Domain schema (Encore)
- Web service (Encore)
- Data mapping (Encore)
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 Protocol | Message Type | Message Structure |
---|---|---|
SOAP | XML | XSD |
REST | XML | XSD |
REST | XML | Domain Schema |
REST | JSON | Domain Schema |
REST | Single Value | n/a |