Main Content

Set Up WSDL Tools

Caution

Calling Web services from MATLAB® using WSDL will be removed in a future release. Use the MATLAB RESTful functions (webread and webwrite) or the MATLAB HTTP interface instead.

This example shows how to find information to install the programs required to use a WSDL web service in MATLAB. You need supported versions of the OpenJDK™ or Oracle® Java® JDK™ and the Apache® CXF programs. These programs require several hundred megabytes of disk space.

  • Download and install OpenJDK™ from https://adoptium.net/.

  • Download and install Apache CXF software from https://cxf.apache.org/download. Choose the latest release of version 3.4.2.

  • Make note of the installation folders created by these programs. Set the paths to these variables, jdk = 'YOUR_JDK_PATH' and cxf = 'YOUR_CXF_PATH', then call:

    matlab.wsdl.setWSDLToolPath('JDK',jdk,'CXF',cxf)
    

See Also

| |

Topics

External Websites