Class Wsdl2JsOptions

    • Method Detail

      • getWsdl

        @Input
        public Property<String> getWsdl()
        Specifies the WSDL document from which JavaScript is generated from
        Returns:
        wsdl file
      • getWsdlVersion

        @Input
        @Optional
        public Property<String> getWsdlVersion()
        Specifies the WSDL version the tool expects.

        If not set, wsdl2js defaults to WSDL1.1.

        Returns:
        wsdl version
      • getPackagePrefixes

        @Input
        @Optional
        public ListProperty<Wsdl2JsOptions.UriPrefixPair> getPackagePrefixes()
        Specifies a mapping between the namespaces used in the WSDL document and the prefixes used in the generated JavaScript.

        The format is URI=prefix. In other words: [wsdl namespace]=prefix

        Returns:
        package prefixes
      • getValidate

        @Input
        @Optional
        public Property<String> getValidate()
        Enables validating the WSDL before generating the code.
        Returns:
        validate WSDL
      • getVerbose

        @Input
        @Optional
        public Property<Boolean> getVerbose()
        Enables or disables verbosity. When enabled, displays comments during the code generation process.
        Returns:
        verbosity indicator
      • getQuiet

        @Input
        @Optional
        public Property<Boolean> getQuiet()
        Enables or disables quiet mode. When enabled, suppresses comments during the code generation process.
        Returns:
        quite mode enablement
      • getOutputDir

        @OutputDirectory
        @Optional
        public DirectoryProperty getOutputDir()
        Specifies the directory the generated code files are written.

        If not set, the convention is "$buildDir/$taskName-wsdl2js-generated-sources"

        Returns:
        output directory