'Problem with java classes generation from wsdl
I am trying to generate Java classes from this WSDL https://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?wsdl. I tried to do it with wsdl2java util, wsimport util but I get an error all the time:
Fail to create wsdl definition: WSDLException: Problem parsing 'http://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?wsdl=../Faults.wsdl' The element type "hr" must be terminated by the matching end-tag "/hr".
I also tried to do it with different Maven plugins - same result.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|