![]() |
WDSL Import hat "contentType" als Datentyp an eine Property in einer Klasse erzeugt?
Hallo,
ich schon wieder mit Webservice Problemen. Ich arbeite mit Delphi 10.2. Nach einem WDSL Import wird in der erzeugten PAS folgende Klasse definiert:
Code:
Mit contentType kann ich nichts anfangen. Spricht das mit Euch?
// ************************************************************************ //
// XML : base64Binary, global, <complexType> // Namespace : http://www.w3.org/2005/05/xmlmime // ************************************************************************ // base64Binary = class(TRemotable) private FText: TByteDynArray; FcontentType: contentType; FcontentType_Specified: boolean; procedure SetcontentType(Index: Integer; const AcontentType: contentType); function contentType_Specified(Index: Integer): boolean; published property Text: TByteDynArray Index (IS_TEXT) read FText write FText; property contentType: contentType Index (IS_ATTR or IS_OPTN) read FcontentType write SetcontentType stored contentType_Specified; end; Lieben Gruß, Samashy |
AW: WDSL Import hat "contentType" als Datentyp an eine Property in einer Klasse erzeu
Ist der Typ denn nicht ebenfalls importiert worden? Ich vermute, das ist eine Aufzählung o.ä., die im Webservice deklariert wurde.
|
AW: WDSL Import hat "contentType" als Datentyp an eine Property in einer Klasse erzeu
Nein, komischerweise nicht.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:47 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz