search for: tosoaparray

Displaying 2 results from an estimated 2 matches for "tosoaparray".

2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...tened the ServiceInfo such that the clientId and sericeType are passed inline to bypass the above error. SSOAP went past that but complained about a missing elType (seems to not like the enum). > res = def at functions$simpleQuery(1, 'Engine', 'select 1 as One') Error in toSOAPArray(obj, con, type = type, literal = literal, ...) : no slot of name "elType" for this object of class "RestrictedStringDefinition" Third attmept: To bypass the above error as well, I then changed serviceType to string. SSOAP then actually made a successful call, and the webs...
2005 Jun 14
0
question about SSOAP
...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