I see a lot of questions about doing soap-requests to eboekhuis? (https://tst.eboekhuis.nl:443/cbwebs/CBWSCallEngine?WSDL)
Will anybody share his/hers solution. I'm stuck, I'm getting the error
"Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ..."
I turned the firewall out. In php.ini:
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
and
extension=php_openssl.dll
Looking forward to some answers.