On Mon, Dec 15, 2003 at 10:00:39AM +0800, Najib Ninaba wrote: > Has anybody here tried it? Or should I look into implementing a ZSI > plugin within Quixote? I haven't heard of anyone implementing SOAP under Quixote, but it shouldn't be difficult. See the xmlrpc() function in the quixote.util module to see how XML-RPC is implemented; SOAP support should be similar, except it'll use the SOAP package instead of xmlrpclib to decode the request. --amk