Hello all,

   I want to invoke a perl program on a windows machine which pops up a Tk window on the windows m/c, thorugh a SOAP call from a linux machine.
   This means the server decides when the Tk window should pop up, so does a SOAP call and then runs a system command on windows side to display the Tk window.

   I am not able to get this working. The SOAP environmment works fine. Further, the Tk stuff works fine when I run the perl program on the windows m/c form the command line. However, when invoked thru the SOAP call, the program just does not show up the window. Evidence shows program got invoked though.
I have also hard coded the IP address of the machine in the program for $ENV{'DISPLAY'}.

Awaiting kind response.

Regards,
Ritu

Reply via email to