Magnús ?ór Torfason wrote:

> I'd just call some setupcode and then
> 
> xmlrpcServer = new helma.xmlrpc.WebServer (555);
> 
> Which would cause a server to be started, listening on the URL
> 
> http://hostname:555/RPC2
> 
> handlers are added with
> 
> xmlrpcServer.addHandler ("handlername", new HandlerClass() );

Ah, I understand. 
I was wondering if it were possible to implement XMLRPC server
on top of Turbine itself. It should be possible to do this 
as a Screen class. I'm not sure how will ParameterParser
react to the content-type of post request being text/xml
insted of form/x-url-encoded (if I understand XMLRPC correctly)
but otherwise it looks quite easy.

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:[EMAIL PROTECTED]
+48 22 8534830 http://e-point.pl


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to