La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Appeler des services web depuis MATLAB via WSDL
Un document WSDL utilise un format standard pour décrire les opérations, arguments et transactions d’un serveur. Pour utiliser les API de serveur dans MATLAB®, utilisez la fonction matlab.wsdl.createWSDLClient
qui crée une classe MATLAB.
Fonctions
matlab.wsdl.createWSDLClient | Create interface to SOAP-based web service |
matlab.wsdl.setWSDLToolPath | Location of WSDL tools |
Rubriques
- Set Up WSDL Tools
This example shows how to find information to install the programs required to use a WSDL web service in MATLAB.
- Display a World Map
This example shows how to access imagery from the United States Geological Survey (USGS) National Map SOAP server.
- Access Services That Use WSDL Documents
How to access a service that uses WSDL documents.
- XML-MATLAB Data Type Conversion
MATLAB SOAP functions automatically convert XML data types used in SOAP messages to and from MATLAB types.
- Using WSDL Web Service with MATLAB
How to use a web service based on Web Services Description Language (WSDL) document technologies.
Résolution des problèmes
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.
Codes d’état W3C pour les erreurs HTTP