This web service creates an asset group within the defined catalog structure. An asset group may contain zero or more assets or asset groups. An asset group may only have a single immediate parent group, for example:

Figure 4: Catalog Group Structure
The top of the catalog structure always has the default super parent group /. There are 3 assets groups under /.
Table 4. Definition of the Group Structure lists the properties of each asset group.
| Name | Its Catalog Path | Title | Parent Catalog Path | 
|---|---|---|---|
| A | /A | Some Title1 | / | 
| B | /B | Some Title2 | / | 
| C | /B/C | Some Title3 | /B | 
Table 4. Definition of the Group Structure
The catalog path to each asset is:
To create another asset group under C, you can use the following arguments:
Inputs
Outputs
Additional Faults
The following table lists additional faults this service may produce, along with the error condition that causes the fault.
| Fault | Condition | 
| ObjectExistsFault | The asset group already exists. |