Call Web Services from MATLAB Using WSDL
Caution
Calling Web services from MATLAB® using WSDL will be removed in a
future release. Use the MATLAB RESTful functions (webread
and webwrite) or the Call Web Services from MATLAB Using HTTP classes for writing
customized web access applications
instead.
Functions
matlab.wsdl.createWSDLClient | (To be removed) Create interface to SOAP-based web service |
matlab.wsdl.setWSDLToolPath | (To be removed) Location of WSDL tools |
Topics
- Access Services That Use WSDL Documents
How to access a service that uses WSDL documents.
Troubleshooting
Limitations to WSDL Document Support
RPC-encoded WSDL documents, documents that the Apache® CXF program cannot compile, and documents that import other WSDL documents that contain WSDL type definitions are not supported.
W3C status codes for HTTP errors