We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to generate classes from my multiple WSDL files with the following snippets of WSDL2JAVA code
This is not generating any classes from wsdl files. Please note that if I don't add an includes option then it works fine.
The text was updated successfully, but these errors were encountered: