On 12/17/10 11:49 AM, "Tomas Guisasola Gorham" <to...@tecgraf.puc-rio.br> wrote:
> No, I'm sorry. The clients we have don't consume WSDL >information. They were built by hand :-( Unfortunatelly, the WSDL >information provided by the servers we have to connect to are so weird >and useless that the effort to develop such a tool seems to be a waste :-( > Anyway, I can send you an example of a simple client. I think >Thijs Koerselman had worked with SOAP and WSAPI in case you prefer. Hi Tomas and all, Yes I'm using an adapted version of LuaSOAP to use the WSAPI protocol. I am now using it in an Orbit application with Xavante. I recently changed it some more to allow me to create multiple soap interfaces within the same application. In the original LuaSOAP code all methods are declared in a shared global structure, so I couldn't create multiple identical interfaces without name clashes (something my app required). I've made it so that all service methods are inside a object instance so they can co-exist. It's working but not finalized yet, maybe someday I can release it as some sort of forked LuaSOAP module. In the meantime if anyone is interested just let me know. Currently my focus and priorities are somewhere else. Cheers, Thijs _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/