What happened with KEGG

10 ビュー (過去 30 日間)
Arsen Arakelyan
Arsen Arakelyan 2013 年 2 月 2 日
回答済み: Paola Favaretto 2015 年 4 月 9 日
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

採用された回答

Jurijs
Jurijs 2013 年 2 月 11 日
kegg wsdl doesnt work anymore. use rest service
  1 件のコメント
Arsen Arakelyan
Arsen Arakelyan 2013 年 2 月 12 日
Thanks for answering Jurijs.

サインインしてコメントする。

その他の回答 (2 件)

gu
gu 2013 年 5 月 3 日
編集済み: gu 2013 年 5 月 3 日
Can you explain more in detail and how to change the 'http://soap.genome.jp/KEGG.wsdl'
  1 件のコメント
Fatma
Fatma 2015 年 2 月 16 日
replace the word soap in the URL with the word rest This is for future users

サインインしてコメントする。


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

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by