DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SOMA Script for wsrr syncronization

    Posted Sat December 21, 2024 05:41 PM

    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
    ------------------------------


  • 2.  RE: SOMA Script for wsrr syncronization

    Posted Sat December 21, 2024 10:14 PM

    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
    ------------------------------