Re: Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
Finally got it. Just had to ask :-) Seems using correct namespaces are critical. Here's what works: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/o/ v201008" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201008"; xmlns:xsi="http://www.w3.o

Re: Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
I've moved some inches forward by examining recent examples posted to the forum and I no longer get the "Unmarshalling Error" with the XML request I've assembled (below). Now I get the error: RequiredError.REQUIRED @ selector What am I missing? http://schemas.xmlsoap.org/soap/ envelope/" xmlns

Unmarshalling Error for my XML for TargetingIdeaService

2010-10-20 Thread Daniel Kehoe
I'm trying to use TargetingIdeaService. I've assembled XML myself because the adwords4r Ruby client library requires the soap4r gem which doesn't support Ruby 1.9 (and soap4r has a reputation in the Ruby community as slow!). I've found the Ruby Savon gem which performs well and is well-documented.