DEV Community

Discussion on: Error - Exception occurred during code generation for the WSDL

Collapse
 
decker67 profile image
decker

I found this

<!-- https://mvnrepository.com/artifact/org.apache.ws.commons.schema/xmlschema-core -->
<dependency>
    <groupId>org.apache.ws.commons.schema</groupId>
    <artifactId>xmlschema-core</artifactId>
    <version>2.0.2</version>
</dependency>
Enter fullscreen mode Exit fullscreen mode

Maybe it is the wrong group id in your example. Do you need type pom, because I did not find it in the example.

Thread Thread
 
alinelsilva profile image
alinelsilva

Thanks for the help, it worked.

Thread Thread
 
decker67 profile image
decker

You're welcome!