nilsmagnus / wsdl2java

Gradle plugin for generating java source from wsdl files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when using xmlbeans databinding

molok opened this issue · comments

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