Skip to content

_setEndpoint() throws exception - self._sforce.wsdl.service not instantiated #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions