Ran into issues recently with IOMS on BO4. IIS Anonymous access is enabled on SharePoint root as well as on -layout AnalyticReporting and _vti AnalyticReporting.
IIS is set on NTLM mode. No port restrictions, sharepoint team. I suspect a windows updateor policy may have recently changed security functions, and No visibility to server.
Below is the java response. Support followed the admin guide and implemented SAP note 1667976. Anyone experience this issue?
Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl. It failed with:
Invalid WSDL https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl, expected {http://schemas.xmlsoap.org/wsdl/}definitions found html at (lineLine number = 4
Column number = 80
System Id = https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl
Public Id = null
Location Uri= https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl
CharacterOffset = 193
).
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown Source)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at com.businessobjects.services.coresdk.wsgateway.Gateway.<init>(Gateway.java:45)
at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.getGatewayPort(HTTPServerImpl.java:279)
at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.doProcess(HTTPServerImpl.java:184)
at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:171)
... 18 more
Caused by: javax.xml.stream.XMLStreamException: Invalid WSDL https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl, expected {http://schemas.xmlsoap.org/wsdl/}definitions found html at (lineLine number = 4
Column number = 80
System Id = https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl
Public Id = null
Location Uri= https://FQDN-Server-Name:443/_vti_bin/AnalyticalReporting/ServerGateway.svc?wsdl
CharacterOffset = 193
)
... 28 more