AdWords API Re: Google Adwords API v2009/09 .net Serializzation Issue

2009-11-03 Thread AdWords API Advisor
Hi Francesco, This looks like it may be an issue with the .NET client library. Please open a bug on the issue tracker for that library: http://code.google.com/p/google-api-adwords-dotnet/issues/list. Best, - Eric On Oct 30, 5:45 am, phatzimo francescosimones...@gmail.com wrote: This is the

AdWords API Re: Google Adwords API v2009/09 .net Serializzation Issue

2009-10-30 Thread phatzimo
This is the code that I'm using to make the call. You will not see any specific XML handling code because I'm using WCF and it hides all the SOAP/XML logic. string auth = GetAuthToken(email, password); SoapHeader header = new SoapHeader(); header.authToken = auth;

AdWords API Re: Google Adwords API v2009/09 .net Serializzation Issue

2009-10-29 Thread AdWords API Advisor
Hi Francesco, Can you post some of the code you are using the build your request? Best, - Eric Koleda, AdWords API Team On Oct 29, 1:56 pm, phatzimo francescosimones...@gmail.com wrote: Hi, I'm trying to call the new API using c# and WCF. I'm able to create a service reference using the