I found a solution myself; -)
In debug initialization, there was the following line:
TWebAppSockObjectFactory.Create ('WebService');
changing this to:
TWebAppSockObjectFactory.Create ('DLL');
changed the general change to http: //localhost/Webservice.dll/
This left a small problem that the debugger project had to be renamed to Webservice.exe instead of WebserverDebug.exe, because it was called, but moving it to a subfolder made this renaming possible.
Bascy
source share