EDMI: Add GetAttributeValue Method

This commit is contained in:
Jonathan Jenne
2022-02-04 13:40:48 +01:00
parent f0ab3527f6
commit 4bb95bb52b
11 changed files with 282 additions and 42 deletions

View File

@@ -89,6 +89,9 @@ Interface IEDMIService
<OperationContract>
Function SetAttributeValue(Data As SetAttributeValue.SetAttributeValueRequest) As SetAttributeValue.SetAttributeValueResponse
<OperationContract>
Function GetAttributeValue(Data As GetAttributeValue.GetAttributeValueRequest) As GetAttributeValue.GetAttributeValueResponse
<OperationContract>
Function ImportFile(Data As GlobalIndexer.ImportFile.ImportFileRequest) As GlobalIndexer.ImportFile.ImportFileResponse