Closed robmckinnon closed 3 years ago
Allow a single bindingFile to be configured for the wsdl2java task.
bindingFile
wsdl2java
You can now optionally specify a JAXWS or JAXB binding file or XMLBeans context file like this:
wsdl2java { bindingFile = "${projectDir}/src/main/resources/binding.xjb" }
This adds a single -b binding-name parameter to the args passed to wsdlToJavaClass constructor.
-b binding-name
wsdlToJavaClass
I need to do this to raise theEnumMemberSizeCap limit, see README for details.
theEnumMemberSizeCap
Thanks, sorry for the looooong reaction time. I will prepare a new version soonish.
Allow a single
bindingFile
to be configured for thewsdl2java
task.You can now optionally specify a JAXWS or JAXB binding file or XMLBeans context file like this:
This adds a single
-b binding-name
parameter to the args passed towsdlToJavaClass
constructor.I need to do this to raise
theEnumMemberSizeCap
limit, see README for details.