Help for this page

Select Code to Download


  1. or download this
    my $heartbeat = SOAP::Lite->new(proxy => $proxy);
        $heartbeat->default_ns('lws:Heartbeat');
    ...
        $self->call( "heartbeat", "sendPulse", \@message);
    
        print "WE're back!!\n";
    
  2. or download this
    sub call
    {
    ...
    
        if($cmd ne "login")
    
  3. or download this
            $self->{$handle}->call( $cmd, @{$params} );