in reply to Re: SOAP Fault: No deserializer defined for array type
in thread SOAP Fault: No deserializer defined for array type
Hi there,
I've done a bit of exploration and found a solution.
I need to change my $report hash to something like this:
my $report = { 'name' => 'test', 'aggregationType' => 'Summary', 'startDate' => $startDate, 'endDate' => $endDate, 'campaigns' => 5214135, 'customOptions' => SOAP::Data->name(customOptions => qw/AveragePosition Clicks Cpc Keyword AdGroupId/), };
Thanks for the help.
|
|---|