Hi all, I am successfull running an xmlrpc standalone server but now I'd like to run my xmlrpc server embedded in the Apache webserver, is it possible? I can't find an example how to do it. This page http://ws.apache.org/xmlrpc/server.html says:
The XML-RPC library can be embedded into any Web server framework that supports reading HTTP POSTs from an InputStream.
but how can I do this? Thanks in advance!
Lorenzo
