Hallo,
by using web service my project is remotely controled. The mapping data will be transferred using the shared variables.
The shared variables work perfectly, but the responce on the xml page (outputs: web_master_resp, web_scene_resp, web_action_resp and error code) always returns the old values which happened at the last url activity.
For instance, after sending "http://localhost:8080/webcontrol/scene/action" and following "http://localhost:8080/webcontrol/scene_1/action_1" the xml returns "scene" on "web_scene_resp" and "action" on "web_action_resp"
what should i do to get the lastest values read?