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?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Call Web Services from MATLAB Using WSDL in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!