lua-users home
lua-l archive

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




On Wed, Oct 14, 2009 at 12:38 PM, Tomas Guisasola Gorham <tomas@tecgraf.puc-rio.br> wrote:

What is going on here? Am I trying to use an outdated version of LuaSOAP?
       Sure, you have a wrong version.  The future version will have
a file client.lua (instead of http) which allows HTTP over LuaSocket's
socket.http module and HTTPS over LuaSec's ssl.https module.  In the
new architecture, it would be simple to add another communication layer
by providing a function with the same interface as socket.http.request()
or ssl.https.request().
       I am attaching the distribution file (beta version), so you can
check if it works.  Let me know if something goes wrong.


Thanks a lot Tomas. I'll give it a try and let you know in case anything goes wrong. I just got the old LuaSOAP to compile, but I'll use this one instead. 

All the best,
Thijs