When you create retrieve the properties of a DSM object using the web service, make clear to the web service, those properties of the object with which you are currently working.
If you are creating or updating a new object, you provide a structure that contains a sequence of elements representing object properties whose values you want to populate. The sequence also contains a series of boolean values that indicate the property values you have supplied. If you do not set a property matching Boolean flag to true, the DSM web service ignores the property value.
If you are retrieving the properties of a structure, a similar rule applies. Provide an input to the DSM function a propertiesRequired structure. This structure contains a sequence of boolean flags corresponding to each of the property values contained in the return or output properties structure of the method. For each property, set the corresponding boolean flag in the propertiesRequired structure to true. If you do not set a flag to true in the propertiesRequired input structure, the property value is not returned.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|