In der
WSDL-Datei ist https angegeben:
Code:
<
wsdl:service name="PriPSService">
<
wsdl:port binding="tns:PriPSServiceSoapBinding" name="PriPSPort">
<
soap:address location="https://hermesapisbx.hlg.de/hermes-
api-prips-web/services/v15/PriPS"/>
</
wsdl:port>
</
wsdl:service>
Importiert wurde diese auch korrekt:
Code:
function GetPriPS(UseWSDL: Boolean; Addr: string; HTTPRIO: THTTPRIO): PriPS;
const
defWSDL = 'C:\Dokumente und Einstellungen\user\Desktop\PriPS.xml';
defURL = 'https://hermesapisbx.hlg.de/hermes-
api-prips-web/services/v15/PriPS';
defSvc = 'PriPSService';
defPrt = 'PriPSPort';
var
Kann ich bei BeforeExecute nochmal prüfen, welche
URL nun wirklich angeprochen wird?
alles läuft, aber nichts geht...