ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Обновление запретного списка из bash
@ 2014-12-28  7:58 Вадим Илларионов
  2014-12-29 12:31 ` Sergey
  0 siblings, 1 reply; 7+ messages in thread
From: Вадим Илларионов @ 2014-12-28  7:58 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Перловая конструкция:

my $service = SOAP::Lite->service("http://vigruzki.rkn.gov.ru/services/OperatorRequest/?wsdl");
my $lddn = $service->getLastDumpDate;

возвращает дату последнего списка в миллисекундах (к примеру, 1419750300000).

curl -w "\n%{http_code}\n" -H "SOAPAction:wsdl:getLastDumpDateEx" http://vigruzki.rkn.gov.ru/services/OperatorRequest/

возвращается с кодом 200 и пустым выводом. Если в конце добавить ?wsdl, код тот же, а в выводе - голая wsdl-форма.

curl -w "\n%{http_code}\n" -H "SOAPAction:wsdl:getLastDumpDateEx" -d @запрос.xml --data-binary @запрос.signed --data-ascii "2.0" http://vigruzki.rkn.gov.ru/services/OperatorRequest/

хоть с ?wsdl в конце, хоть без оного возвращается с кодом 503 и выводом:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Сервис временно недоступен</title>
 <link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body style='padding: 70px 70px 40px 146px;'>
  <h1>Сервис временно недоступен</h1>
  <p>Сервер временно не может обслужить Ваш запрос. Пожалуйста, повторите запрос позднее.</p>
</body>
</html>

ЧЯДНТ?

__
Мимо крокодил.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-31 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-28  7:58 [Comm] Обновление запретного списка из bash Вадим Илларионов
2014-12-29 12:31 ` Sergey
2014-12-30  1:47   ` Вадим Илларионов
2014-12-30  8:19     ` Sergey
2014-12-30 10:32       ` Sergey
2014-12-30 14:12         ` Вадим Илларионов
2014-12-31 14:49           ` Sergey

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git