Re: PHP SOAP - Extreme newbie questions :/
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.
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[PHP Users]
[Kernel Newbies]
[PHP Database]
[Yosemite]