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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Example projects are Blueriq models which demonstrate Blueriq functionality. They are included in the standard Blueriq library which is shipped with Blueriq. You can view, run and extend these projects by creating a new project and use an example project as a starting point.

Introduction

This example project demonstrates how Blueriq can be used for sending a REST request and mapping back the response. While this can be achieved either using a domain schema or an xsd import only the last of them is used in this particular application.

Deprecated service

The AQ_WebServiceClient service has been now replaced by AQ_RestServiceClient and AQ_SoapServiceClient. In your new projects it is highly recommended to one of the new ones.

Prerequisites

In order to be able to successfully run this project the following need to be fulfilled:

  1. The machine on which the Runtime is running has a working internet connection;
  2. The aquima library is imported in Studio on the branch the project is on.
  • No labels