workshop-rest-ws
1
0
Initial Release
Example about a REST web service defined in IRIS and working with a production.
You can find more in-depth information in https://learning.intersystems.com.
New to IRIS Interoperability framework? Have a look at IRIS Interoperability Intro Workshop.
Build the image that we are going to use during the workshop:
$ git clone https://github.com/intersystems-ib/workshop-rest-ws
$ cd workshop-rest-ws
$ docker-compose build
The main purpose of this example is to create a REST service to save and get an object "Person" using REST call from Postman.
docker-compose up -d
Automatically an IRIS instance will be deployed and a production will be configured and started to save and retrieve Person objects.
superuser
/ SYS
account.Initial Release