From kde-core-devel Sat Jun 23 15:41:57 2001 From: Rik Hemsley Date: Sat, 23 Jun 2001 15:41:57 +0000 To: kde-core-devel Subject: Re: SOAP <-> DCOP X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99331091707160 #if David Faure > On Saturday 23 June 2001 16:58, Martijn Klingens wrote: > > > BTW, having read all the docs and written some implementation, I've > > > decided that SOAP is a great protocol :) > > > > Can it (technically) replace e.g. DCOP in KDE 3? > > Yeah, sure, replace those short, binary-encoded messages, > with long xml-formatted messages over HTTP. > Definitely a win for performance (and security) :) Actually, SOAP isn't at all tied to HTTP. My implementation doesn't touch any HTTP at all. It just takes a QDomElement. Rik