Main Content

Call Web Services from MATLAB Using WSDL

Communicate with Web services using WSDL (Web Services Description Language)

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

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