Typically, on microsoft windows(sometimes linux), we got "I/O warning : failed to load external entity" and "Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from somewhere".
only xml lib is not enough, php-soap also need cURL, and openssl if you wants connect to https
Necesități
Această extensie necesită extensia PHP libxml. Aceasta înseamnă că e necesară de asemenea și indicarea opțiunii --enable-libxml , cu toate că aceasta este realizat în mod implicit deoarece libxml este activată implicit.
suchasplus at gmail dot com ¶
3 years ago
benero at gmail dot com ¶
2 years ago
If you use https, SOAP modules need to configure with openssl, otherwise will be catch a error like:
SOAP-ERROR: Parsing WSDL: Couldn't load from url
