Menu entry <Connect to SOAP Web Service> in Tools menu doesn't work

Hi there,

I have installed RemObjects Remoting SDK for Delphi - 10.0.0.1529 under Delphi 11 and I’m getting the error message “could not create process D:\Delphi10Rio\Komponenten\RemObjects Software\RemObjects SDK for Delphi\Dcu\D28\Bin\ROServiceBuilder3.exe “C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\bds.exe” “-pDelphi”: 3.”

There is no bin directory in RemObjects SDK for Delphi\Dcu\D28 and ROServiceBuilder3.exe cannot be found anywhere else.
The installation program seems to forget some parts.

Also after selecting D:\Delphi10Rio\Komponenten\RemObjects Software as installation folder some parts are still installed in C:\Program Files (x86)\RemObjects Software

Greetings from germany

Michael A.

Hi,

ROServiceBuilder.exe is installed to C:\Program Files (x86)\RemObjects Software\RemObjects SDK (Common)\Bin\ROServiceBuilder.exe by default.

in your case, it should be D:\Delphi10Rio\Komponenten\RemObjects Software\RemObjects SDK (Common)\Bin\ROServiceBuilder.exe

pls launch ROServiceBuilder.exe with /register parameter:

“D:\Delphi10Rio\Komponenten\RemObjects Software\RemObjects SDK (Common)\Bin\ROServiceBuilder.exe” /register

it will fix broken registry entry.
after this, you can use Connect to SOAP Web Service in Delphi IDE w/o any issues