Main Content

Aufrufen von Web-Services aus MATLAB mittels WSDL

Kommunikation mit Webservices unter Verwendung von WSDL (Web Services Description Language)

Ein WSDL Dokument weist ein Standardformat zur Beschreibung der Operationen, Argumente und Transaktionen eines Servers auf. Verwenden Sie zur Nutzung der Server-APIs in MATLAB® die Funktion matlab.wsdl.createWSDLClient, die eine MATLAB-Klasse erstellt.

Funktionen

matlab.wsdl.createWSDLClientCreate interface to SOAP-based web service
matlab.wsdl.setWSDLToolPathLocation of WSDL tools

Themen

Fehlersuche

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-Statuscodes für HTTP-Fehler

Verwandte Informationen