Main Content

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

Utilizzo di WSDL con MATLAB

Comunicare con i servizi web utilizzando WSDL (Web Services Description Language)

Un documento WSDL utilizza un formato standard per descrivere le operazioni, gli argomenti e le transazioni di un server. Per utilizzare le API del server in MATLAB®, utilizzare la funzione matlab.wsdl.createWSDLClient che crea una classe MATLAB.

Funzioni

matlab.wsdl.createWSDLClientCreate interface to SOAP-based web service
matlab.wsdl.setWSDLToolPathLocation 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.

W3C per gli errori HTTP

Informazioni complementari