|
#1
|
|||
|
|||
ВебСервис
Всем добрый вечер, помогите разобраться с сервисом
Импортирую веб сервис через WSDL Importer https://docs-test.fss.ru/WSLnCryptoV...onsLnPort?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 Последний раз редактировалось Admin, 28.02.2019 в 19:23. |