* Kit Peters ([email protected]) [150916 21:45]:
> Suppose I wanted to log all the requests / responses made with an
> instance of XML::Compile::WSDL11.  Would I use a transport hook for that,
> or is there another way?  I don't want the logging hook to clobber any
> existing transport hook the caller might define.

   my ($answer, $trace) = $wsdl->call(....);
   $trace->printResponse;  # etc  See XML::Compile::SOAP::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