NuSOAP调用.net的WebService
$client = new soapclient('http://localhost/TestService/Service1.asmx?WSDL', true);
//中间加入以下两行即可$client->soap_defencoding = 'UTF-8';
$client->decode_utf8 = false;标签: PHP, WebService, 学习
+++++仿佛轻云应笑我--相携水岸弄朝霞--此生只为听天籁--坐拥书城看落花+++++
$client = new soapclient('http://localhost/TestService/Service1.asmx?WSDL', true);
//中间加入以下两行即可
$client->decode_utf8 = false;标签: PHP, WebService, 学习
0 条评论:
发表评论
<< 主页