Relative Content

Tag Archive for phpxmlsoap

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!