Displaying 2 results from an estimated 2 matches for "run_einfo".
2005 Jun 14
1
protection stack overflow??
Hi dear Rers,
I am using SSOAP package to access SOAP service at NCBI.
I followed the example code in SSOAP but failed.
> z <- .SOAP("http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/soap_adapter.cgi", method="run_eInfo", db="pubmed", action = I("einfo"))
Error: protect(): protection stack overflow
what's wrong?
Thanks very much.
Regards
2005 Jun 14
0
question about SSOAP
...cbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl
but some errors occured:
> ncbi <- processWSDL("http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl")
> ff <- genSOAPClientInterface(ncbi at operations[[1]], def = ncbi, ncbi at name, verbose=FALSE)
> ff at functions$run_eInfo("db=pubmed")
Error in toSOAPArray(obj, con, type = type) :
no slot of name "elType" for this object of class "SOAPVoidType"
what's wrong? I am looking foward to your help.
Thanks very much.
Tiger