$node_call = array();
$node_call['node_call'][0]['method'] = 'NODE_test_method_params';
$node_call['node_call'][0]['parameters'] = array('A' => 'one',
'B' => 2,
'C' => array('test',1,2,3));
$call = array();
$call['CALL'] = $node_call;
$call['HOST'] = 'www.sappsite.com';
$call['PATH'] = '/node/call.php';
$call['USER'] = 'sapp';
$call['PASS'] = 's1te';
$call['PORT'] = 80;
$call['TYPE'] = 'post_http'; // post_http || post_https
$NODE_call_obj = $S_obj->request('NODE_call', $call);
print_r($NODE_call_obj);