Skip to main content

Example Overview

The next several pages of this tutorial describe a simple production, called Tutorial.ExampleProduction, and class named Tutorial.ProductionTest for testing it.

To begin, complete the following steps:

  1. Create a new interoperability-enabled namespace in your InterSystems IRIS® instance. Note that by default, the wizard located at System Administration > Configuration > System Configuration > Namespaces creates interoperability-enabled namespaces.

  2. In your new namespace, create a new production. Name it Tutorial.ExampleProduction

  3. Add the business operation Tutorial.ExampleOperation to the production. When adding the operation do not assign it any name. Allow the name of the operation to default to the classname. Note that you will need to write the code for this operation. See Creating Tutorial.ExampleOperation for instructions.

FeedbackOpens in a new tab