摘要: PHP部分调用webservice的方法<?php//php.ini中打开下面3个dll//extension = php_soap.dll//extension = php_curl.dll//extension = php_openssl.dllheader("content-type:text/html;charset=utf-8");$client = new SoapClient(" h... 阅读全文
posted @ 2011-02-25 21:56 JangoJing 阅读(1427) 评论(0) 推荐(0)