SOAP API - createDataView
The table summarizes the SOAP API createDataView.
Request | Uses the CreateDataViewRequest element (from the BusinessDataServices schema) |
Parameter notes |
|
Response | Returns a CreateDataViewResponse element (from the BusinessDataServices schema) |
Example | Request:
<soapenv:Body> <api:CreateDataViewRequest> <viewSpecification> <caseClassDetails> <caseClass>com.example.gddemo.Car</caseClass> <majorVersion>2</majorVersion> </caseClassDetails> <name>Luxury cars</name> <description>Cars with luxury features</description> </viewSpecification> </api:CreateDataViewRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <CreateDataViewResponse xmlns="http://api.bds.tibco.com"> <viewID xmlns="">2</viewID> </CreateDataViewResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.