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 _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
