durusmail: quixote-users: Implementing SOAP in Quixote
Implementing SOAP in Quixote
2003-12-15
2003-12-17
2003-12-17
Implementing SOAP in Quixote
A.M. Kuchling
2003-12-17
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


reply