Network problem ? Verify your proxy configuration in mapi_defs.php'; } else $output = ob_get_contents(); ob_end_clean(); curl_close($curl); if (HIPAY_MAPI_CURL_LOG_ON === true) { fclose($errorFileLog); } return $output; } /** * Prépare le flux XML * * @param string $xml * @return string */ public static function prepare($xml) { $cleanXML = ''; $xml = trim($xml); $md5 = hash('md5', $xml); $cleanXML = "\n"; $cleanXML .= "\n"; $cleanXML .= "".MAPI_VERSION."\n"; $cleanXML .= ''.$md5."\n"; $cleanXML .= $xml; $cleanXML .= "\n\n"; return trim($cleanXML); } }