[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: WebService
- From: Tomas Guisasola Gorham <tomas@...>
- Date: Tue, 8 Apr 2008 15:02:42 -0300 (BRT)
Is there a way to create a WebService in Lua to be consumed by a C# application?
Sure! We have some in use by a couple of applications.
We used CGILua and LuaSOAP (which uses lxp). I think there is an
example of a simple SOAP server in the distribution. We added code
to create the discovery and wsdl automatically, but I am not sure it
was commited to the CVS repository at LuaForge.
Regards,
Tomás