lua-users home
lua-l archive

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


Hi Tomas,

Do you have any idea when you will be able to release LuaSoap 3.0 and if it will be compatible with Lua 5.1 ?

It did another try (as I still have my requirement to consume some webMethod's webservices) but I'm still not able to install all dependancies : i.e. luasocket is 5.1 only, ...

Thanks

Laurent


From: Laurent FAILLIE <l_faillie@yahoo.com>
To: Laurent FAILLIE <l_faillie@yahoo.com>; Tomas Guisasola Gorham <tomas@tecgraf.puc-rio.br>; Lua mailing list <lua-l@lists.lua.org>; Lua mailing list <lua-l@lists.lua.org>
Sent: Wednesday, February 8, 2012 11:29 PM
Subject: Re: LuaSoap and argument containting an '&'

Hi,

I'm still trying to investigate the issue but using a SAG's webMethods provider this time (to be sure the problem doesn't come from PHP soap layer).

1/ Unfortunately, it doesn't work at all as webMethods' is providing an soap:Header before the body.

2/ As it seems this issue is solved with LuaSoap 3.0, I tried to update LuaSoap but I got some compatibility error with Lua 5.1.4 (sorry, I don't have noted the error I got).

3/ then I've tried to install Lua 5.2 from source + LuaSoap 3.0 + LuaSocket 2.0.2 still from source.
And this time, I've got following messages :

/home/laurent/Softs/bin/lua: error loading module 'socket.core' from file '/home/laurent/Softs/lib/lua/5.2/socket/core.so':
    /home/laurent/Softs/lib/lua/5.2/socket/core.so: undefined symbol: luaL_typerror
stack traceback:
    [C]: in ?
    [C]: in function 'require'
    /home/laurent/Softs/share/lua/5.2/socket.lua:13: in main chunk
    [C]: in function 'require'
    /home/laurent/Softs/share/lua/5.2/socket/http.lua:11: in main chunk
    [C]: in function 'require'
    /home/laurent/Softs/share/lua/5.2/soap/client.lua:13: in main chunk
    [C]: in function 'require'
    TstEcho:1: in main chunk
    [C]: in ?

So, all, in all, I'm not able to run LuaSoap on 5.2 and I can't test with webMethods at all.
I'm continuing to trace down this nasty error using old LuaSoap 2.0.2 ...

Bye

Laurent