createClassFromWsdl with partial classes

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)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

Hal
on 13 Dec 2011

Community Treasure Hunt

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

Start Hunting!