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에서 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!