Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-02 Thread HughAJWood
Thank you for the suggestion, I will take a look over the weekend and see if I can learn what I need. The implementation for what I need is pretty simple only actually editing adverts to change price, so I think hopefully I might have it in a beta mode by mid next week. Thank you for the help!

Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-01 Thread HughAJWood
Cheers chap, I see where I didn't understand the documentation now I should fly through the rest. On Nov 30, 4:33 pm, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi, You can ignore Ad.Type. It is meant to help dynamic languages deserialize a type correctly at runtime. You should

Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-01 Thread Anash P. Oommen
Hi, One easy way to get the xml templates is to download a client library, turn its SOAP logging on and write a test script (or you could use one of the code examples available with the library distribution. Since you are on ASP, I'd recommend the Adwords API .NET library

Re: Using as raw XML, just not used to SOAP or Google documentation

2011-11-30 Thread Anash P. Oommen
Hi, You can ignore Ad.Type. It is meant to help dynamic languages deserialize a type correctly at runtime. You should specify xsi:type as TextAd at the ad level instead. See http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.TextAd.html#Ad.Type for details. Also see a

Using as raw XML, just not used to SOAP or Google documentation

2011-11-29 Thread HughAJWood
I am using Classic asp on my website and I can't alter the technology for quite a while so I am attempting to work out the documentation. The part I am stuck on is Ad.Type in the v201109 api. The XML: ?xml version=1.0 encoding=UTF-8? soap:Envelope