Main Content
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 Call Web Services from MATLAB Using HTTP.
The MATLAB
matlab.wsdl.createWSDLClient
function accesses server APIs
based on a WSDL (Web Services Description Language) document. For more
information, see Call Web Services from MATLAB Using WSDL.
Categories
- Call MATLAB Functions Using REST Function Service
Create REST function services that allow client applications to call MATLAB functions
- Call Web Services from MATLAB Using HTTP
Communicate with Web services using HTTP (Hypertext Transfer Protocol)
- Call Web Services from MATLAB Using WSDL
Communicate with Web services using WSDL (Web Services Description Language)