• Рафик (27.02.19 22:45) [0]
    Всем добрый вечер, помогите разобраться с сервисом
    Импортирую веб сервис через WSDL Importer
    https://docs-test.fss.ru/WSLnCryptoV11/FileOperationsLnPort?WSDL

    Пытаюсь откомпилировать выдает ошибку: [DCC Error] FileOperationsLnPort.pas(98): E2003 Undeclared identifier: 'Id'

    AttributedURI = class(TRemotable)
     private
       FText: string;
       FId: Id; вот сдесь ругается
       FId_Specified: boolean;
       procedure SetId(Index: Integer; const AId: Id);
       function  Id_Specified(Index: Integer): boolean;
     published
       property Text: string  Index (IS_TEXT) read FText write FText;
       property Id:   Id      Index (IS_ATTR or IS_OPTN) read FId write SetId stored Id_Specified;
     end;
    Delphi 2009
  • manaka © (08.03.19 10:25) [1]

    > Undeclared identifier: 'Id'


    говорит, что нет такого типа - Id
  • Дмитрий Белькевич © (16.03.19 15:28) [2]
    Правду говорит
Есть новые Нет новых   [118241   +25][b:0][p:0]