php如何调用webservice,
'username', 'strpassword'=>md5('password'));
// 调用远程函数
$aryresult = $client->call('login',$arypara);
//echo $client->debug_str;
/*
if (!$err=$client->geterror()) {
print_r($aryresult);
} else {
print error: $err;
}
*/
$document=$client->document;
echo
$document
soapdocument;
?>
这是我在网上搜的例子,但不能运行,求高手帮帮我,我的q1175210752
------解决方案--------------------
在浏览器地址栏输入 http://localhost:8080/ibeintf/services/ibeservice?wsdl
后,得到什么?