Hi, I am trying to develop a flexsim application involving web comunication. As first attemp, i was trying to test some applications found in the forum, in particular the one described here.
Running the solution as it is, the system console will return two error messages in the form " Error 2.000000 has occurred. "
I think that the comunication is not working since tha server does not send any information back: the first call should write in Model/Tools/result the html page with random colors. Actually nothing is stored there, in particular printing the hexsadecimal code (at line 26) that should be taken from the html page is returning a white string:
string hexcolor = stringcopy(html, 1+stringsearch(html, colorprefixcode, 0)+stringlen(colorprefixcode), 6); print("hexcolor is", hexcolor);
hexcolor is