I have installed soap php by this command
yum install php-soap
below is the package information Package php-soap-5.3.3-46.el6_7.1.x86_64 already installed and latest version
after that i updated updatedb and located soap.so at location /usr/lib64/php/modules/soap.so
i have added extension in file /usr/local/lib/php.ini extension= "/usr/lib64/php/modules/soap.so"
after that i restarted apache httpd
service httpd restart
i cant see soap in php-info.. i double checked everything... i dont know what went wrong..