Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <methodCall>
    ...
        </param>
      </params>
    </methodCall>
    
  2. or download this
    use RPC::XML::Client;
    my $client = RPC::XML::Client->new('http://path-to-rpc-server:19000');
    my $res = $client->send_request('Gateway.SendMessage');