in reply to Re^5: Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value
in thread Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value

use SOAP::Lite +trace => 'all';
SOAP::Trace
  • Comment on Re^6: Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value
  • Download Code

Replies are listed 'Best First'.
Re^7: Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value
by Anonymous Monk on Jan 19, 2010 at 15:16 UTC

    Thank you for your answer. It helped me to solve my problem. The problem was caused by a misspelling in the URI in the client program.

    Now everything is working well :)

    Best regards!

    Thank you again.