Main Content
Set Up WSDL Tools
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'
andcxf = 'YOUR_CXF_PATH'
, then call:matlab.wsdl.setWSDLToolPath('JDK',jdk,'CXF',cxf)