Web Services with MATLAB
R2026bCommunicate with Web services from MATLAB® using REST function services or HTTP (Hypertext Transfer
Protocol)
You can create MATLAB REST function services that allow client applications to call user-defined MATLAB functions over the HTTPS protocol. For more information, see Call MATLAB Functions Using REST.
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.
Categories
- Call MATLAB Functions Using REST
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)