Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
Hi Anash, It's the version 12.3.0 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you ar

Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
I use the v201101 of the client library -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re : Re: Re : Re: Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-18 Thread Thomas D
I don't have much information with the error, only the message "internal server error (500).. It happen every time, I've checked in Adwords, but the account isn't created Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re : Re: Need help with Proxy authentication in C#

2011-07-18 Thread Thomas D
Hi Jo, The problem comes from the AdWordsUser constructor: it try to authenticate the user before applying the proxy settings... I use a method which get the authtoken and use another method to instantiate the AdWordsUser to solve the problem. To get the authtoken: public static string GetAut

Re : Re: Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-13 Thread Thomas D
Pete, I've checked out my tokens, they've been approved, and I'm sure to have switched to production environment. I use the authtoken generate by another method (wich work) in order to replace login and password in my soap header (I've tried with them too just to be sure) I'm working in C#

Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
Thank's a lot Pete I've got the same problem in live.. Is my Soap request correct? I don't have a lot of documentation about this function and I'm trying desperately to make it work Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
The error returned is: basis {System.InvalidOperationException} = {"The remote server returned an error: (500) Internal Server Error."} About the password, I work with the sandbox, so it doesn't matter. Hope you could help me Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
Hello, I try to create a new client account using v13 webservice (I have a reseller account) but I receive a 500 Error (it happened when my request is bad) Here is my webrequest: {0} {1} {2} {3}

Need help with Proxy authentication in C#

2011-07-07 Thread Thomas D
Hello, I'm trying to instantiate a new AdWordsUser, for that I use the App.Config file by changing the parameters: http://myproxy.mydomain:8080"/> in my Main method: static void Main(string[] args) { AdWordsUser user = new AdWordsUser(); } But when I run my project, I get an error 407: