Hi,

I'm looking through the documentation and comparing it to the code produced 
by the WSDL for the AdWordsUserListService.

I've noticed a discrepancy that is causing errors in my code when calling 
the get function. I'm consuming the endpoint from a C# client.

>From what I can tell the ExpressionRuleUserList contains a Rule object, 
this in turn has an array of RuleItem objects.

Currently the WSDL is creating this as a multi-dimensional array which is 
causing the bug:

        private RuleItem[][] groupsField;

The documentation states that the relationship of these objects is actually 
as follows: Rule > RuleGroups[] > Rule Items[]

However there is no RuleGroups object defined in the WSDL. Not sure if this 
is a bug in the Adwords API wsdl.

Has anyone else had issues with this? Is there a proper solution to this?

My workaround is to change the Reference.cs automatically produced to make 
the RuleItem object an array.

Cheers.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b88d4116-6fa5-4a36-92f5-99841a84afd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • AdWordsU... Edward Grave
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... Edward Grave
        • ... Edward Grave
          • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
            • ... Edward Grave

Reply via email to