Got response like mat_4per~318310~mat_8per~482078
and I want to redirect to this encrypted URL.
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>
Response is getting from PHP CURL method. Here is response:
mat_4per~318310~mat_8per~482078
How I can redirect to this URL after got response from SOAP?