Main Content

Web Services withMATLAB

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 inThe Internet Engineering Task Force (IETF®)standards. For more information, seeUse HTTP with MATLAB.

The MATLABmatlab.wsdl.createWSDLClientfunction accesses server APIs based on a WSDL (Web Services Description Language) document. For more information, seeUse WSDL with MATLAB.

Categories