As the title says i'm using a SOAP API and i get the respones with cURL, my response is in full string so like :
When i do
echo $response
updatedtestApiapiaddUserTestapiaddUserTestapiaddUs...
When i do
var_dump($response) :
php:47:string '<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><s....
I tried various XML functions like SimpleXMLElements() etc but whenever i try it my arrays are always null or empty.
I would really like some help if anyone knows thanks