php - Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '< URL HERE >' : failed to load external entity -


i'm trying connect wsdl feed, works fine local machine (windows) not web server (linux). when attempt connection error:

uncaught soapfault exception: [wsdl] soap-error: parsing wsdl: couldn't load 'http://services.clfdistribution.com:8080/clfwebordering_test/webordering.asmx?wsdl' : failed load external entity

i've compared phpinfo readouts both machines , seems match except working 1 (local pc) php 5.5.36 , non-working 1 (web server) php 7.0.22

i've tried various fixes i've found , nothing seems work. other feeds work not 1 need connect to.

we have cpanel access no ability edit php configuration (host siteground).

this has been resolved - siteground blocking port 8080, once restriction removed worked fine.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -