SOAP API - notifyDDLExecution
The table summarizes the SOAP API - notifyDDLExecution.
Request | Uses the NotifyDDLExecutionRequest element (from the BusinessDataServicesAdminService schema). |
Parameter notes |
|
Response | Returns a NotifyDDLExecutionResponse element (from the BusinessDataServicesAdminService schema) |
Example | Request:<soapenv:Body> <api:NotifyDDLExecutionRequest> <caseModelID>1</caseModelID> <databaseScriptAction>UNFREEZE_CASE_DATA_MODEL </databaseScriptAction> <OperationDetails> <username>tibco-admin</username> <comment>1.2 release</comment> <timeOfOperation>2001-12-17T09:30:47Z</timeOfOperation> </OperationDetails> </api:NotifyDDLExecutionRequest> </soapenv:Body> |
Response:<SOAP-ENV:Body> <NotifyDDLExecutionResponse xmlns="http://api.bds.tibco.com"/> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.