Solved
Please look into the below code:-
def command = "C:\\Program Files\\PuTTY\\putty.exe -ssh servername -l username -pw password" def proc = command.execute() proc.waitFor()
This code works in soap ui free version and it is able to invoke putty from there. But the same gives error as in Ready API:-
java.io.IOException - Cannot run program "C:\Program": CreateProcess error=2 The System cannot find file.
Could any one please help me to resolve this issue?
amitkumarlogs - Please follow this questions for more help.