CRUD Services

The scope of the web service operations is provided by the most common operations used on Master Data.

  • Add a record
  • Modify a record
  • Delete a record
  • Search for a record.

These services are often referred to as CRUD (Create, Retrieve, Update, and Delete) and this should be the initial scope of the project. While multi repository record services are important to you and supported by the generic TIBCO MDM Record Service the scope is too large to be successfully attempted in this TIBCO MDM Server release.

The generation will be offered through an Wizard, which is provided as a 'New Project' wizard in the repository designer. Since the code generation must have the repository information, this is the best placement for the new wizard. The WSDL will expose the standard four CRUD operations.

For more information on CRUD services, Refer to Record Services in WebServices Guide.