http://www.perlmonks.org?node_id=817946


in reply to Re^4: 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

Hello and thank you for your answer!

If it is simply a warning, it shouldn't affect the program behavior and the code should execute itself correctly, isn't it?

When I call the client perl program, the server add the previous error/warning line in the error log and it seems that nothing is returned to the client (it should return "hello, world".)

I don't know what to do now to try to solve this problem :/

  • Comment on Re^5: Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value

Replies are listed 'Best First'.
Re^6: 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 18, 2010 at 09:24 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.