bogdan rotariu - 2016-06-07
  1. download http://sourceforge.net/projects/nusoapforphp53/
  2. extract from zip ito its own directory called "nusoap-for-php5.3-0.7.3" which contains 2 other dirs
  3. go to c:\xampp\php or where you have installed your xampp
  4. open php.ini
  5. go to below lines and see where is the extension dir situated

; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
extension_dir="C:\xampp\php\ext"

  1. copy the "nusoap-for-php5.3-0.7.3" into "C:\xampp\php\ext"
  2. go to following line in the same php.ini:

;extension=php_soap.dll

  1. remove ";" from the front of the line
  2. save the php.ini