Main Content

使用 WSDL 从 MATLAB 调用 Web 服务

使用 WSDL(Web 服务描述语言)与 Web 服务通信

WSDL 文档使用标准格式来描述服务器的操作、参数和事务处理。要在 MATLAB® 中使用服务器 API,请使用 matlab.wsdl.createWSDLClient 函数,该函数会创建 MATLAB 类。

函数

matlab.wsdl.createWSDLClient创建基于 SOAP 的 Web 服务的接口
matlab.wsdl.setWSDLToolPathWSDL 工具的位置

主题

疑难解答

Error Handling

Troubleshooting programs accessing WSDL documents.

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.

用于 HTTP 错误的 W3C 状态代码

相关信息