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

 Akzeptierte Antwort

Jurijs
Jurijs am 11 Feb. 2013

0 Stimmen

kegg wsdl doesnt work anymore. use rest service

Weitere Antworten (2)

gu
gu am 3 Mai 2013
Bearbeitet: gu am 3 Mai 2013

0 Stimmen

Can you explain more in detail and how to change the 'http://soap.genome.jp/KEGG.wsdl'

1 Kommentar

Fatma
Fatma am 16 Feb. 2015
replace the word soap in the URL with the word rest This is for future users

Melden Sie sich an, um zu kommentieren.

Paola Favaretto
Paola Favaretto am 9 Apr. 2015

0 Stimmen

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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by