XML-RPC is possible?

# Giuseppe Luigi Punzi (14 years ago)

Merry Crishmas for all :D

I'm developing an application with a closed source development enviroment (thath uses QT 4.5), and I want to talk with a Drupal site, and for this, I need to use XML-RPC AFAIK.

I though to use Lua as an external and cross-platofrm option to do this, but this enviroment, is to build businness aplications specifically and offers me to do scripting through QT Scripting engine (ECMAScript), and I suppose is the best way to go (well, as long as possible). But I don't know where to start. I found Javascript libraries for XML-RPC, but I don't find how to "include" in a script to use it.

Some help is apreciated.

Thanks a lot and sorry for my english-spanish :D

# Erik Arvidsson (14 years ago)

The mechanism to include a script is outside the language. Different environments have different mechanisms to do this. For example, in HTML you include scripts using script tags.