tags:

views:

14

answers:

0

The function createClassFromWsdl in MATLAB has some significant limitations, like not supporting attributes. It seems to me that the ability of Apache CXF to generate dynamic clients could be a way to access a wider variety of SOAP endpoints in a relatively user-friendly way. Simply adding the appropriate JAR files to your MATLAB classpath would allow you to interactively create robust clients from the MATLAB command line. Has anyone tried this? Would someone please provide an example?

related questions