in reply to Re^3: Error while receiving SOAP envelope from client
in thread Error while receiving SOAP envelope from client
Thanks for the original example.
If you've not worked it out by now, you need to add the following to httpd.conf :
<Directory "/var/www/html/soap">
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>