Why am I getting a "Error using matlab.internal.callJava: No method with appropriate signature exists in Java class" error message when using a service built using the 'matlab.wsdl.createWSDLClient' function?
古いコメントを表示
I would like to communicate with a web service using a WSDL XML file in MATLAB. However, when I use the 'matlab.wsdl.createWSDLClient' function, I see a number of warning messages about types being ignored due to being unsupported.
Then, when I try to call a method from the generated web service, I see the following error message:
Error using matlab.internal.callJava
No MY_METHOD method with appropriate signature exists in Java class com.sun.proxy.$Proxy52
What could be causing this, and how can I work around this?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!