赞
踩
<?php
function httpRequestSoapData($responseUrl,$requestXML)
{
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Request xmlns="http://ctrip.com/">
<requestXML>
BEGIN;
</requestXML>
</Request>
</soap:Body>
</soap:Envelope>
BEGIN;
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RequestResponse xmlns="http://ctrip.com/"><RequestResult>
begin;
</RequestResult></RequestResponse></soap:Body></soap:Envelope>
begin;
}
?>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。