Re: v201003/InfoService access error

2010-08-13 Thread Robert
I found a well-formated XML sample code: http://groups.google.com/group/adwords-api/browse_thread/thread/cb1800ac785f344b I will publish my Pascal/C source code to help other... Robert -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: v201003/InfoService access error

2010-08-13 Thread Robert
Hi Anash, great, it works! Thank you. Could you help me again? I have to migrate our old in-house adwords API tool (based on v12) to the v201003. Could you or somebody else post a XML code how to get the KeywordVariations of one keyword including advertiserCompetitionScale, avgSearchVolume, langu

Re: v201003/InfoService access error

2010-08-12 Thread AdWords API Advisor
Hi Robert, Here's a sample soap log for the request I captured from the .NET client library. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.google.com/api/a

Re: v201003/InfoService access error

2010-08-12 Thread Robert
Hi Anash, thank you for your answer! I tried it (and I tried /info/v201003). But I get the same error. Perhaps someboddy can post a valid XML data for a apiUsageType query here? Then I can use this XML code (with my credentials). Best regards, Robert http://schemas.xmlsoap.org/soap/ envelope/

Re: v201003/InfoService access error

2010-08-11 Thread AdWords API Advisor
Hi Robert, Could you try adding the namespace definitions at the method level too? Something like: https://adwords.google.com/api/ adwords/cm/v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ... Let me know if this fixes your issues. Cheers, Anash P. Oommen, AdWords API Advis

v201003/InfoService access error

2010-08-11 Thread Robert
I POST to https://adwords.google.com/api/adwords/info/v201003/InfoService the following data: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201003"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ... ... Ad