getServiceClient {ENVISIONQuery}R Documentation

Get the Web Service client finction handler for a given tool...

Description

Get the Web Service client finction handler for a given tool

Usage

getServiceClient(tool)

Arguments

tool

The tool handler

Value

the function which implements client functionality for a particular data retrieval service

Author(s)

Alex Lisovich, Roger Day

Examples

#get Java Web Service client for 'FindPathAdv' tool of 'Reactome' service

service<-getService("Reactome");
getToolNames(service);
tool<-getTool(service,"FindPathAdv");
client<-getServiceClient(tool);
print(client);

[Package ENVISIONQuery version 1.32.0 Index]