getServiceClient {ENVISIONQuery} | R Documentation |
Get the Web Service client finction handler for a given tool
getServiceClient(tool)
tool |
The tool handler |
the function which implements client functionality for a particular data retrieval service
Alex Lisovich, Roger Day
#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);