If you need a soap client, just use suds. Rpclib's client functionality could be preferred only when:

1) You need faster xml parsing.
2) You can import server code from client. (Yes, that means you're making calls to an rpclib server)

(If speed is a concern, you shouldn't be using soap anyway, but that's another matter)
Ah, I didn't know it was made to create client code. Actually what I need is server code.
I understand now.


Thanks!



Wolfgang

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to