Magento API SOAP-ERROR: Parsing WSDL: Couldn't load from '[url]/index.php/api/index/index/?wsdl=1' : Couldn't find end of Start Tag part line 56

后端 未结 2 1956
太阳男子
太阳男子 2021-01-25 12:16

When I go to [url]/api (where [url] is the url of my Magento), I get this response:






        
2条回答
  •  灰色年华
    2021-01-25 12:47

    I'm late but hope my reply will be useful for someone in future.

    I had exactly the same problem. I had installed Zend Server (PHP 5.3.9) and was getting the same error. I searched a lot and applied all available solutions but fails.... Finally, i installed wamp and then run 'Soap Client' script over there and it runs successfully.

    Then i reached on this point that Zend Server (PHP 5.3.9) has some default bug in 'Soap Client' Script. I uninstalled Zend Server (PHP 5.3.9) and installed Zend Server (PHP 5.4.11) and runs 'Soap Client' script over there. This time it runs successfully.

    Conclusion: Please use latest PHP version (Zend Server) or (Wamp Server) as, there is default 'Soap Client' bug in some PHP versions, one i mentioned above.

    Thanks, Kashif

提交回复
热议问题