Tomas,

Thank you for your response.

After studying server.lua at length (the sample SOAP server) and also the
documentation for CGILua, I'm not understanding how you were setting
up test.lua as a CGI Lua Script. There's a very helpful test script,
test.lua, which outputs a HTML table with seemingly all the relevant CGI
variables shown. This tells me I'm close. But what initialization needs to
take place such that server.lua gets invoked when a SOAP request comes in?

(Suggestion: a couple of sentences explaining this at the beginning of the
source file would be so helpful)


On Wed, Dec 9, 2009 at 3:54 PM, Tomas Guisasola Gorham <
to...@tecgraf.puc-rio.br> wrote:

>        Hi Walter
>
>
> On Tue, 8 Dec 2009, walter wilkinson wrote:
>
>> I have the needed Lua (5.1)  Soap modules loading without errors (Socket,
>> Expat, Soap, etc) but don't know what to do next to get the tests working
>> (test.lua and test.http.lua). If executed directly they just run to the
>> end
>> and print out 'OK'. Is there more to it?
>>
>        No, they are just Ok :-)
>
>
>  Also I'm puzzled as to how to test the sample Soap server provided. Under
>> a
>> localhost, what would be a URl to use the stock price demos, and print out
>> the returned XML? And what URL would one use to see the
>> automatically-generated WSDL?
>>
>        The server is a sample, because it depends on a Web server.
> The sample was developed to be used as a CGILua script, where you can
> register functions to answer the requests.  There is no automatically-
> generated WSDL.
>        I am using LuaSOAP successfully in a production environment, with
> CGILua and Apache.  We provide services as well as use others with the
> client module (using both HTTP and HTTPS).  They seem to work well, but
> I have to confess we do not tried to implement the whole specification.
>        Please feel free to contact me for more information.
>
>        Regards,
>                Tomás
> _______________________________________________
> Kepler-Project mailing list
> Kepler-Project@lists.luaforge.net
> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
> http://www.keplerproject.org/
>
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to