Estoy tratando d utilizar una api para conectar flex con magento, a la cual le envio un xml por medio d php y me responde con otro xml.
El problema recide en php ya q al probar la aplicacion me manda un error d esta manera:
Código :
<b>Fatal error</b>: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn\'t load from \'http://localhost/magento/index.php/api/index/index/wsdl/1/\' : Extra content at the end of the document in C:\\wamp\\www\\magento\\api.php:83 Stack trace: #0 C:\\wamp\\www\\magento\\api.php(83): SoapClient->SoapClient(\'http://localhos...\') #1 {main} thrown in <b>C:\\wamp\\www\\magento\\api.php</b> on line <b>83</b><br />
Alguien sabe a q se puede deber este error??
Ya instale las extensiones 'curl' y 'soap' de php.
he usado php versiones 5.2.9-2, 5.2.3, 5.3.0, 5.3.1
Uso wampserver.
La verdad ya no se q hacer
De antemano muchas gracias.