I recompile echo service in axis2c-bin-1.0.0-linux folder without making any modifications. I use a php client for this service. After replacing the .so file in the service folder following error showed in the browser window.
Fatal error: Uncaught SoapFault exception: [HTTP] Error Fetching http headers in /opt/lampp/htdocs/soap/1.php:28 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'http://localhos...', 'ns1:echoString', 1, 0) #1 /opt/lampp/htdocs/soap/1.php(28): SoapClient->__call('echoString', Array, Array) #2 {main} thrown in /opt/lampp/htdocs/soap/1.php on line 28
another error is displaying in the server window (that is console window) saying Aborted (core dumped). It's attached with this. And php file is attached.
please help me on that problem,