I need to grab and print a value of a Soap XML object using PHP.
I tried with this but I get no results:
echo $token->soap:envelope->soap:body->authenticationuserresponse->authenticationuserresult;
And also this one:
echo $token->envelope->body->authenticationuserresponse->authenticationuserresult;
Take a look at the capture to see what I mean: