Skip to Content

How to run code samples in Workbench Developer

All

First, one can find available code samples either from this site (here) or directly from Workbench Developer dedicated page (Welcome > Samples).

A sample comes as a standalone Workbench Developer project, that addresses a simple use-case with little code, and containing any relevant information and resources that may be necessary for your understanding.

If you download a sample (.zip) from this site, you will simply have to import this project in Workbench Developer (File > Import Service, then browse to select the downloaded zip) to open it.

If you select a sample from Workbench Developer Samples page, you will simply have to click it to open the project.

 

Once the sample project is opened, you will be able to:

  • emulate it in order to check how it behaves (Service > Emulate Service); note you may find relevant comments in the header section of each RSP file included,
  • read the code of each RSP to understand how this simple feature has been implemented,
  • reuse all pieces of code that will be relevant for your use-cases.
Share this