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