Baseline 2.5 GetMetaData
This method gets the requested metadata of the baseline.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psBaselineId | String | In | The element name of the baseline. |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The Baseline ObjectList XML structure containing the metadata of the baselines |
Note that:
- When no Baseline is found with the supplied
psBaselineId, anInvalidObjectExceptionis thrown. - The
levelattribute on the ishfield element in the Requested Metadata XML should always be 'none'.