Копировать ссылку на страницу

Синтаксис:

Visual Basic (Declaration)

<OperationBehaviorAttribute(Impersonation := ImpersonationOption.Allowed)> _

Public Function GetEDocumentVersionList ( _

 EDocumentID As Integer _

As String

C#

[OperationBehaviorAttribute(Impersonation = ImpersonationOption.Allowed)]

public string GetEDocumentVersionList(

 int EDocumentID

)

Параметры:

EDocumentID – ИД документа.

Возвращаемое значение:

XML-пакет с описанием версий документа.

Свернуть/развернуть пример Пример SOAP-пакета

Получение списка версий документа с ИД=134028.

 

<soapenv:Envelope xmlns:int=http://IntegrationWebService
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <int:GetEDocumentVersionList>
      <int:EDocumentID>134028</int:EDocumentID>
    </int:GetEDocumentVersionList>
  </soapenv:Body>
</soapenv:Envelope>

© 2016 Компания DIRECTUM Сообщество пользователей DIRECTUM