Parse simple XML string (SOAP) to PHP Object
I have below XML string which i got in the response of an SOAP API, which i want to convert as Object or Array to use, so i tried both ways, DOM and simplexml_load_string
but it shows empty!
send a value variable in parameter xml using SOAP Request witn php
I’m trying to send SOAP request using PHP injection a variable as parameter in xml ,my variable called $response1 and I’m inject on token part but always i get that the token is empty and I’m sure is not what i missed ?