Skip to content

Instantly share code, notes, and snippets.

View ronaldhoek's full-sized avatar

Ronald Hoek ronaldhoek

View GitHub Profile
@ronaldhoek
ronaldhoek / WSSecurity200306.pas
Created May 31, 2019 11:00
Delphi WS-Security headers - 2 versions: 2003.06 and 2004.01
unit WSSecurity200306;
interface
uses
System.SysUtils, System.Types,
Soap.InvokeRegistry, Soap.SOAPHTTPClient, Soap.XSBuiltIns;
const
IS_OPTN = $0001;