Jamal Theodore
unread,Mar 13, 2012, 4:28:27 PM3/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com
Hi All,
Why am I getting an error trying to execute the following function in Perl with CytoscapeRPC?
$done = $client->call(
'Cytoscape.getNodesByStringAttr',
$coder->string('node_type'),
$coder->string('Proteome')
);
Error:
Fault returned from XML RPC Server, fault code 0: Failed to invoke method getNodesByStringAttr
in class tudelft.CytoscapeRPC.CytoscapeRPCCallHandler: null
I think it's the correct syntax because when I change the function name I get a different error. Also other functions such as $client->call( 'Cytoscape.setSelectedNodes',... work fine. What else could be wrong?
Thanks,
Jamal