Application Programming Interface Guide > Web Services Operations > Operations Reference > createCustomDataSourceType
 
createCustomDataSourceType
Create a custom data source type.
Note: Invoke getDataSourceTypes to get a complete list of existing valid data source types.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
dataSourceType: This element should have a name, type, JDBC URL pattern, driver class name, and parent data source type name. For optional attributes, see Attributes Element.
Response Elements
resources: List of the newly created resources. See Resources Element.
dataSourceType: Type of the data source created.
Faults
IllegalArgument: If the name or type is malformed, or the detail or attributes are illegal.
DuplicateName: If a custom data source type with the same name already exists.