durusmail: quixote-users: Implementing SOAP in Quixote
Implementing SOAP in Quixote
2003-12-15
2003-12-17
2003-12-17
Implementing SOAP in Quixote
Dave Kuhlman
2003-12-17
On Wed, Dec 17, 2003 at 09:59:22AM -0500, A.M. Kuchling wrote:
> 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.

Following along with amk's suggestion to do something analogous to
the XML-RPC support already in Quixote -- If the original poster has
not already seen it, be sure to look at the document
"Implementing Web Services with Quixote" at:

    http://www.mems-exchange.org/software/quixote/doc/web-services.html

Dave

--
Dave Kuhlman
dkuhlman@rexx.com
http://www.rexx.com/~dkuhlman


reply