Hi guys,
I've got a SOAP fault response that i'm trying to output into a sort of 'print_r' nice format so I can include the fault in an email to our IT staff when SOAP request fails.
Can anyone tell me the best way to simply format an XML SOAP faultstring in the format, variableName: variableValue?
Cheers