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 -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
