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


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

Now that you've properly configured Apache it is executing the script and experiencing a problem. What does the error_log say? Do you have the required modules installed on this server? Also, check this reply for more CGI debugging advice.

  • Comment on Re^3: 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^4: Problem with SOAP::Lite, getting the output from the SOAP server as a complete program and not the return value
by sabertooth (Initiate) on Jan 09, 2010 at 14:00 UTC

    Well yes I did install all the modules that were required.

    This is what the error log says client 127.0.0.1 Use of uninitialized value $ENV{"HTTP_TRANSFER_ENCODING"} in pattern match (m//) at /usr/local/share/perl/5.10.0/SOAP/Transport/HTTP.pm line 530

    Moreover se linux is not enabled as I'm using Ubuntu. Also my shell scripts do run as the current user. Moreover I'm executing things as the root user.

        Hi, But then that is the only error/warning that is logged. What can be the reason of a 500 internal error. Just can't figure this one out.