error_reporting(0); header("Content-type: text/html; charset=utf-8"); $server_url = "http://www.cheshi.com?WSDL"; if(!extension_loaded('soap')){.//判断服务器是否打开soap require_once('../includes/common_inc.PHP'); require_once('/nusoap.PHP');//加载nusoap $client = new soapclient($server_url,true); $client -> soap_defencoding = "UTF-8"; $client -> decode_utf8 = false; $flag=1; }else{ require_once('../includes/common_inc.PHP'); $client = new SoapClient(($server_url,array('cache_wsdl' => 0)); } if($flag==1){ $result = $client ->call('functionname',$up_arry); }else{ $result = $client ->functionname($up_array); }
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。