SOAP API - getCaseModel
The table summarizes the SOAP API - getCaseModel.
Request | Uses the GetCaseModelRequest element (from the BusinessDataServicesAdminService schema) |
Parameter Notes | appName: the name of the application that generated the case model. If you do not specify an application name, the response returns the information for all case models. You can get the name of an application by performing a getCaseModelBasicInfo . |
Response | Returns a GetCaseModelResponse element (from the BusinessDataServicesAdminService schema).
|
Example | Request:<soapenv:Body> <api:GetCaseModelRequest> <appName>com.example.claimmodel-1</appName> </api:GetCaseModelRequest> </soapenv:Body> |
Response:<SOAP-ENV:Body> <GetCaseModelResponse xmlns="http://api.bds.tibco.com"> <caseModel xmlns=""> <caseModelID>1</caseModelID> <appName>com.example.claimmodel-1</appName> <currentVersion>1.0.0</currentVersion> <datetimeDeploymentUpdated>2013-11-19T10:57:26.977Z</datetimeDeploymentUpdated> <createScript>---------------------------------------- TIBCO HEADER ---------------------------------------- -- BOM Name : ClaimModel.bom -- BOM Namespace : com.example.claimbom -- Namespace Tag : CLAIMBOM -- BOM Major Version : 1 -- Table Mappings : (BOM Class -> DB Table) -- com.example.claimbom.Claim BDS_1_CLAIMBOM_CLAIM -- com.example.claimbom.Person BDS_1_CLAIMBOM_PERSON -- com.example.claimbom.Policy BDS_1_CLAIMBOM_POLICY -- com.example.claimbom.Claimant BDS_1_CLAIMBOM_CLAIMANT -- com.example.claimbom.IncidentDetails BDS_1_CLAIMBOM_INCIDENTDETAILS -- com.example.claimbom.CustomerNotes BDS_1_CLAIMBOM_CUSTOMERNOTES ---------------------------------------------------------------------------------------------- create table [BDS_1_CLAIMBOM_CLAIMANT] ([BDS_ID] numeric(19,0) not null, [DTYPE] nvarchar(255) not null, [BDS_VERSION] numeric(19,0) null, [PARTY] nvarchar(255) null, [BDS_OWNER_ID] numeric(19,0) null, [CLAIM_CLAIMANTS_BDSID] numeric(19,0) null, [CLAIM_CLAIMANTS_IDX] int null, primary key ([BDS_ID])); . . . </createScript> <frozenDetails isFrozen="false"/> <state>PENDING_DBA_ACTION_TO_INSTALL</state> </caseModel> </GetCaseModelResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.