Change web service url for a suds client on runtime (keeping the wsdl)

Posted by patanpatan on Stack Overflow See other posts from Stack Overflow or by patanpatan
Published on 2010-05-14T17:42:51Z Indexed on 2010/05/14 17:44 UTC
Read the original article Hit count: 159

Filed under:
|
|

Hi. First of all, my question is similar to this one

But it's a little bit different. What we have is a series of environments, with the same set of services. For some environments (the local ones) we can get access to the wsdl, and thus generating the suds client. For external environment, we cannot access the wsdl. But being the same, I was hoping I can change just the URL without regenerating the client. I've tried cloning the client, but it doesn't work.

© Stack Overflow or respective owner

Related posts about suds

Related posts about python