I need to call a https wsdl service from php. The original message error was:
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://xxxxx.svc?wsdl' : failed to load external entity "https://xxxx.svc?wsdl"
I did this:
- I actived in php.ini: extension=php_openssl.dll
- I copied: libeay32.dll and ssleay32.dll in System32
- My version of PHP is 5.3.9
And the message error says this:
SOAP-ERROR: Parsing Schema: can't import schema from 'http://xxx.svc?xsd=xsd0''
I read a lot of post with the similar errors, but anyone helps me.
I need your hepl