如何在PHP中重定向到加密的URL

时间:2018-05-29 06:06:04

标签: php curl post soap

得到了mat_4per~318310~mat_8per~482078之类的回复,我想重定向到此加密网址。

SOAP REQUEST:

 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:web="http://com/bajajallianz/WebsalesWS.wsdl">   
 <soapenv:Header/>
 <soapenv:Body>
 <web:getVendorData>
 <param>googleCp~01/Jan/1990~M~250000~15~Y~265~10~25000~1</param>
 <pUrl_out></pUrl_out>
 <pError_out></pError_out>
 </web:getVendorData> 
 </soapenv:Body>
 </soapenv:Envelope>

响应来自PHP CURL方法。以下是回复:

mat_4per~318310~mat_8per~482078

如何从SOAP获得响应后重定向到此URL?

0 个答案:

没有答案