按照unsoap文档soapclient()第二个参数应当是bool值。

解决方案 »

  1.   

    验证如何通过呀
    ====================这个我想他发布webservice时应该有说明的
    和webservice本身无关,
    或者用代理试试看
      

  2.   

    发布人的接口是基于认证的,如果把认证去掉php调用是没问题的,一旦加上认证就不行,报错提示说我提交的user null
      

  3.   

    unsoap里有个验证设置你试试看===================
    $client = new soapclient("http://localhoset:8080/axis rvices/iRay?wsdl",true);
    $client->setCredentials($username, $password, $authtype );
    ===============
    $authtype 取 ('basic'|'digest'|'certificate')