Simulator Discussions

Having a problem with the OnTap 8.1 simulator

it_2
2,281 Views

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.

                                    

0 REPLIES 0
Public