Costas Malamas wrote:
> I am not following (as I said I am a SOAP newbie); you're
> pointing me to the
> XMLRPC servlet, but I am looking for a SOAP servlet.  I am
> aware that SOAP
> and XML-RPC are related but can a SOAP client (which is my customer's
> requirement) talk to a SOAP server?
> 

Webware doesn't have any SOAP support at the moment.  I imagine that it
wouldn't be too hard to follow the example of XMLRPCServlet and add a
similar SOAPServlet.

One question you'll have to answer is which Python SOAP library do you want
to base it on; there are several floating around out there.

And then it would be a good idea to test your implementation with several
different SOAP clients to make sure it's combatible.  (I don't even know if
XMLRPCServlet has been tested with anything other than Python's xmlrpclib as
a client...)

- Geoff


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to