[Xml-compile] my ($res, $trace) = $service->call('...') returning undef for $res

Mark Overmeer solutions at overmeer.net
Thu Sep 17 14:21:54 GMT 2015


* Matthew Horsfall (alh) (wolfsage at gmail.com) [150917 14:12]:
> I have a case where an API call is succeeding, $trace->printResponse()
> shows me what looks like a good response, but $res is undef and
> there's no warnings/errors even with Log::Report mode => 'Debug'.

DEBUG (all caps)
But that will enable some tracing, it is not on the protocol level.

> The request:
>   my ($res, $trace) = $service->call('CreateCreativeAsset',
> 
> The output of $trace->printResponse(pretty_print => 1); is attached.

Did you try to  print $trace->errors ?

Please send me a full dump of $trace (off list) 
     use Data::Dumper;
     $Data::Dumper::Indent = 1;
     print Dumper $trace;
-- 
Regards,
               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
       Mark at Overmeer.net                          solutions at overmeer.net
http://Mark.Overmeer.net                   http://solutions.overmeer.net




More information about the Xml-compile mailing list