What happened with KEGG

2 visualizaciones (últimos 30 días)
Arsen Arakelyan
Arsen Arakelyan el 2 de Feb. de 2013
Respondida: Paola Favaretto el 9 de Abr. de 2015
Hi I'm trying to connect to KEGG with
wsdlURL = 'http://soap.genome.jp/KEGG.wsdl'; className = createClassFromWsdl(wsdlURL);
commands, but get error
Error using urlread (line 111) Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in createClassFromWsdl>parseWsdl (line 54) downloadedData = urlread(wsdl);
Error in createClassFromWsdl (line 32) [R, schema] = parseWsdl(wsdlUrl);
No proxies, url works fine with other addresses.
Any ideas?
Thanks

Respuesta aceptada

Jurijs
Jurijs el 11 de Feb. de 2013
kegg wsdl doesnt work anymore. use rest service
  1 comentario
Arsen Arakelyan
Arsen Arakelyan el 12 de Feb. de 2013
Thanks for answering Jurijs.

Iniciar sesión para comentar.

Más respuestas (2)

gu
gu el 3 de Mayo de 2013
Editada: gu el 3 de Mayo de 2013
Can you explain more in detail and how to change the 'http://soap.genome.jp/KEGG.wsdl'
  1 comentario
Fatma
Fatma el 16 de Feb. de 2015
replace the word soap in the URL with the word rest This is for future users

Iniciar sesión para comentar.


Paola Favaretto
Paola Favaretto el 9 de Abr. de 2015
Have you looked at the following example in the Bioinformatics Toolbox documentation:
It shows how to access KEGG using the REST-style API.
-Paola

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by