Re: MFC app, have always used raw SOAP/XML... need example API requests for v201109

2012-03-06 Thread Anash P. Oommen
Hi, An additional thing you can do is to download any client library, turn SOAP logging on (usually through the configuration file, for .NET this is app.config), and then run a code example. The SOAP xmls get saved to the SOAP log, and can be used as reference when building xml in your applica

Re: MFC app, have always used raw SOAP/XML... need example API requests for v201109

2012-03-05 Thread HughAJWood
Anash has posted me one example I have the same issue http://code.google.com/apis/adwords/community/?place=topic%2Fadwords-api%2FkVCSQExdGvw%2Fdiscussion Seeing other examples they all seem similar. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

MFC app, have always used raw SOAP/XML... need example API requests for v201109

2012-03-05 Thread wrestler
I have an MFC application (C++) that we have always coded up the XML requests for. We cannot migrate to .NET and do not use any libraries. For previous versions of the API, Google would provide XML examples, but we cannot find any for this latest version. Could someone point us to some examples