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

Anonymous
Not applicable

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

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
Tags (1)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

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

Make sure you have either populated your local trusted certs or ignore cert validation.