通过 SOLUUI 使用 SOMA 命令转动探头"Off/On"



谁能帮我用SOMA命令/消息关闭/打开数据电源中的探头。

谢谢和问候,斯里瓦萨·

我们可以使用以下 SOAP 消息

<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
 <soapenv:Body>

<dp:request xmlns:dp="http://www.datapower.com/schemas/management" domain="hubowner">
 <dp:modify-config>
    <XMLFirewallService name="Test">
        <DebugMode>off</DebugMode>
    </XMLFirewallService>
 </dp:modify-config>

  </dp:request>
 </soapenv:Body>
</soapenv:Envelope>

最新更新