2
votes

Using Mule IDE version 3.2.3 to invoke JAX-WS web service. In the "Import WSDL" dialogue after entering the WSDL URL and package name the JAX-WS client generation fails with error message

Error generating from WSDL: Thrown by JAXB : A class/interface with same name is already in use. Use a class customization to resolve this conflict.

How do I specify jaxb customization in Mule IDE?

Mule IDE Import WSDLMule IDE JAXB error

1

1 Answers

0
votes

What you are covering with the black colour is key to resolve this issue. Are you sure you are not using a reserved class, or a package name already taken?

Just try with org.example.helloWorld and let us know if it still fails.