Web Services with MATLAB
Communicate with Web services from MATLAB® using HTTP (Hypertext Transfer Protocol) or WSDL (Web Services
Description Language)
The MATLAB HTTP interface provides classes for writing customized web access applications. The interface includes classes for messages, their headers and fields, and other entities defined in The Internet Engineering Task Force (IETF®) standards. For more information, see Use HTTP with MATLAB.
The MATLAB
matlab.wsdl.createWSDLClient
function accesses server APIs
based on a WSDL (Web Services Description Language) document. For more
information, see Use WSDL with MATLAB.
Categories
- Use HTTP with MATLAB
Communicate with Web services using HTTP (Hypertext Transfer Protocol)
- Use WSDL with MATLAB
Communicate with Web services using WSDL (Web Services Description Language)