I'm trying to verify a product for OnTap 8.1 using the simulator, and some code that works against all previous versions is failing. The C# code looks like this:
NaElement elem = GetClonePollCommand(cloneid);
NaElement info = elem.GetChildByName("status").GetChildByName("ops-info");
The GetChildByName("status") is returning null, so the code bombs. Has the api changed? Does simulator have a bug?
TIA.