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 Oracle® Java® JDK™ and the Apache™ CXF programs. While the programs are available at no charge, they require several hundred megabytes of disk space.

  • Download and install the JDK software from the Java SE Downloads Web page. Use Java SE version 7u75.

  • Download and install Apache CXF software from the Apache CXF Web page. Choose the latest release of version 2.7.

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

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

See Also

External Websites

Was this topic helpful?