Hi to all
I have tried to get SOAP scripts working but all I get is either a blank page or strange characters such as;
‹,ŽÁ Â0Dï~Å~A+/%DèM¼Ê6ÙÚ…&’‹_o£Þ†y0oÔ¡îjìz̸Å(QÕc×Üpc·: ÌšY<dv2Áé‰
I am loading the extension=php_soap.dll and also have the following in my php.ini;
[soap]
; Enables or disables WSDL caching feature.
soap.wsdl_cache_enabled=1
; Sets the directory name where SOAP extension will put cache files.
soap.wsdl_cache_dir="/tmp"
; (time to live) Sets the number of second while cached file will be used
; instead of original one.
soap.wsdl_cache_ttl=86400
I believe that this is correct but would appreciate any help as to what I am doing wrong.
Many thanks in advance.