V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  csx163  ›  全部回复第 84 页 / 共 84 页
回复总数  1671
1 ... 75  76  77  78  79  80  81  82  83  84  
2012-03-18 16:05:38 +08:00
回复了 csx163 创建的主题 PHP 如何解析这个SOAP XML
@yoyicue 谢谢您的回复,我现在是用curl_setopt() POST下面这段xml获得上面的那段XML. soapclient这个类我试了很久都没有成功将下面这段XML POST到服务器,我现在的意思是反正已经获得了上面那段XML,如何将它转换为数组.

$xml_data ='<v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:c="http://schemas.xmlsoap.org/soap/encoding/" xmlns:v="http://schemas.xmlsoap.org/soap/envelope/"><v:Header /><v:Body><jkjl xmlns="http://test" id="o0" c:root="1"><hphm i:type="d:string">'. $a .'</hphm><hpzl i:type="d:string">02</hpzl><fdjh i:type="d:string">'. $b .'</fdjh><an i:type="d:string">android_client</an></jkjl></v:Body></v:Envelope>';
$url = "http://8.8.8.8/test.asmx";
$header[] = "Content-type: text/xml";//定义content-type为xml
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xml_data);
$response = curl_exec($ch);
print_r ($response);
2012-03-17 21:48:26 +08:00
回复了 avatasia 创建的主题 问与答 有没有人这样玩花瓣网的?
w7 x64 8G chrome 不挂
2012-03-17 19:58:01 +08:00
回复了 chengxiao 创建的主题 问与答 win服务器上该上什么防火墙和杀软好些呢?
卖咖啡
2012-03-16 01:21:09 +08:00
回复了 csx163 创建的主题 硬件 求推荐支持虚拟化VT-X VT-D 的PC配置
@haohaolee 主要是想装xen HVM 和KVM等全虚拟化,求主板CPU搭配5000左右主机.
2012-03-15 16:43:09 +08:00
回复了 csx163 创建的主题 硬件 求推荐支持虚拟化VT-X VT-D 的PC配置
@momou @cooka
感谢,找这个网址很久了,下一步该找主板了
2012-03-15 00:11:22 +08:00
回复了 csx163 创建的主题 硬件 服务器放会议室,求推荐风扇声音小的服务器
@virushuo 哈哈,买一堆Google Notebook也可以把
2012-03-14 23:53:25 +08:00
回复了 csx163 创建的主题 硬件 服务器放会议室,求推荐风扇声音小的服务器
谢谢,我看看DELL. @AntiGameZ @kshatriya @feiandxs
2012-03-14 22:55:24 +08:00
回复了 heiguo 创建的主题 云计算 关于租用服务器(or VPS)的各种疑问 - 速度,成本,备案等
@istef 对的,这个线路叫电信通,一直在找便宜的IDC
qemu用户路过
我也同求一个短信群发平台,平均每日200条左右,以后会更多.
1 ... 75  76  77  78  79  80  81  82  83  84  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2981 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 71ms · UTC 03:01 · PVG 11:01 · LAX 20:01 · JFK 23:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.