Installation steps:
1) Download php-soap(NuSOAP for PHP) from http://sourceforge.net/projects/nusoapforphp53/
2) Open “php.ini” configuration file with an editor and find the “Directory in which the loadable extensions (modules) reside.”
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
extension_dir = "D:/xammp/php/ext"
3) extract the Step#1 downloaded file contents and place in the above DIR “ext”. It extracts into its own dir “nusoap-for-php5.3-0.7.3″. Just copy the whole dir in ” D:/xammp/php/ext”
4) In php.ini, look for uncomment the php_soap.dll extension for it to be load.
//find the line that looks like below
;extension=php_soap.dll
//un comment it as follows:
extension=php_soap.dll
Save edited php.ini file and Close it.
5) Finally , Restart server all services and reload the server configuration file.
But phpinfo not show the soap enabled, Screen short is collected from google , just image show for soap client enabled..
What is the solution??
In XAMPP Control Panel
Stop Apache Server
Click on Config
next to Apache
From dropdown select PHP (php.ini)
Ctrl+F to find ;extension=soap
remove ;
from the line.
Ctrl+S to save the file.
Start Apache again.
extension=soap