On Fri, Apr 25, 2008 at 2:52 PM, till <[EMAIL PROTECTED]> wrote:
> require_once 'Zend/Rest/Client.php';
>  $client = new Zend_Rest_Client('http://www.webservicex.net/');
>  $client->symbol('EBAY');
>  $result = $client->get('/stockquote.asmx/GetQuote');
>
>  var_dump($result);
>  ?>
>
>  When "stockquote.asmx is added to the endpoint (in construct), it
>  fails for me as well. I am still stuck on 1.5PR though. Maybe Darbey
>  or Matthew can enlighten us.


Thanks, I guess.


-- 
Greg Donald
http://destiney.com/

Reply via email to