|
|
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
|
|