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

This page is located in a different space

This design guide introduces you to the concept of web services and teaches you how you can communicate with a web service in Blueriq. It covers the most important topics that you might encounter while creating applications. It shows you how to get started and provides you with a collection of best practices.

When you want to experiment with calling a SOAP or REST service from Blueriq, or with making your own BAAS (Blueriq as a Service), also check the Web services visuals.

Who is this design guide for?

This design guide is intended for a Business Engineer who has some technical affinity, who wants to either call a foreign web service with Blueriq or create his own web service using Blueriq. You are expected to know the Blueriq basics, but no knowledge of web services is needed to start.

Organization of this design guide

This design guide is divided into four parts:

  1. An introduction to web services
  2. Calling a web service
  3. Blueriq as a service
  4. Best Practices

Part I: An introduction to web services

1. What is a web service?

2. Simple Object Access Protocol (SOAP)

3. Representational State Transfer (REST)

Part II: Calling a web service

4. Calling a SOAP service

5. Calling a REST service

Part III: Blueriq as a service

6. Setting up Blueriq as a web service

Part IV: Best Practices

7. Modules and Data Mapping

Appendix

Appendix 1 - Writing your own WSDL

Appendix 2 - Web Services datasheet

  • No labels