【发布时间】:2017-03-06 05:56:06
【问题描述】:
我正在尝试将以下 SOMA 命令发送到https://0.0.0.0:5550/service/mgmt/current
<soapenv:Envelope xmlns:dp="http://www.datapower.com/schemas/management" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<dp:request domain="default">
<dp:do-action>
<TCPConnectionTest>
<RemoteHost>host</RemoteHost>
<RemotePort>port</RemotePort>
</TCPConnectionTest>
</dp:do-action>
</dp:request>
</soapenv:Body>
</soapenv:Envelope>
但得到以下回应
<url-open xmlns:dp="http://www.datapower.com/schemas/management" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" >
<responsecode>500</responsecode>
<content-type>text/xml</content-type>
<headers>
<header name="Content-Type">text/xml</header>
<header name="Date">Mon, 06 Mar 2017 05:45:14 GMT</header>
</headers>
<response>
<env:Envelope>
<env:Body>
<env:Fault>
<faultcode>env:Client</faultcode>
<faultstring>Access Denied (from client)</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
</response>
</url-open>
请帮助如何获得访问权限。
【问题讨论】:
标签: xslt ibm-datapower