米ain Content

Use WSDL with米ATLAB

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

A WSDL document uses a standard format to describe a server's operations, arguments, and transactions. To use the server APIs in MATLAB®, use thematlab.wsdl.createWSDLClientfunction, which creates a MATLAB class.

Funzioni

matlab.wsdl.createWSDLClient Create interface to SOAP-based web service
matlab.wsdl.setWSDLToolPath Location of WSDL tools

Argomenti

Risoluzione dei problemi

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.

W3Cstatus codes for HTTP errors

Informazioni complementari