typogento SOAP API error

View: New views
2 Messages — Rating Filter:   Alert me  

typogento SOAP API error

by roxanne-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello list,

I would like to know if anybody has a clue as
to what is the problem here. The error I get is this:

"SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from
'http://myhost.com/magento/api/soap/?wsdl' "

I am with TYPO3 4.2 and Magento 1.2.3.1

I have tested on another computer and the error comes up after
recompiling PHP-5.2.10 with soap enabled. Could it be the Zend
server?

Roxanne


_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: typogento SOAP API error

by Dmitry Dulepov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

roxanne wrote:
> "SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from
> 'http://myhost.com/magento/api/soap/?wsdl' "
>
> I am with TYPO3 4.2 and Magento 1.2.3.1

This is not TypoGento but Magento error. Their code uses file functions to load URLs. On most hosts this is disdabled due to security reasons. This was reported to Magento team more than a year ago but they do not really care about making their code more secure...

You can set allow_url_fopen to On in php.ini but you get a security risk in this case.

--
Dmitry Dulepov
Facebook: http://www.facebook.com/dmitryd
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english