I’m not clear at all on how to call a web service from MatLab. I’m trying to apply this guide but I don’t understand several parts. For instance this.
- Where is is specified that it’s GET or POST?
- What is namespace?
- How am I supposed to provide the WSDL file I have?
I’m quite lost so any hint will be appreciated.
Since you want to use WSDL, you are working from the wrong documentation. You linked to a guide about SOAP.
To learn about WSDL, read this: Access Web Services That Use WSDL Documents. When you use MATLAB’s
createClassFromWsdl, you don’t need to worry about the SOAP implementation. The generated MATLAB class takes care of that.