Re: [SOAP] PHP SOAP - Extreme newbie questions :/

[email protected] (lmhelp2) Thu, 1 Apr 2010 01:21:24 -0700 (PDT)
Newsgroups php.soap
Message-ID <[email protected]>
Hi again,

I didn't mention it but if I launch "php soap_tutorial_client.php"
in command line, I get the following error:
==========================================================
cmd_line>> php soap_tutorial_client.php

PHP Fatal error:  Uncaught SoapFault exception: [Client] Function ("call") 
is not a valid method for this service in soap_tutorial_client.php:32
Stack trace:
#0 [internal function]: SoapClient->__call('call', Array)
#1 soap_tutorial_client.php(32): SoapClient->call('getStockQuote', Array)
#2 {main}
  thrown in soap_tutorial_client.php on line 32
==========================================================

Line 32 is:
==========================================================
$stockprice = $c->call("getStockQuote", array("symbol" => "ABC"));
==========================================================

Regards,
--
Lmhelp
-- 
View this message in context: http://old.nabble.com/PHP-SOAP---Extreme-newbie-questions-%3A--tp28095423p28105756.html
Sent from the Php - Soap mailing list archive at Nabble.com.