Dear R folks:

I am trying to use SSOAP (version 0.2-2) package in R (version
2.1.0,linux) to access SOAP service on NCBI
(http://www.ncbi.nlm.nih.gov)

its WSDL file is at http://www.ncbi.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([EMAIL PROTECTED], def = ncbi, [EMAIL 
> PROTECTED], verbose=FALSE)

> [EMAIL PROTECTED]("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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to