wsdl2java icon indicating copy to clipboard operation
wsdl2java copied to clipboard

Error when using xmlbeans databinding

Open molok opened this issue 4 years ago • 0 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

molok avatar Apr 09 '20 10:04 molok