comp.soft-sys.matlab
[Top] [All Lists]

PubMed SOAP access

Subject: PubMed SOAP access
From: "Ken McGarry"
Date: Fri, 30 Sep 2005 08:05:13 -0400
Newsgroups: comp.soft-sys.matlab
Hi,

has anyone tried acessing PubMed using the SOAP webservices features,
I was able to use the example files to hook up to the EBI site but
now I'm trying access PubMed. I can create the stubs ok by accessing
the wsdl file but can't actually use the functions successfully.

wsdlURL = 'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils_lite.wsdl';
className = createClassFromWsdl(wsdlURL);
pmws = eUtilsService;
class(pmws)
methods(pmws);

get the error message below;
run_eInfo(pmws,'pubmed')
??? Error using ==> parseSoapResponse
SOAP Fault: Soap method is not allowed to invoke

Regards

Ken

<Prev in Thread] Current Thread [Next in Thread>
  • PubMed SOAP access, Ken McGarry <=
Privacy Policy