wsdl2java icon indicating copy to clipboard operation
wsdl2java copied to clipboard

com.sun.istack.SAXException2: Instance of "..." is substituting "java.lang.Object", but "..." is bound to an anonymous type.

Open cdekker opened this issue 5 years ago • 0 comments

When using this wsdl2java implementation for Gradle, I am running into this issue when setting a field on a complex type that gets resolved into java.lang.Object instead of its correct complex type.

https://stackoverflow.com/questions/60306216/wsdl2java-missing-complex-element-type-generates-java-lang-object-argument-type

Could this be an issue with the plugin, or am I doing something wrong?

cdekker avatar Feb 19 '20 17:02 cdekker