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 application.
I understand that since you are using C++ and we don't have a C/C++ client library, you are building these xmls on the fly. Just wondering, instead of hand-coding the SOAP xmls, have you considered using gSOAP for generating stub classes? http://www.cs.fsu.edu/~engelen/soap.html. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 5 March 2012 18:23:59 UTC+5:30, wrestler wrote: > > 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, or capture their output for a > request, strip any private info or replace it and post it or message me? > > Thanks! > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
