On Tue, Jun 16, 2009 at 4:06 PM, Jeff Orteljortel@redhat.com wrote:
You need to set the cache option to None in the Client constructor because that is when the wsdl and schemas are processed.
Try:
client = Client(url, cache=None)
That works!
Where does SUPS store cached data on Windows?
No idea although you should be able to find by searching for a suds directory. Can one of you windows users comment on this?
After a little digging, I managed to find this. It should be in something like C:/Documents and Settings/<username>/Local Settings/Temp/suds
Thanks for the help.
Chris