note 102371 deleted from soap.requirements by danbrown

[email protected] Thu, 10 Feb 2011 09:11:11 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: bty-adminf3 at trebly dot net 

----

To enable completely SOAP you can need to

-  uncomment (or write) in php.ini (extension section) the line :

;extension=php_soap.dll

(Check that the dll is well into your extension folder)

- if you will use https url to connect (SSL) you will need too to  uncomment (or write) in php.ini  (extension section) the line :

;extension=php_openssl.dll

(Check that the dll is well into your extension folder)

Trebly
B10210-03