Re: What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-09-04 Thread Anash P. Oommen
Hi Ibrahim, Could you kindly download the latest library from http://code.google.com/p/google-api-adwords-dotnet/downloads/list and try? You need to copy the App.config from the examples folder to your App.config and fill the credentials in it. There are lots of code examples under

Re: What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-08-31 Thread Ibrahim Ozturkcan
I have found lots of websites advising about Adwords API and best practices, *But there's no one page example of how to use Adwords API in the world.* I don't understand Why it has to be so difficult and non-friendly. Adwords API documents are terrible. Adwords API, .NET client is not working

Re: What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-06-29 Thread Anash P. Oommen
Hi, Please extract the response for the failed request and post it on this forum. You could do it in the catch() block. WebResponse response = ex.Response; // Read the contents from response.GetResponseStream(); Also, is there any reason why you are not using the AdWords API .NET client

What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-06-28 Thread Ibrahim Ozturkcan
private static void GetReports() { string authToken = GetAuthToken(); string requestXml = string.Format(@ ?xml version='1.0' encoding='utf-8'? soap:Envelope