Hi I want to use simplexml_load_string() to access data in the string below, how would I get to the part:
"?valid=true&trans_id=TRAN0001&code=A&auth_code=9999&amount=50.0&test_status=true &mpi_status_code=212&mpi_message=Cardholder Not Participating"
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body> <ns1: threeDSecureEnrolmentRequestResponse
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="SECCardService"> <ns1: threeDSecureEnrolmentRequestReturn
xsi:type="xsd:string">?valid=true&trans_id=TRAN0001&code=A&auth_code=9999&amount=50.0&test_status=true &mpi_status_code=212&mpi_message=Cardholder Not Participating</ns1: threeDSecureEnrolmentRequestReturn>
</ns1: threeDSecureEnrolmentRequestResponse> </soapenv:Body>
</soapenv:Envelope>