I have a issue when I am trying to consume theV2009 AdwordCampaign
Service API in my dot NET application.
I am using production URLs of campaign service in my Application
Production:
https://adwords.google.com/api/adwords/cm/v200906/
CampaignService?wsdl
I have added the web reference to my application and named as
"GoogleCampaignServiceV2009"
and tried to create object for the campaign service as below
GoogleCampaignServiceV2009.CampaignService CampService = new
GoogleCampaignServiceV2009.CampaignService();
I am getting an error which i am mentioning below while trying the
same
Types 'System.Web.Services.Protocols.SoapHeader' and
'GoogleCampaignServiceV2009.SoapHeader' both use the XML type name,
'SoapHeader', from namespace '
https://adwords.google.com/api/adwords/
cm/v200909'. Use XML attributes to specify a unique XML name and/or
namespace for the type.
Please look into it and let me know if I am missing anything.
Thanks and regards,
Susan