Question
Write an external data with Java
Hi,
Could anyone tell me how I can write a service with java? It is a simply bool value (true, false) and I found it, but it is not working:
$scope.app.mdl.Avtis_BudapestThing.svc.SetAnimation.data = 'true';
SetAnimation is the name of the service. If I use a button "click" action then it is working, but I want to write it automatically after some seconds with java.
Many Thanks
BJ

