my $report = { 'name' => 'test', 'aggregationType' => 'Summary', 'startDate' => $startDate, 'endDate' => $endDate, 'campaigns' => 5214135, 'customOptions' => ['AveragePosition', 'Clicks', 'Cpc', 'Keyword', 'AdGroupId'], }; my $req = SOAP::Data->name("customReportJob", $report); $req->attr( { 'xsi:type' => 'impl:CustomReportJob', 'xmlns:impl' => $namespace } ); my $jobId = $service->scheduleReportJob($req, @headers); #### SOAP Fault: org.xml.sax.SAXException: No deserializer defined for array type {http://www.w3.org/1999/XMLSchema}ur-type for input "" (Error Code ) at reportservice-new.pl line 248.