- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SOAP API Endpoint not connecting in https
Hi Team,
We are using magento 1 after server migrated to 5.6 and ubuntu OS
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://myhost/index.php/api/v2_soap/index/?wsdl=1' : failed to load external entity "https://myhost/index.php/api/v2_soap/index/?wsdl=1"
Please do the needful.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SOAP API Endpoint not connecting in https
Hi,
Please go through the below URL's. It may help you to resolve the issue.
https://community.magento.com/t5/Programming-Questions/SOLVED-api-failing-to-load/td-p/10032
Problem Solved? Please give Kudos and accept answer as Solution.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SOAP API Endpoint not connecting in https
Hi,
I have the same error, but the problem is on cache level.
In my case, if you disable the cache you do not have the error.
This happen with the last patch and version of magento ee 1.14.3.7 not with the previos.
They added a new method to get service url and cache id.
Anyone solved this?