When I try to access the API, i get an error, i start the connection with this:
$api = new SoapClient(BASE_URL."/api/?wsdl");
Note: The URL is fine.
I've been making a plugin, and it worked on my 1.7.0.2 version, but now I tried on a 1.7.0.2 version in another person Magento, and it reports an error.
a:5:{i:0;s:152:"SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://WEBSITE.com//api/?wsdl' : failed to load external entity "http://WEBSITE.com//api/?wsdl"
";i:1;s:3536:"#0 /var/www/clients/client20/web25/web/app/design/adminhtml/default/default/template/moloni/classes/core.class.phtml(283): SoapClient->SoapClient('http://WEBSITE...')
When I try to access that page, if i'm logged in the backoffice, the XML api file show's up well, but if I start a private session, it doesn't return nothing.
Thank you