Added a new IDE page called Orchestration Tester where the user can select an orchestration and test it with the given content. Five new services have been implemented for orchestrations as follows:
- Get Orchestration Inputs: Retrieves the input for the given orchestration and returns it as an XML structure.
- Get Orchestration Outputs: Retrieves the output for the given orchestration.
- Get Orchestrations: Retrieves all orchestrations for the given connection instance.
- Orchestration: Runs the given orchestrations along with the given content.
- Orchestration Input: Retrieves the input for the given orchestration and returns it as an JSON structure.