How the read a webservice wsdl over https
I have to generate a webservice client in ivy7.2 (CXF) where the wsdl is only accessable over https.
The WebsService class generation crahes with a mysterious exception:
org.apache.cxf.tools.common.ToolException: org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition https://geres.bedag.ch/schemas/20180101/GeresResidentInfo_v1801.wsdl: https://.....wsdl: WSDLException (at /definitions/types/xs:schema): faultCode=PARSER_ERROR: Problem parsing 'http://geres.bedag.ch/schemas/20180101/GeresResidentInfo.xsd'.: 'http://.....xsd'.: org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.