Called by the SOAP call implementation; not for normal users.
Returns the date string which represent the moment that the call was initiated.
Returns the time in seconds (with hires, sub-second detail) of a part of
the SOAP communication. Some values may be undef
. Elapse without
argument will return the total time elapsed.
As KINDs are defined encode
(the time required by the translator
build by XML::Compile::Schema to translate Perl into an XML::LibXML
tree), transport
, and decode
(from XML::LibXML tree into Perl)>.
The transport components are also provided separately, as stringify
(by XML::LibXML to convert a tree into text), connect
(for the network
message exchange by HTTP::Daemon), and parse
(parsing answer string
into XML)
See printTimings().
print $trace->elapse('decode');
Often contains an error message, when something went wrong. The message is returned as Log::Report::Exception. Only the first error is returned, use errors() to get all.
[2.31] When an $error is provided, it is added to the internal list of errors. The $error parameter may be a Log::Report::Exception, a Log::Report::Message or a simple string.
Returns the HTTP::Request object used for this SOAP call. This might be quite useful during debugging, because a lot of the processing is hidden for the user... but you may want to see or log what is actually begin send.
Returns the HTTP::Response object, returned by the remote server. In some erroneous cases, the client library will create an error response without any message was exchanged.
Returns the XML::LibXML::Document top node of the response: the parsed text of the content of the received HTTP message.
Returns the (platform dependent) time value which represent the moment
that the call was initiated. See Time::HiRes method time
.
The filehandle defaults to STDERR.
If you want to see more output, try adding <use Log::Report mode =
3;>>
Option | Default |
---|---|
pretty_print | 0 |
Option | Default |
---|---|
pretty_print | 0 |
Print an overview on various timings to the selected filehandle.