Skip to content

Overview

JavaScript sources can be generated from a single WSDL or several WSDL documents. This is accomplished through the wsdl2js tool provided by the Apache CXF project.

The generated JavaScript sources can then be compiled and used in your JavaScript applications to interact with Web services or published as a module for reuse in other JavaScript applications or libraries.

The plugin provides type-safe configuration that maps to the underlying wsdl2js tool options.

TIP

Check out Apache CXF - JavaScript Clients for more details.

Released under Apache 2.0 license