yii web service 有没有人用过?有个问题请教! [ 新手入门 ]
这一块是服务器端的代码
class TestController extends Controller {
public function actions()
{
return array(
'quote'=>array(
'class'=>'CWebServiceAction',
),
);
}
public function getPrice($symbol)
{
$prices=array('IBM'=>100, 'GOOGLE'=>350);
return isset($prices[$symbol])?$prices[$symbol]:0;
}
}
这一块是客户端的代码
$client=new SoapClient('http://localhost/newfenxiao/index.php?r=test/quote');
echo $client->getPrice('GOOGLE');
基本上是参照官网上来做的,可以我这边出现这样一个问题,访问客户端的时候:
Function ("getPrice") is not a valid method for this service
不知道我的问题是出在那里?
共 0 条回复
没有找到数据。
chenkelang90120 江西抚州
注册时间:2012-04-23
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱340
- 威望0
- 积分340