vote up 0 vote down star

Using SUDS SOAP client how do I specify web service URL. I can see clearly that WSDL path is specified in Client constructor but what if I wan't to change web service url?

flag

60% accept rate

1 Answer

vote up 0 vote down

I think you have to create a new Client object for each different URL.

link|flag
But I'm passing WSDL url to Client constructor. What if WSDL and service have different URLs? – Sergej Andrejev Nov 4 at 20:01
The WSDL should contain all the details of the service URL. You just need one client object per wsdl and you shouldn't need to worry about the service url (as a client) – thrope Nov 4 at 20:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.