Hello.
I have found an issue with SOAP plugin inventory initialization.
There's an orchestrator appliance with SOAP plugin installed.
There's a SOAP host defined in SOAP plugin inventory. To access this host from action script I'm using the method "SOAPHostManager.getHosts()".
The issue appears after orchestrator service restart when the method SOAPHostManager.getHosts() returns an empty list (doesn't matter how many time has passed since restart was completed).
After I manually browse SOAP plugin inventory with orchestrator client, the issue disappears and "getHosts()" starts to work properly.
Is there any way to perform SOAP plugin inventory initialization automatically?
Thank you.