BingAds / BingAds-Python-SDK

Other
116 stars 162 forks source link

campaign_service.factory.create('ns3:ArrayOfstring') Error #243

Closed Zyuhang17 closed 1 year ago

Zyuhang17 commented 1 year ago

@qitia hello can I get some help here on the ("Type not found: 'ns3:ArrayOfstring'") issue?

I followed the SDK instruction and here is the error message. It looks like something is missing from the suds packages when I try to execute this line: final_urls = campaign_service.factory.create('ns3:ArrayOfstring')

Thanks!

qitia commented 1 year ago
>>> from suds.client import Client
>>> c = Client('https://campaign.api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v13/CampaignManagementService.svc?wsdl')
...
ns4:ArrayOfstring
...
Zyuhang17 commented 1 year ago

thanks