关于php调用 webservice的问题
soapclient本地测试windows环境,apache,php5,掉用下列代码成功.但是上传到服务器上,服务器是linux,ngnix,php5.2.13  调用不成功 报错<br />
<b>Fatal error</b>:  Uncaught SoapFault exception: [soap:Client] System.Web.Services.Protocols.SoapException: 验证失败
   在 ***.Web.Services.YwdsService.VerifyCredential(String ip)
   在 ***.Web.Services.YwdsService.IsExist(String userName) in /home/www/wwwroot/test.php:25
Stack trace:
#0 [internal function]: SoapClient-&gt;__call('IsExist', Array)
#1 /home/www/wwwroot/test.php(25): SoapClient-&gt;IsExist(Array)
#2 {main}
  thrown in <b>/home/www/wwwroot/test.php</b> on line <b>25</b><br />
服务器上soap已经开启的   这是什么问题啊  搞了1整天了,求助