Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes option not working for multiple wsdl files #30

Open
vivekbdh opened this issue Nov 25, 2023 · 0 comments
Open

Includes option not working for multiple wsdl files #30

vivekbdh opened this issue Nov 25, 2023 · 0 comments

Comments

@vivekbdh
Copy link

vivekbdh commented Nov 25, 2023

I'm trying to generate classes from my multiple WSDL files with the following snippets of WSDL2JAVA code

id "com.github.bjornvester.wsdl2java" version "2.0.2"

wsdl2java {
    includes = [
            "src/main/resources/wsdl4.0/aflost.wsdl",
            "src/main/resources/wsdl4.0/process.wsdl",
            "src/main/resources/wsdl4.0/pdf.wsdl",
            "src/main/resources/wsdl4.0/totaris.wsdl"
    ]
    // Specify the WSDL file location
    wsdlDir.set(file('src/main/resources/wsdl4.0'))
    // Specify the package for the generated Java classes
    packageName = 'com.els.els_40'
    cxfVersion = "3.3.2"
    verbose = true
    useJakarta.set(false)
}

This is not generating any classes from wsdl files. Please note that if I don't add an includes option then it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant