programming:php:soap-debuger
Скрипт для отладки SOAP
<? $input = readfile("php://stdin"); file_put_contents("crm_raw".time().".txt", print_r($HTTP_RAW_POST_DATA, true)); file_put_contents("crm_input".time().".txt", print_r($input, true)); file_put_contents("crm_server".time().".txt", print_r($_SERVER, true)); file_put_contents("crm_request".time().".txt", print_r($_REQUEST, true));
programming/php/soap-debuger.txt · Последнее изменение: 2017/03/27 11:26 — artur