why i cannot call the function in class from web service
古いコメントを表示
The connecting with web service is successful, i have obtained the objekt m.file in path. Then i try to involke the function, which has been defined in the object. But it doesn't work (like the pic below). Could anyone tell me the reason or even a solution. THX!

回答 (1 件)
Manish Annappa
2017 年 5 月 18 日
編集済み: Manish Annappa
2017 年 5 月 18 日
0 投票
According to the links below, the error messages seems to be related to the WSDL version on the webservice.
- http://stackoverflow.com/questions/36319901/the-serviceclass-object-does-not-implement-the-required-method-in-the-following
- http://stackoverflow.com/questions/35720181/the-serviceclass-object-does-not-implement-the-required-method-in-the-following
Can you try invoking the function from other clients (other than MATLAB) and see if that gives error?
カテゴリ
ヘルプ センター および File Exchange で Call Web Services from MATLAB Using WSDL についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!