Skip to content

suds.MethodNotFound: Method not found: 'CustomerService.CustomerServiceInterfacePort.get' #169

@papaben

Description

@papaben

The WSDL for version https://adwords.google.com/api/adwords/mcm/v201609/CustomerService?wsdl does not define a get method. The example code found in the releases https://github.com/googleads/googleads-python-lib/releases/tag/4.8.0 --> adwords_python2_examples/create_adwords_client_without_yaml.py makes a call to that method on line 50, which results in a suds exception.

suds.MethodNotFound: Method not found: 'CustomerService.CustomerServiceInterfacePort.get'

I searched through the service binding, but didn't find a suitable substitute method. =/ Maybe getCustomers()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions