Documentation Center

EDT 2.5 GetMetadata

Retrieves the metadata of an EDT object.


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated 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.
psEDTIdStringInThe element name of the EDT.
psXMLRequestedMetadataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringInOutThe EDT ObjectList XML structure containing the metadata of the EDT Objects.

Note that:
  • When no EDT is found with the supplied psEDTId, an InvalidObjectException is thrown.