Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello @all ,
I have a situation where i have catched the disconnected devices (thing) in datatable around 1000 . I need to loop over the
devices or records and give the soap call .(very slow and not recommended it will dry up sockets)
I thought to loop over 1000 devices and giving soap call is very slow process . So i have added a date property that is applicable to
all devices (things) . I want to change the date property over a period of time which in turn will call a soap service .
But what will trigger the date property that is i have added on each device (thing) to change to fire data change event and in turn call
my soap service and retrieve results from it .
Please suggest the possibilities .