I'm using a Perl environment and trying to connect to a Rational Team Concert server to manage items and files. Right now the only alternative I have seen is a java pseudo API to connect to their services.
This is like my last option and the solution involves a mid layer (Java console application) to call console commands using Perl and reaching the RTC server this way.
Any help would be really appreciated.
Use the command line interface (in the
scmtoolsdirectory of the RTC download).There is an unsupported integration interface as well - you can start that with
scm daemon start, but that's unsupported so you would probably be better off using the command line in the short term.