通过 SOAPUI 使用 SOMA 命令转动探针 "Off/On"
Turning Probe "Off/On" using SOMA command through SOAPUI
任何人都可以帮助我使用 SOMA command/message 在 datapower 中打开 off/on 探测器。
感谢和问候,
斯里瓦萨 A
我们可以使用下面的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>
任何人都可以帮助我使用 SOMA command/message 在 datapower 中打开 off/on 探测器。
感谢和问候, 斯里瓦萨 A
我们可以使用下面的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>