> You can go ahead and implement a SOAP interface on top of FCP or XML-RPC (or > fproxy, for that matter), if that's what you want to use for your project. > Other SOAP hackers, if any, would probably appreciate it.
It is pointless and wasteful to implement SOAP over XML-RPC or FCP. It should be implemented by directly calling the API. That's what the API is for, writing interfaces to the node. Layering protocols on top over each other when they're not designed to be layered (as opposed to, say, TCP over UDP) just wastes processing and gains nothing. _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
