EDT 2.5 GetMetadata
Retrieves the metadata of an EDT object.
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. |
| psEDTId | String | In | The element name of the EDT. |
| psXMLRequestedMetadata | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | InOut | The EDT ObjectList XML structure containing the metadata of the EDT Objects. |
Note that:
- When no EDT is found with the supplied
psEDTId, anInvalidObjectExceptionis thrown.