You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When instantiating / logging on through a partner wsdl, the call to
_setEndpoint() fails because the "service" attribute is not instantiated
in the suds Definitions object. There is a "services", but no "service"
in Definitions. I am running suds 0.3.7. This is the earliest version
available for download from the suds site.
Is the toolkit written for an earlier version of suds or is this just a
bug?
def _setEndpoint(self, location):
'''
Set the endpoint after when Salesforce returns the URL after
successful login()
'''
self._sforce.wsdl.service.setlocation(location)
self._location = location
Original issue reported on code.google.com by roberthe...@yahoo.com on 3 Nov 2009 at 3:37