AW: AW: WSDL error can someone help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

> Fatal error: Uncaught SoapFault exception: [Client] Function ("call")
> is not
> a valid method for this service in
> /var/www/distribsys/newtest/client.php:6
> Stack trace: #0 [internal function]: SoapClient->__call('call', Array)

Since you are using WSDL mode anyway, why don't you try something like this
(after settting $c):

$proxy = $c->getProxy();

$stockprice = $proxy->getStockQuote('ABC');

Best regards
Christian

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux