Re: [Gambas-user] XMLRPC-Server

2017-05-25 Thread PICCORO McKAY Lenz
umm thanks for ! and tht means that a cgi based XMLRPC server may be complicated to make.. in any case, many thanks for the files.. jajaja I feel very sorry,with German family and I am the only one who does not speak the language Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] XMLRPC-Server

2017-05-25 Thread Hans Lehmann
Hello Lee, Hi Gerhard (PICOORO), I have now installed a PHP XMLRPC server (version 3) on my local Lighttpd web server - it is just a PHP file and two necessary PHPXMLRPC libraries - and call the defined service with a Gambas XMLRPC client. It works well. Sincerely Hans

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread T Lee Davidson
On 05/24/2017 04:52 AM, Hans Lehmann wrote: > > Hello Lee, >> RpcServer.Listen relies on ServerSocket which is part of the gb.net >> component. The documentation does not specify that gb.net is >> required for gb.xml.rpc, but it apparently is. > That's exactly. The missing components were added.

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread PICCORO McKAY Lenz
2017-05-24 4:52 GMT-04:00 Hans Lehmann : > The source code for the XMLRPC client and the XMLRPC server is attached. > The project works - but unfortunately not as a web service - only locally. > Where is the error? What should I do? > great Excellent effort! The web services

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread Hans Lehmann
Hello Lee, RpcServer.Listen relies on ServerSocket which is part of the gb.net component. The documentation does not specify that gb.net is required for gb.xml.rpc, but it apparently is. That's exactly. The missing components were added. Thanks for the hint. The source code for the XMLRPC

Re: [Gambas-user] XMLRPC-Server

2017-05-23 Thread T Lee Davidson
Hello Hans, RpcServer.Listen relies on ServerSocket which is part of the gb.net component. The documentation does not specify that gb.net is required for gb.xml.rpc, but it apparently is. On 05/23/2017 07:55 AM, Hans Lehmann wrote: > Hello, > > I'm currently experimenting with the gb.xml.rpc

[Gambas-user] XMLRPC-Server

2017-05-23 Thread Hans Lehmann
Hello, I'm currently experimenting with the gb.xml.rpc component. An XMLRPC client works well (see archive attached). Now I would like to offer on the installed Web server Lighttpd (under Mint 17.1) a webservice (XMLRPC server) and via the XMLRPC client call. The following source code for