createClassFromWsdl with partial classes

1 view (last 30 days)
Hal
Hal on 13 Dec 2011
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?

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!