Oracle BI Publisher:AXIS引擎找不到要调用的目标服务

时间:2014-08-21 12:41:59

标签: oracle publisher

我安装了BI Publisher Desktop并尝试登录到BI Publisher Server(通过Microsoft Excel插件)。 5秒后,我收到一条错误消息:“请联系管理员以获取您的用户名/密码”。在这种情况下,浏览器中的授权运行正常。 我运行Wireshark并捕获请求/响应:

请求:

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <loginResponse xmlns="http://xmlns.oracle.com/oxp/service/PublicReportService">
            <loginReturn>43908A031CE6DC73D61D77D39CB10948</loginReturn>
        </loginResponse>
    </soapenv:Body>
</soapenv:Envelope>

响应:

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode>
            <faultstring>The AXIS engine could not find a target service to invoke!  targetService is v2/SecurityService</faultstring>
            <detail>
                <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">MSKORABI03</ns2:hostname>
            </detail>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>

如何修复此错误?在此先感谢您的帮助!

0 个答案:

没有答案