0
How can ı fix 
'Fault' is already defined
[ERROR] file:Services.wsdl [16541,13]: (related to above error) the first definition appears here

pom.xml cxf plugin: [1]: https://i.stack.imgur.com/Or3q3.png

Roland Weisleder
  • 9,668
  • 7
  • 37
  • 59

1 Answers1

0

If you can share the wsdl great but, with the little information I can say, that you have defined an Element/Method twice or you have an import which is not namespaced correctly and is pulling in the same definition.

Occlumency
  • 149
  • 2
  • 9