[Soap-Python] SUDS problems

Burak Arslan burak.arslan at arskom.com.tr
Mon Sep 26 11:34:54 CEST 2011


On 09/26/11 12:28, azurIt wrote:
> Sorry but i don't understand what 'application' parameter should be. It seems to be (from your example) an server application object but client application won't have access to it's source. Can you, please, exaplain it ? Thank you.

yes, that's the server application object. rpclib does not parse wsdl,
so it needs the server application object to run the client. that's what
I meant when I said """

use rpclib soap client if you can live without having your wsdl parsed.

"""

try http://rslib.sourceforge.net/ as a last resort.

it's unmaintained, alpha status and undocumented but it might just work.

burak




More information about the Soap mailing list