Problem with java classes generation from wsdl

150 Views Asked by At

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.

0

There are 0 best solutions below