Update Interfacefile code first .net server / delphi client supertcp

Hi there,
Another one: using supertcp channel first import with URL: supertcp://hostname:8899/bin - does generate RemoteServer_Intf.pas, Remote Rodl and ServerAccess. pas. as expected.

Now click on RemoteServer.remoteRODL choose “Update Interface File(s)”. Nothing will happen. Even if i rename the interface file - no new file will be generated. It might work with http channel. But not sure about.

Delphi Rio 10.3.2
RO: 10.0.0.1449

What does the URL in the .remoteRODL file look like?

Thanks, logged as bugs://84027

<?xml version="1.0" encoding="UTF-8"?>
<RemoteRodl>
	<Server>
		<Name>RemoteServer</Name>
		<ServerUri>supertcp://hostname:8899/bin</ServerUri>
	</Server>
</RemoteRodl>
1 Like

thanx

Hi,

I can’t reproduce this issue with the MegaDemo sample:

It does definitely not work here. Is it somehow related to different port or/and different host? I have to check it later with MegaDemo sample locally and different hosts, protocols and so on.

All i can say: .net server is running on different host on port 8899. Delphi does not complain about the connection when i Update InterfaceFile in IDE. But nothing happens. In ProcessExplorer i don’t see a connection established at all to the remote server?