[Soap-Python] rpclib/soaplib with WSDL parsing

Wolfgang Sourdeau wsourdeau at inverse.ca
Tue May 1 18:16:34 CEST 2012


>
> 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



More information about the Soap mailing list