PHP Error: Parsing WSDL: Couldn't load from... | Community
Skip to main content
February 26, 2015
Question

PHP Error: Parsing WSDL: Couldn't load from...

  • February 26, 2015
  • 1 reply
  • 922 views
I can access the WSDL via this URL in my browser:
    https://504-iva-042.mktoapi.com/soap/mktows/2_3?WSDL

But when the following executes I get the 'couldn't load from' error:
 

    $soapClient = new SoapClient('https://504-iva-042.mktoapi.com/soap/mktows/2_3?WSDL', $options);



Any tips?


TIA
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
February 27, 2015
Make sure you have either populated your local trusted certs or ignore cert validation.