createClassFromWsdl with partial classes
Mostra commenti meno recenti
I'm attempting to interface with an API. I have access to the wsdl file for this API.
Unfortunately, when I use the createClassFromWsdl function, it only seems to create a class for the overall object and only has m files for each of the functions and not the partial classes that are defined.
In contrast, when I open up the wsdl file in visual studio, I get a giant list of functions and partial classes.
It seems strange to me that Matlab would not give me an error if it was ignoring all the class stuff. Is it just that I am unable to find how to access the class stuff, or is Matlab incapable of processing this sort of wsdl file?
Risposte (0)
Categorie
Scopri di più su MATLAB 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!