I am looking at the soaplib python module (it comes with standard ubuntu 9.04). I have used xmlrpclib extensively in the last years but now I am curious about soap. writing servers with soaplib is acceptably easy, I assume writing clients should be even easier.
in my impatience I can't find a way to make use of introspection. do I really need to describe each and every method in the server in order to define the client ( http://trac.optio.webfactional.com/wiki/Client )?
I find this difficult to believe, but I can't find any significant web page holding my three search terms: python soap introspect...
so the question sounds: can I use Python soaplib to access just any remote web service of which I only know the URL? and how do I do that?
am I or is the library missing something?