At a substantial glance, this looks like it should work. That is, the SOAP request envelope looks correctly formatted and constructed for this request.
The only reasons I can think of is the domain name is not named exactly right (they are case sensitive), or the WSRRSubcription object name is not exactly right, or HEIWSRRSubscription is down or not configured correctly.
You may have to turn on internal debug logging on the "default" domain "default" (via Troubleshooting screen) to find the problem.
------------------------------
Joseph Morgan
CEO - Independent
Dallas TX
------------------------------
Original Message:
Sent: Sat December 21, 2024 05:40 PM
From: jhon cardenas
Subject: SOMA Script for wsrr syncronization
I need a soma script for WSRR synchronization, I am trying with this one but it is not working:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://www.datapower.com/schemas/management">
<soapenv:Header/>
<soapenv:Body>
<man:request domain="D_HIEServices">
<man:do-action>
<WsrrSynchronize>
<WSRRSubscription>HIEWSRRSubscription</WSRRSubscription>
</WsrrSynchronize>
</man:do-action>
</man:request>
</soapenv:Body>
</soapenv:Envelope>
------------------------------
jhon cardenas
------------------------------