0
正在嘗試下面的SOMA命令發送至https://0.0.0.0:5550/service/mgmt/currentSOMA司令部的DataPower
<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>
請幫忙如何獲得訪問。
嗨安德斯, Thx的迴應。通過Auth頭後,可以訪問CML管理界面。 –