{"id":3030,"date":"2014-03-14T20:57:43","date_gmt":"2014-03-14T20:57:43","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/14\/uncaught-soapfault-exception-wsdl-soap-error-parsing-wsdl-couldnt-load-from-http-88-xxx-xxx-xxx8080-collection-of-common-programming-errors\/"},"modified":"2014-03-14T20:57:43","modified_gmt":"2014-03-14T20:57:43","slug":"uncaught-soapfault-exception-wsdl-soap-error-parsing-wsdl-couldnt-load-from-http-88-xxx-xxx-xxx8080-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/14\/uncaught-soapfault-exception-wsdl-soap-error-parsing-wsdl-couldnt-load-from-http-88-xxx-xxx-xxx8080-collection-of-common-programming-errors\/","title":{"rendered":"Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL Couldn&#39;t load from &#39;http:\/\/88.XXX.XXX.XXX:8080\/-Collection of common programming errors"},"content":{"rendered":"<p>I&#8217;m having trouble calling a web service from php. With my personnal website, nothing wrong. But when i try from my dedicated server :<\/p>\n<p>Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn&#8217;t load from &#8216;http:\/\/88.XXX.XXX.XXX:8080\/SongBoxServeur\/GestionSongBox?wsdl&#8217; : failed to load external entity &#8220;http:\/\/88.XXX.XXX.XXX:8080\/SongBoxServeur\/GestionSongBox?wsdl&#8221;<\/p>\n<p>The same .php on my website and dedicated server :<\/p>\n<pre><code> function __construct( $_ip, $_num_serie) {\n $this-&gt;ip = $_ip;\n$this-&gt;num_serie = $_num_serie;\n$this-&gt;soap = new SoapClient(\"http:\/\/\".$this-&gt;ip.\":8080\/SongBoxServeur\/GestionSongBox?wsdl\",array(\n                                    'trace' =&gt; true,\n                                    'exceptions' =&gt; true));\n                                    }\n<\/code><\/pre>\n<p>What could the problem be? (soap is enabled on both) Thx in advance<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m having trouble calling a web service from php. With my personnal website, nothing wrong. But when i try from my dedicated server : Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn&#8217;t load from &#8216;http:\/\/88.XXX.XXX.XXX:8080\/SongBoxServeur\/GestionSongBox?wsdl&#8217; : failed to load external entity &#8220;http:\/\/88.XXX.XXX.XXX:8080\/SongBoxServeur\/GestionSongBox?wsdl&#8221; The same .php on my website and dedicated server : function [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3030","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3030"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3030\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3030"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}