I´m trying to build an "easiest to code" webservice in order to read/write to a mySQL DB.
I´ve got an HTTPS server
The provider already pointed to a client/server solution that works well ..although harder to adapt I believe.
Now I´m trying to run this next one:

http://lessons.livecode.com/s/lessons/m ... g-livecode
Which seems much easier to start, but doesnt run.
I guess this line has to be changed, and I tried entering my real server name www.***.com but without success.
The debugger itself returns the error:
button "Button": execution error at line 43 (Chunk: error in object expression) near "http://myrealserver.com:8081/livecode/samplexml1.php", char 8
(I tested https:// http://www... http:// ..without:8081/livecode/...)

How would I configure the stack so it does work ?
Tks for your time !!
