Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am getting the following warnings and error:

Warning: SoapClient::SoapClient(http://dev.eseal.com/api/v2_soap?wsdl) [soapclient.soapclient]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable in C:\wamp\www\dev.eseal.com\test.php on line 42

Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://dev.eseal.com/api/v2_soap?wsdl" in C:\wamp\www\dev.eseal.com\test.php on line 42

SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://dev.eseal.com/api/v2_soap?wsdl' : failed to load external entity "http://dev.eseal.com/api/v2_soap?wsdl" in C:\wamp\www\dev.eseal.com\test.php on line 42
Cal

I have cleared magento/var/cache.

share|improve this question
1  
According to the first warning you show, the webserver being requested seems to be under maintenance or temporarily overload. This is what HTTP 503 usually is used for. I'd recommend to show the code of your test.php around line 42. Without showing your code nobody - except you - can know, what you're trying to execute. – Jürgen Thelen Nov 22 '11 at 13:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.