When installing client tool on 64 bit system, you may encounter a situation where the SOAP connector does not work and gives an error:
"Failed to initialize soap connector"
The reason for this issue is because on the 64 bit platform the regasm.exe (Assemblly Register) is not run automatically and must be run manualy.
It should run against 64 bit .net framework
Identity Governance 12.6.x, 14.x
Run the 64 bit regasm.exe:
C:\Windows\Microsoft.NET\Framework64\Path_To_File\RegASM.exe "c:\FULL_PATH_TO_FILE\SageSOAP.dll"