Create Composite Webservices Datasource

Composite webervices datasource allows composition of different webservice methods that perform individual operations.

Perform the following steps:

  1. In ASG-Studio, go to the Datasources folder, click New and then click Datasources from the context menu.
  2. Select Composite Webservice as Type of Data source.
  3. Enter a name for the datasource in the Name field.
  4. The datasource name can contain only alphanumeric characters and space. The name can start only with a letter. The name cannot contain special characters. The maximum length of the name is limited to 30 characters.
  5. The Grouped URL is populated based on the Name that you specify. The Name is considered as the Base URL to access the web service. If the Name consists of any spaces and capital letters, in Grouped URL the spaces are replaced with - (hyphen) and the capital letters are replaced with simple case. For example, if you specify My Composite Webservice as Name, the Grouped URL will be formed as /my-composite-webservice.
  6. Click Save.
  7. The Composite Webservice Datasource is created. You can now add webservice methods to the datasource.