* Matthew Horsfall (alh) ([email protected]) [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
       [email protected]                          [email protected]
http://Mark.Overmeer.net                   http://solutions.overmeer.net


_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

Reply via email to