Buen día amigos nuevamente por aquí, para pedirles ayuda!!!
Esta vez estoy trabajando en un Webservice implementado con los módulos de Zend con SOAP y resulta que todo trabaja ok de manera local, pero cuando subo mi proyecto a un servidor, me da el siguiente error:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://xxxxx.xxx/soap/servidor.php?wsdl' : failed to load external entity "http://xxxxx.xxx/soap/servidor.php?wsdl" in /var/www/trunk/library/Zend/Soap/Client/Common.php:51 Stack trace: #0 /var/www/trunk/library/Zend/Soap/Client/Common.php(51): SoapClient->SoapClient('http://xxxx...', Array) #1 /var/www/trunk/library/Zend/Soap/Client.php(1032): Zend_Soap_Client_Common->__construct(Array, 'http://xxxx...', Array) #2 /var/www/trunk/library/Zend/Soap/Client.php(1188): Zend_Soap_Client->_initSoapClientObject() #3 /var/www/trunk/library/Zend/Soap/Client.php(1112): Zend_Soap_Client->getSoapClient() #4 /var/www/trunk/public/soap/cliente.php(24): Zend_Soap_Client->__call('Saludame', Array) #5 /var/www/trunk/public/soap/cliente.php(24): Zend_Soap_Client->Saludame('Copstone', 'es') #6 {main} thrown in /var/www/trunk/library/Zend/Soap/Client/Common.php on line 51
He revisado en muchos foros, pero en ninguno encunetro solución, he activado todas las librerias necesarias, pero aun persiste el problema, cuál es el problema??? me urge solucionarlo gracias de antemano.