Well, figured out that I’ve done everything the hard way once again
I overlooked XML-RPC when making the XML data exchanges for Onevillage and its CRM and user servers. Basically reinventing the wheel. If you ever need to get content moved and executed remotely, I suggest looking into XML-RPC, and saving yourself from writing up XML master and slave functions.
Found a pretty good introductory crash course on it, all makes 100% sense. Check it!! I just can’t believe I overlooked this before. Gotta keep up to date!
I remember hearing something about XML-RPC before I started my bridges, but thought it would be a waste of time to learn it as what I had to do was quite straight forward. Server sends command over XML to slave, slave interprets it, and executes function… Which is EXACTLY what XML-RPC does, just probably more efficiently
BEH!
