码迷,mamicode.com
首页 > Web开发 > 详细

php 向asmx发送请求 || php 发送xml请求, 以及处理返回的xml结果

时间:2014-10-14 13:01:58      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   for   sp   on   cti   ad   bs   

 var $live_url = ‘https://processing.ukash.com/RPPGateway/process.asmx‘;

$source = array(
    ‘SecurityToken‘ => $res[0]->merchant_name,
    ‘BrandID‘ => $res[0]->merchant_key2,
    ‘UTID‘ => $UTID,
);

$soap = new SoapClient($this->live_url.‘?wsdl‘);
$response = $soap->GetTransactionStatus($source); //$response is the xml string
$xml_obj=simplexml_load_string($response->GetTransactionStatusResult);  //transform xml to object

php 向asmx发送请求 || php 发送xml请求, 以及处理返回的xml结果

标签:http   io   ar   for   sp   on   cti   ad   bs   

原文地址:http://www.cnblogs.com/barfoo/p/4023857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!