OBIEE server WSDL url is http://mysrvr:port/analytics/saw.dll?wsdl
From browser, When i hit above wsdl url from browser it will ask for credentials and then wsdl showed up.
but when i try to import same wsdl from SAOPUI, it will through error
WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://mysrvr:port/analytics/saw.dll?wsdl'.: org.xml.sax.SAXParseException: The declaration for the entity "HTML.Version" must end with '>'.
In Java, wsimport is also giving similar kind of error.
[ERROR] The declaration for the entity "HTML.Version" must end with '>'. line 31 of http://www.w3.org/TR/html4/loose.dtd
[ERROR] The declaration for the entity "HTML.Version" must end with '>'.
Failed to read the WSDL document: http://13.91.61.102:9502/analytics/saw.dll?wsdl, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not .
[ERROR] failed.noservice=Could not find wsdl:service in the provided WSDL(s):
At least one WSDL with at least one service definition needs to be provided.
Failed to parse the WSDL.
Things are pretty straight, if we hit url, it is returning html content not wsdl content. but my doubt here is why?
and how can i import WSDL in SOAPUI tool in this situation?
Generally with other OBIEE servers, I am not facing any issue.