hmm.. i am hitting this after all these years. Have you figured out the
problem? 

Here is what I have:
  $amazon = new Zend_Service_Amazon('XXXX', 'US', 'YYYY');
  $results = $amazon->itemLookup('B005DOK8NW');
  var_dump($results);

output:
var_dump(results):object(Zend_Service_Amazon_ResultSet)#95 (4) {
  ["_results":protected]=>
  object(DOMNodeList)#97 (0) {
  }
  ["_dom":protected]=>
  object(DOMDocument)#91 (0) {
  }
  ["_xpath":protected]=>
  object(DOMXPath)#96 (0) {
  }
  ["_currentIndex":protected]=>
  int(0)
}

I am sure it must be my setup but I spent 3 days on this but still can't
figure out what's wrong. Any help would be greatly appreciated!!!

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Service-Amazon-problem-tp642879p4501693.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to