nilsmagnus / wsdl2java

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

Jaxbexception: classes not present in jax context #136

Open wenky opened 1 year ago

wenky commented 1 year ago

The generated classes from wsdl2java are not added to jaxbcontext. We tried adding the package to context path and packages to scan, but no luck.

Could you help as it is blocker for us over a week..