SOAP Request/Parsing XML From wp_send_json_success

Much easy:

$xml = simplexml_load_string($response);
wp_send_json_success([ "data" => $xml ]);