The wsdl download and parse, seems like, takes a long time. Well, at least for this web service we are trying to consume.

Is it possible to avoid this? We would use Client.clone() but that seems to have it's own problems.

Maybe pickle and then unpickle the object everytime?

Any help would be appreciated.