lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jul 15, 2013 at 9:35 AM, Philipp Kraus <philipp.kraus@tu-clausthal.de> wrote:
can I run a webservice call inside a LUA script?

Of course, but you will have to be more specific. There's xml-rpc for Lua, and general XML and JSON parsers available to be used with LuaSocket.

(And be careful with the 'acronym' LUA around here - it's actually a word spelled Lua ;))