Zitat von
mkinzler:
Ist p_CS intantiiert?
Sorry,
habe ich vergessen. P_SC ist global deklariert.
p_CS : CSPortType;
Des weiteren wurde beim
WSDL-Import erzeugt:
Type GCT = TXMLGCT;
CSPortType = interface(IInvokable)
['{63B1C593-F454-74AF-4DF0-32ED9BBFD746}']
function GCT(const parameter: GCT): GCTResponse; stdcall;
end;
function GetCSPortType(UseWSDL: Boolean=System.False; Addr: string=''; HTTPRIO: THTTPRIO = nil): CSPortType;
implementation
[...]
Gruß
Klaus