nilsmagnus / wsdl2java

Gradle plugin for generating java source from wsdl files
MIT License
143 stars 77 forks source link

Error when using xmlbeans databinding #109

Open molok opened 4 years ago

molok commented 4 years ago
wsdl2java {
    wsdlDir = file("src/main/resources/wsdl")
    wsdlsToGenerate = [
            ['-p', 'org.example', '-autoNameResolution', '-db', 'xmlbeans', "$projectDir/src/main/resources/wsdl/file.wsdl"]
    ]
    locale = Locale.ENGLISH
}

Execution failed for task ':wsdl2java'.

Could not find xmlbeans databinding within classpath