REST Support
The REST Service wizard is used to build RESTful services.
Developing a RESTful service is a simple three step process:
- Name the REST resource.
- Choose the resource definition (the XSD schema).
- Choose the REST operations to implement.
The input and output messages for the operations are automatically generated along with a Response activity. An HTTP shared resource is also generated with the default configuration. You can then add activities and implement the business logic for each operation in the process.
Copyright © Cloud Software Group, Inc. All rights reserved.