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 :/