我正在尝试访问网络服务。下面提供的代码给出了异常消息:“错误请求”。有什么办法可以查看我的请求到底出了什么问题?如何调试此代码以查看哪些参数$p
不正确?
try
{
$webServices = $client->queryTest($p);
}
catch (Exception $e) {
print $e->getMessage();
}
我正在尝试访问网络服务。下面提供的代码给出了异常消息:“错误请求”。有什么办法可以查看我的请求到底出了什么问题?如何调试此代码以查看哪些参数$p
不正确?
try
{
$webServices = $client->queryTest($p);
}
catch (Exception $e) {
print $e->getMessage();
}