soybean 2.4.3 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +4 -1
- data/Gemfile.lock +7 -2
- data/VERSION +1 -1
- data/config.ru +8 -0
- data/lib/soybean.rb +13 -2
- data/lib/soybean/application.rb +59 -0
- data/lib/soybean/{middleware.rb → engine.rb} +78 -8
- data/lib/soybean/generators/class_generator.rb +2 -2
- data/lib/soybean/generators/{middleware_generator.rb → engine_generator.rb} +4 -4
- data/lib/soybean/generators/service_generator.rb +7 -3
- data/lib/soybean/generators/templates/engine.rb +6 -0
- data/lib/soybean/generators/wsdl_generator.rb +34 -0
- data/lib/soybean/interface.rb +13 -0
- data/lib/{core_ext/module.rb → soybean/soap_attribute.rb} +0 -0
- data/soybean.gemspec +19 -9
- data/soybean.log +1353 -0
- metadata +58 -32
- data/lib/soybean/generators/templates/middleware.rb +0 -39
data/soybean.log
ADDED
@@ -0,0 +1,1353 @@
|
|
1
|
+
# Logfile created on 2011-10-15 17:22:13 +0400 by logger.rb/25413
|
2
|
+
I, [2011-10-15T17:39:50.305889 #8786] INFO -- : GetRegistrarsEngine was called at 2011-10-15 17:39:50 +0400
|
3
|
+
I, [2011-10-15T17:39:50.846069 #8786] INFO -- : GetRegistrarsEngine was called at 2011-10-15 17:39:50 +0400
|
4
|
+
I, [2011-10-15T17:39:51.062316 #8786] INFO -- : GetRegistrarsEngine was called at 2011-10-15 17:39:51 +0400
|
5
|
+
I, [2011-10-15T17:40:57.577793 #8792] INFO -- : GetRegistrarsEngine was called at 2011-10-15 17:40:57 +0400
|
6
|
+
I, [2011-10-15T17:40:57.834471 #8792] INFO -- : GetRegistrarsEngine was called at 2011-10-15 17:40:57 +0400
|
7
|
+
I, [2011-10-15T18:55:32.234926 #9979] INFO -- : GetRegistrarsService
|
8
|
+
D, [2011-10-15T18:55:32.235073 #9979] DEBUG -- : REQUEST: #<Rack::Lint::InputWrapper:0x00000002e183e8>
|
9
|
+
D, [2011-10-15T18:55:32.235155 #9979] DEBUG -- : RESPONSE: ["405 - Method Not Allowed"]
|
10
|
+
I, [2011-10-15T19:01:52.563566 #10078] INFO -- : GetRegistrarsService
|
11
|
+
D, [2011-10-15T19:01:52.563714 #10078] DEBUG -- : REQUEST:
|
12
|
+
D, [2011-10-15T19:01:52.563794 #10078] DEBUG -- : RESPONSE: ["405 - Method Not Allowed"]
|
13
|
+
I, [2011-10-15T19:03:04.909073 #10117] INFO -- : GetRegistrarsService
|
14
|
+
I, [2011-10-15T19:03:39.180886 #10117] INFO -- : GetRegistrarsService
|
15
|
+
I, [2011-10-15T19:03:39.837575 #10117] INFO -- : GetRegistrarsService
|
16
|
+
I, [2011-10-15T19:03:50.365230 #10155] INFO -- : GetRegistrarsService
|
17
|
+
D, [2011-10-15T19:03:50.365349 #10155] DEBUG -- : REQUEST:
|
18
|
+
I, [2011-10-15T19:04:08.579039 #10155] INFO -- : GetRegistrarsService
|
19
|
+
D, [2011-10-15T19:04:08.579145 #10155] DEBUG -- : REQUEST:
|
20
|
+
I, [2011-10-15T19:04:15.498975 #10191] INFO -- : GetRegistrarsService
|
21
|
+
D, [2011-10-15T19:04:15.499109 #10191] DEBUG -- : REQUEST:
|
22
|
+
D, [2011-10-15T19:04:15.499181 #10191] DEBUG -- : RESPONSE: 405 - Method Not Allowed
|
23
|
+
I, [2011-10-15T19:04:16.188641 #10191] INFO -- : GetRegistrarsService
|
24
|
+
D, [2011-10-15T19:04:16.188754 #10191] DEBUG -- : REQUEST:
|
25
|
+
D, [2011-10-15T19:04:16.188823 #10191] DEBUG -- : RESPONSE: 405 - Method Not Allowed
|
26
|
+
I, [2011-10-15T19:33:17.929796 #10717] INFO -- : Service found: {GetRegistrarsService}GetRegistrarsService
|
27
|
+
I, [2011-10-15T19:33:17.929996 #10717] INFO -- : Service found: {InquiryService}InquiryService
|
28
|
+
I, [2011-10-15T19:33:32.604032 #10721] INFO -- : Service found: {GetRegistrarsService}GetRegistrarsService
|
29
|
+
I, [2011-10-15T19:33:32.604230 #10721] INFO -- : Service found: {InquiryService}InquiryService
|
30
|
+
I, [2011-10-15T19:33:40.237724 #10721] INFO -- : GetRegistrarsService
|
31
|
+
D, [2011-10-15T19:33:40.237873 #10721] DEBUG -- : REQUEST:
|
32
|
+
D, [2011-10-15T19:33:40.237970 #10721] DEBUG -- : RESPONSE: 405 - Method Not Allowed
|
33
|
+
I, [2011-10-15T19:36:55.704575 #10901] INFO -- : SOAP Services: START
|
34
|
+
I, [2011-10-15T19:36:55.704743 #10901] INFO -- : Service found: {GetRegistrarsService}GetRegistrarsService
|
35
|
+
I, [2011-10-15T19:36:55.704893 #10901] INFO -- : Service found: {InquiryService}InquiryService
|
36
|
+
I, [2011-10-15T19:38:04.378536 #10901] INFO -- : SOAP Services: STOP
|
37
|
+
I, [2011-10-15T19:38:06.538410 #10934] INFO -- : SOAP Services: START
|
38
|
+
I, [2011-10-15T19:38:06.538608 #10934] INFO -- : Service found: GetRegistrarsService route to GetRegistrarsService
|
39
|
+
I, [2011-10-15T19:38:06.538775 #10934] INFO -- : Service found: InquiryService route to InquiryService
|
40
|
+
I, [2011-10-15T19:38:33.441267 #10934] INFO -- : GetRegistrarsService
|
41
|
+
D, [2011-10-15T19:38:33.442883 #10934] DEBUG -- : REQUEST: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/GetRegistrarsService/type/">
|
42
|
+
<soapenv:Header/>
|
43
|
+
<soapenv:Body>
|
44
|
+
<type:GetRegistrars>
|
45
|
+
<regionCode>1</regionCode>
|
46
|
+
<!--Optional:-->
|
47
|
+
<statementType>birth</statementType>
|
48
|
+
</type:GetRegistrars>
|
49
|
+
</soapenv:Body>
|
50
|
+
</soapenv:Envelope>
|
51
|
+
I, [2011-10-15T19:40:14.829182 #10934] INFO -- : SOAP Services: STOP
|
52
|
+
I, [2011-10-15T19:40:24.047847 #10973] INFO -- : SOAP Services: START
|
53
|
+
I, [2011-10-15T19:40:24.047998 #10973] INFO -- : Service found: GetRegistrarsService route to GetRegistrarsService
|
54
|
+
I, [2011-10-15T19:40:24.048145 #10973] INFO -- : Service found: InquiryService route to InquiryService
|
55
|
+
I, [2011-10-15T19:40:29.546649 #10973] INFO -- : GetRegistrarsService
|
56
|
+
D, [2011-10-15T19:40:29.546863 #10973] DEBUG -- : REQUEST:
|
57
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/GetRegistrarsService/type/">
|
58
|
+
<soapenv:Header/>
|
59
|
+
<soapenv:Body>
|
60
|
+
<type:GetRegistrars>
|
61
|
+
<regionCode>1</regionCode>
|
62
|
+
<!--Optional:-->
|
63
|
+
<statementType>birth</statementType>
|
64
|
+
</type:GetRegistrars>
|
65
|
+
</soapenv:Body>
|
66
|
+
</soapenv:Envelope>
|
67
|
+
I, [2011-10-15T19:41:39.753824 #10973] INFO -- : SOAP Services: STOP
|
68
|
+
I, [2011-10-17T12:00:04.997445 #20049] INFO -- : SOAP Services: START
|
69
|
+
I, [2011-10-17T12:00:04.997542 #20049] INFO -- : Service found: InquiryService route to /InquiryService
|
70
|
+
I, [2011-10-17T12:01:06.153725 #20049] INFO -- : InquiryService
|
71
|
+
D, [2011-10-17T12:01:06.153888 #20049] DEBUG -- : REQUEST:
|
72
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
73
|
+
<soapenv:Header/>
|
74
|
+
<soapenv:Body>
|
75
|
+
<type:getAnswerAboutPerson>
|
76
|
+
<!--Optional:-->
|
77
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
78
|
+
</type:getAnswerAboutPerson>
|
79
|
+
</soapenv:Body>
|
80
|
+
</soapenv:Envelope>
|
81
|
+
I, [2011-10-17T12:01:45.593109 #20049] INFO -- : InquiryService
|
82
|
+
D, [2011-10-17T12:01:45.593306 #20049] DEBUG -- : REQUEST:
|
83
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
84
|
+
<soapenv:Header/>
|
85
|
+
<soapenv:Body>
|
86
|
+
<type:getAnswerAboutPerson>
|
87
|
+
<!--Optional:-->
|
88
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
89
|
+
</type:getAnswerAboutPerson>
|
90
|
+
</soapenv:Body>
|
91
|
+
</soapenv:Envelope>
|
92
|
+
I, [2011-10-17T12:03:52.440598 #20049] INFO -- : InquiryService
|
93
|
+
D, [2011-10-17T12:03:52.440750 #20049] DEBUG -- : REQUEST:
|
94
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
95
|
+
<soapenv:Header/>
|
96
|
+
<soapenv:Body>
|
97
|
+
<type:getAnswerAboutPerson>
|
98
|
+
<!--Optional:-->
|
99
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
100
|
+
</type:getAnswerAboutPerson>
|
101
|
+
</soapenv:Body>
|
102
|
+
</soapenv:Envelope>
|
103
|
+
I, [2011-10-17T12:04:00.952963 #20049] INFO -- : SOAP Services: STOP
|
104
|
+
I, [2011-10-17T12:04:02.307179 #23638] INFO -- : SOAP Services: START
|
105
|
+
I, [2011-10-17T12:04:02.307304 #23638] INFO -- : Service found: InquiryService route to /InquiryService
|
106
|
+
I, [2011-10-17T12:04:07.623521 #23638] INFO -- : InquiryService
|
107
|
+
D, [2011-10-17T12:04:07.623783 #23638] DEBUG -- : REQUEST:
|
108
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
109
|
+
<soapenv:Header/>
|
110
|
+
<soapenv:Body>
|
111
|
+
<type:getAnswerAboutPerson>
|
112
|
+
<!--Optional:-->
|
113
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
114
|
+
</type:getAnswerAboutPerson>
|
115
|
+
</soapenv:Body>
|
116
|
+
</soapenv:Envelope>
|
117
|
+
I, [2011-10-17T12:05:05.238229 #23638] INFO -- : SOAP Services: STOP
|
118
|
+
I, [2011-10-17T12:05:06.582020 #24548] INFO -- : SOAP Services: START
|
119
|
+
I, [2011-10-17T12:05:06.582133 #24548] INFO -- : Service found: InquiryService route to /InquiryService
|
120
|
+
I, [2011-10-17T12:05:07.942619 #24548] INFO -- : InquiryService
|
121
|
+
D, [2011-10-17T12:05:07.942852 #24548] DEBUG -- : REQUEST:
|
122
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
123
|
+
<soapenv:Header/>
|
124
|
+
<soapenv:Body>
|
125
|
+
<type:getAnswerAboutPerson>
|
126
|
+
<!--Optional:-->
|
127
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
128
|
+
</type:getAnswerAboutPerson>
|
129
|
+
</soapenv:Body>
|
130
|
+
</soapenv:Envelope>
|
131
|
+
I, [2011-10-17T12:06:42.812089 #24548] INFO -- : SOAP Services: STOP
|
132
|
+
I, [2011-10-17T12:06:44.231540 #25943] INFO -- : SOAP Services: START
|
133
|
+
I, [2011-10-17T12:06:44.231653 #25943] INFO -- : Service found: InquiryService route to /InquiryService
|
134
|
+
I, [2011-10-17T12:06:46.325151 #25943] INFO -- : InquiryService
|
135
|
+
D, [2011-10-17T12:06:46.325239 #25943] DEBUG -- : REQUEST:
|
136
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
137
|
+
<soapenv:Header/>
|
138
|
+
<soapenv:Body>
|
139
|
+
<type:getAnswerAboutPerson>
|
140
|
+
<!--Optional:-->
|
141
|
+
<inquiryIdentifier>?</inquiryIdentifier>
|
142
|
+
</type:getAnswerAboutPerson>
|
143
|
+
</soapenv:Body>
|
144
|
+
</soapenv:Envelope>
|
145
|
+
I, [2011-10-17T12:07:01.846301 #25943] INFO -- : SOAP Services: STOP
|
146
|
+
I, [2011-10-17T12:09:13.729226 #27874] INFO -- : SOAP Services: START
|
147
|
+
I, [2011-10-17T12:09:13.729338 #27874] INFO -- : Service found: InquiryService route to /InquiryService
|
148
|
+
I, [2011-10-17T12:09:23.988243 #27874] INFO -- : InquiryService
|
149
|
+
D, [2011-10-17T12:09:23.988433 #27874] DEBUG -- : REQUEST:
|
150
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
151
|
+
<soapenv:Header/>
|
152
|
+
<soapenv:Body>
|
153
|
+
<type:getAnswerAboutPerson>
|
154
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
155
|
+
</type:getAnswerAboutPerson>
|
156
|
+
</soapenv:Body>
|
157
|
+
</soapenv:Envelope>
|
158
|
+
I, [2011-10-17T12:09:55.457455 #27874] INFO -- : SOAP Services: STOP
|
159
|
+
I, [2011-10-17T12:10:59.826689 #29327] INFO -- : SOAP Services: START
|
160
|
+
I, [2011-10-17T12:10:59.826799 #29327] INFO -- : Service found: InquiryService route to /InquiryService
|
161
|
+
I, [2011-10-17T12:11:03.471495 #29327] INFO -- : InquiryService
|
162
|
+
D, [2011-10-17T12:11:03.471663 #29327] DEBUG -- : REQUEST:
|
163
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
164
|
+
<soapenv:Header/>
|
165
|
+
<soapenv:Body>
|
166
|
+
<type:getAnswerAboutPerson>
|
167
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
168
|
+
</type:getAnswerAboutPerson>
|
169
|
+
</soapenv:Body>
|
170
|
+
</soapenv:Envelope>
|
171
|
+
I, [2011-10-17T12:13:56.435818 #29327] INFO -- : SOAP Services: STOP
|
172
|
+
I, [2011-10-17T12:13:57.873903 #31625] INFO -- : SOAP Services: START
|
173
|
+
I, [2011-10-17T12:13:57.874035 #31625] INFO -- : Service found: InquiryService route to /InquiryService
|
174
|
+
I, [2011-10-17T12:13:59.430727 #31625] INFO -- : InquiryService
|
175
|
+
D, [2011-10-17T12:13:59.430967 #31625] DEBUG -- : REQUEST:
|
176
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
177
|
+
<soapenv:Header/>
|
178
|
+
<soapenv:Body>
|
179
|
+
<type:getAnswerAboutPerson>
|
180
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
181
|
+
</type:getAnswerAboutPerson>
|
182
|
+
</soapenv:Body>
|
183
|
+
</soapenv:Envelope>
|
184
|
+
I, [2011-10-17T12:14:20.457045 #31625] INFO -- : SOAP Services: STOP
|
185
|
+
I, [2011-10-17T12:14:21.656893 #31996] INFO -- : SOAP Services: START
|
186
|
+
I, [2011-10-17T12:14:21.657005 #31996] INFO -- : Service found: InquiryService route to /InquiryService
|
187
|
+
I, [2011-10-17T12:14:24.227965 #31996] INFO -- : InquiryService
|
188
|
+
D, [2011-10-17T12:14:24.228135 #31996] DEBUG -- : REQUEST:
|
189
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
190
|
+
<soapenv:Header/>
|
191
|
+
<soapenv:Body>
|
192
|
+
<type:getAnswerAboutPerson>
|
193
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
194
|
+
</type:getAnswerAboutPerson>
|
195
|
+
</soapenv:Body>
|
196
|
+
</soapenv:Envelope>
|
197
|
+
I, [2011-10-17T12:14:30.238187 #31996] INFO -- : SOAP Services: STOP
|
198
|
+
I, [2011-10-17T12:15:33.712764 #483] INFO -- : SOAP Services: START
|
199
|
+
I, [2011-10-17T12:15:33.712874 #483] INFO -- : Service found: InquiryService route to /InquiryService
|
200
|
+
I, [2011-10-17T12:15:35.427716 #483] INFO -- : InquiryService
|
201
|
+
D, [2011-10-17T12:15:35.427859 #483] DEBUG -- : REQUEST:
|
202
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
203
|
+
<soapenv:Header/>
|
204
|
+
<soapenv:Body>
|
205
|
+
<type:getAnswerAboutPerson>
|
206
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
207
|
+
</type:getAnswerAboutPerson>
|
208
|
+
</soapenv:Body>
|
209
|
+
</soapenv:Envelope>
|
210
|
+
I, [2011-10-17T12:15:51.954939 #483] INFO -- : SOAP Services: STOP
|
211
|
+
I, [2011-10-17T12:18:09.243059 #2940] INFO -- : SOAP Services: START
|
212
|
+
I, [2011-10-17T12:18:09.243175 #2940] INFO -- : Service found: InquiryService route to /InquiryService
|
213
|
+
I, [2011-10-17T12:18:10.612117 #2940] INFO -- : InquiryService
|
214
|
+
D, [2011-10-17T12:18:10.612314 #2940] DEBUG -- : REQUEST:
|
215
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
216
|
+
<soapenv:Header/>
|
217
|
+
<soapenv:Body>
|
218
|
+
<type:getAnswerAboutPerson>
|
219
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
220
|
+
</type:getAnswerAboutPerson>
|
221
|
+
</soapenv:Body>
|
222
|
+
</soapenv:Envelope>
|
223
|
+
D, [2011-10-17T12:18:10.613545 #2940] DEBUG -- : RESPONSE:
|
224
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
225
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
226
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
227
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
228
|
+
<env:Body>
|
229
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x0000000284c248></n1:getAnswerAboutPersonResponse>
|
230
|
+
</env:Body>
|
231
|
+
</env:Envelope>
|
232
|
+
I, [2011-10-17T12:18:38.720891 #2940] INFO -- : InquiryService
|
233
|
+
D, [2011-10-17T12:18:38.721023 #2940] DEBUG -- : REQUEST:
|
234
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
235
|
+
<soapenv:Header/>
|
236
|
+
<soapenv:Body>
|
237
|
+
<type:getAnswerAboutPerson>
|
238
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
239
|
+
</type:getAnswerAboutPerson>
|
240
|
+
</soapenv:Body>
|
241
|
+
</soapenv:Envelope>
|
242
|
+
D, [2011-10-17T12:18:38.723244 #2940] DEBUG -- : RESPONSE:
|
243
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
244
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
245
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
246
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
247
|
+
<env:Body>
|
248
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x0000000281d038></n1:getAnswerAboutPersonResponse>
|
249
|
+
</env:Body>
|
250
|
+
</env:Envelope>
|
251
|
+
I, [2011-10-17T12:18:46.734229 #2940] INFO -- : SOAP Services: STOP
|
252
|
+
I, [2011-10-17T12:18:55.208805 #3659] INFO -- : SOAP Services: START
|
253
|
+
I, [2011-10-17T12:18:55.208915 #3659] INFO -- : Service found: InquiryService route to /InquiryService
|
254
|
+
I, [2011-10-17T12:19:00.131804 #3659] INFO -- : InquiryService
|
255
|
+
D, [2011-10-17T12:19:00.131948 #3659] DEBUG -- : REQUEST:
|
256
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
257
|
+
<soapenv:Header/>
|
258
|
+
<soapenv:Body>
|
259
|
+
<type:getAnswerAboutPerson>
|
260
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
261
|
+
</type:getAnswerAboutPerson>
|
262
|
+
</soapenv:Body>
|
263
|
+
</soapenv:Envelope>
|
264
|
+
D, [2011-10-17T12:19:00.134550 #3659] DEBUG -- : RESPONSE:
|
265
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
266
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
267
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
268
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
269
|
+
<env:Body>
|
270
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002865a40></n1:getAnswerAboutPersonResponse>
|
271
|
+
</env:Body>
|
272
|
+
</env:Envelope>
|
273
|
+
I, [2011-10-17T12:20:57.592641 #3659] INFO -- : InquiryService
|
274
|
+
D, [2011-10-17T12:20:57.592774 #3659] DEBUG -- : REQUEST:
|
275
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
276
|
+
<soapenv:Header/>
|
277
|
+
<soapenv:Body>
|
278
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
279
|
+
</soapenv:Body>
|
280
|
+
</soapenv:Envelope>
|
281
|
+
D, [2011-10-17T12:20:57.595652 #3659] DEBUG -- : RESPONSE:
|
282
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
283
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
284
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
285
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
286
|
+
<env:Body>
|
287
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002831f88></n1:getAnswerAboutPersonResponse>
|
288
|
+
</env:Body>
|
289
|
+
</env:Envelope>
|
290
|
+
I, [2011-10-17T12:45:08.619216 #3659] INFO -- : SOAP Services: STOP
|
291
|
+
I, [2011-10-17T12:45:11.712973 #24227] INFO -- : SOAP Services: START
|
292
|
+
I, [2011-10-17T12:45:11.714220 #24227] INFO -- : Service found: InquiryService route to /InquiryService
|
293
|
+
I, [2011-10-17T12:45:18.358944 #24227] INFO -- : InquiryService
|
294
|
+
D, [2011-10-17T12:45:18.359031 #24227] DEBUG -- : REQUEST:
|
295
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
296
|
+
<soapenv:Header/>
|
297
|
+
<soapenv:Body>
|
298
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
299
|
+
</soapenv:Body>
|
300
|
+
</soapenv:Envelope>
|
301
|
+
D, [2011-10-17T12:45:18.360111 #24227] DEBUG -- : RESPONSE HEADERS:
|
302
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
303
|
+
D, [2011-10-17T12:45:18.360163 #24227] DEBUG -- : RESPONSE:
|
304
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
305
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
306
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
307
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
308
|
+
<env:Body>
|
309
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000030dbb98></n1:getAnswerAboutPersonResponse>
|
310
|
+
</env:Body>
|
311
|
+
</env:Envelope>
|
312
|
+
I, [2011-10-17T12:45:26.699110 #24227] INFO -- : InquiryService
|
313
|
+
D, [2011-10-17T12:45:26.699273 #24227] DEBUG -- : REQUEST:
|
314
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
315
|
+
<soapenv:Header/>
|
316
|
+
<soapenv:Body>
|
317
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
318
|
+
</soapenv:Body>
|
319
|
+
</soapenv:Envelope>
|
320
|
+
D, [2011-10-17T12:45:26.702195 #24227] DEBUG -- : RESPONSE HEADERS:
|
321
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
322
|
+
D, [2011-10-17T12:45:26.702360 #24227] DEBUG -- : RESPONSE:
|
323
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
324
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
325
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
326
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
327
|
+
<env:Body>
|
328
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x0000000306d3f0></n1:getAnswerAboutPersonResponse>
|
329
|
+
</env:Body>
|
330
|
+
</env:Envelope>
|
331
|
+
I, [2011-10-17T12:45:27.931993 #24227] INFO -- : InquiryService
|
332
|
+
D, [2011-10-17T12:45:27.932178 #24227] DEBUG -- : REQUEST:
|
333
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
334
|
+
<soapenv:Header/>
|
335
|
+
<soapenv:Body>
|
336
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
337
|
+
</soapenv:Body>
|
338
|
+
</soapenv:Envelope>
|
339
|
+
D, [2011-10-17T12:45:27.934968 #24227] DEBUG -- : RESPONSE HEADERS:
|
340
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
341
|
+
D, [2011-10-17T12:45:27.935107 #24227] DEBUG -- : RESPONSE:
|
342
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
343
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
344
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
345
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
346
|
+
<env:Body>
|
347
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x0000000300cf78></n1:getAnswerAboutPersonResponse>
|
348
|
+
</env:Body>
|
349
|
+
</env:Envelope>
|
350
|
+
I, [2011-10-17T12:45:28.579473 #24227] INFO -- : InquiryService
|
351
|
+
D, [2011-10-17T12:45:28.579600 #24227] DEBUG -- : REQUEST:
|
352
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
353
|
+
<soapenv:Header/>
|
354
|
+
<soapenv:Body>
|
355
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
356
|
+
</soapenv:Body>
|
357
|
+
</soapenv:Envelope>
|
358
|
+
D, [2011-10-17T12:45:28.580924 #24227] DEBUG -- : RESPONSE HEADERS:
|
359
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
360
|
+
D, [2011-10-17T12:45:28.581012 #24227] DEBUG -- : RESPONSE:
|
361
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
362
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
363
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
364
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
365
|
+
<env:Body>
|
366
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002fabed0></n1:getAnswerAboutPersonResponse>
|
367
|
+
</env:Body>
|
368
|
+
</env:Envelope>
|
369
|
+
I, [2011-10-17T12:45:29.513162 #24227] INFO -- : InquiryService
|
370
|
+
D, [2011-10-17T12:45:29.513282 #24227] DEBUG -- : REQUEST:
|
371
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
372
|
+
<soapenv:Header/>
|
373
|
+
<soapenv:Body>
|
374
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
375
|
+
</soapenv:Body>
|
376
|
+
</soapenv:Envelope>
|
377
|
+
D, [2011-10-17T12:45:29.515268 #24227] DEBUG -- : RESPONSE HEADERS:
|
378
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
379
|
+
D, [2011-10-17T12:45:29.515478 #24227] DEBUG -- : RESPONSE:
|
380
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
381
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
382
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
383
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
384
|
+
<env:Body>
|
385
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002f803c0></n1:getAnswerAboutPersonResponse>
|
386
|
+
</env:Body>
|
387
|
+
</env:Envelope>
|
388
|
+
I, [2011-10-17T12:45:30.345223 #24227] INFO -- : InquiryService
|
389
|
+
D, [2011-10-17T12:45:30.345342 #24227] DEBUG -- : REQUEST:
|
390
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
391
|
+
<soapenv:Header/>
|
392
|
+
<soapenv:Body>
|
393
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
394
|
+
</soapenv:Body>
|
395
|
+
</soapenv:Envelope>
|
396
|
+
D, [2011-10-17T12:45:30.347320 #24227] DEBUG -- : RESPONSE HEADERS:
|
397
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
398
|
+
D, [2011-10-17T12:45:30.347463 #24227] DEBUG -- : RESPONSE:
|
399
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
400
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
401
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
402
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
403
|
+
<env:Body>
|
404
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002f60d90></n1:getAnswerAboutPersonResponse>
|
405
|
+
</env:Body>
|
406
|
+
</env:Envelope>
|
407
|
+
I, [2011-10-17T12:45:30.897071 #24227] INFO -- : InquiryService
|
408
|
+
D, [2011-10-17T12:45:30.897195 #24227] DEBUG -- : REQUEST:
|
409
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
410
|
+
<soapenv:Header/>
|
411
|
+
<soapenv:Body>
|
412
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
413
|
+
</soapenv:Body>
|
414
|
+
</soapenv:Envelope>
|
415
|
+
D, [2011-10-17T12:45:30.899597 #24227] DEBUG -- : RESPONSE HEADERS:
|
416
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
417
|
+
D, [2011-10-17T12:45:30.899750 #24227] DEBUG -- : RESPONSE:
|
418
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
419
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
420
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
421
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
422
|
+
<env:Body>
|
423
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002f03690></n1:getAnswerAboutPersonResponse>
|
424
|
+
</env:Body>
|
425
|
+
</env:Envelope>
|
426
|
+
I, [2011-10-17T12:45:31.402519 #24227] INFO -- : InquiryService
|
427
|
+
D, [2011-10-17T12:45:31.402684 #24227] DEBUG -- : REQUEST:
|
428
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
429
|
+
<soapenv:Header/>
|
430
|
+
<soapenv:Body>
|
431
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
432
|
+
</soapenv:Body>
|
433
|
+
</soapenv:Envelope>
|
434
|
+
D, [2011-10-17T12:45:31.405112 #24227] DEBUG -- : RESPONSE HEADERS:
|
435
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
436
|
+
D, [2011-10-17T12:45:31.405188 #24227] DEBUG -- : RESPONSE:
|
437
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
438
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
439
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
440
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
441
|
+
<env:Body>
|
442
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002ee0ed8></n1:getAnswerAboutPersonResponse>
|
443
|
+
</env:Body>
|
444
|
+
</env:Envelope>
|
445
|
+
I, [2011-10-17T12:45:32.001625 #24227] INFO -- : InquiryService
|
446
|
+
D, [2011-10-17T12:45:32.001792 #24227] DEBUG -- : REQUEST:
|
447
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
448
|
+
<soapenv:Header/>
|
449
|
+
<soapenv:Body>
|
450
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
451
|
+
</soapenv:Body>
|
452
|
+
</soapenv:Envelope>
|
453
|
+
D, [2011-10-17T12:45:32.003917 #24227] DEBUG -- : RESPONSE HEADERS:
|
454
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
455
|
+
D, [2011-10-17T12:45:32.004045 #24227] DEBUG -- : RESPONSE:
|
456
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
457
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
458
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
459
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
460
|
+
<env:Body>
|
461
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002ea2db8></n1:getAnswerAboutPersonResponse>
|
462
|
+
</env:Body>
|
463
|
+
</env:Envelope>
|
464
|
+
I, [2011-10-17T12:45:32.984648 #24227] INFO -- : InquiryService
|
465
|
+
D, [2011-10-17T12:45:32.984825 #24227] DEBUG -- : REQUEST:
|
466
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
467
|
+
<soapenv:Header/>
|
468
|
+
<soapenv:Body>
|
469
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
470
|
+
</soapenv:Body>
|
471
|
+
</soapenv:Envelope>
|
472
|
+
D, [2011-10-17T12:45:32.986757 #24227] DEBUG -- : RESPONSE HEADERS:
|
473
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
474
|
+
D, [2011-10-17T12:45:32.986881 #24227] DEBUG -- : RESPONSE:
|
475
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
476
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
477
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
478
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
479
|
+
<env:Body>
|
480
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002e69e78></n1:getAnswerAboutPersonResponse>
|
481
|
+
</env:Body>
|
482
|
+
</env:Envelope>
|
483
|
+
I, [2011-10-17T12:45:33.670974 #24227] INFO -- : InquiryService
|
484
|
+
D, [2011-10-17T12:45:33.671042 #24227] DEBUG -- : REQUEST:
|
485
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
486
|
+
<soapenv:Header/>
|
487
|
+
<soapenv:Body>
|
488
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
489
|
+
</soapenv:Body>
|
490
|
+
</soapenv:Envelope>
|
491
|
+
D, [2011-10-17T12:45:33.672221 #24227] DEBUG -- : RESPONSE HEADERS:
|
492
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
493
|
+
D, [2011-10-17T12:45:33.672335 #24227] DEBUG -- : RESPONSE:
|
494
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
495
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
496
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
497
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
498
|
+
<env:Body>
|
499
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002e1cbf0></n1:getAnswerAboutPersonResponse>
|
500
|
+
</env:Body>
|
501
|
+
</env:Envelope>
|
502
|
+
I, [2011-10-17T12:45:34.844601 #24227] INFO -- : InquiryService
|
503
|
+
D, [2011-10-17T12:45:34.844740 #24227] DEBUG -- : REQUEST:
|
504
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
505
|
+
<soapenv:Header/>
|
506
|
+
<soapenv:Body>
|
507
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
508
|
+
</soapenv:Body>
|
509
|
+
</soapenv:Envelope>
|
510
|
+
D, [2011-10-17T12:45:34.846931 #24227] DEBUG -- : RESPONSE HEADERS:
|
511
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
512
|
+
D, [2011-10-17T12:45:34.847105 #24227] DEBUG -- : RESPONSE:
|
513
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
514
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
515
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
516
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
517
|
+
<env:Body>
|
518
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002deed40></n1:getAnswerAboutPersonResponse>
|
519
|
+
</env:Body>
|
520
|
+
</env:Envelope>
|
521
|
+
I, [2011-10-17T12:46:48.793323 #24227] INFO -- : InquiryService
|
522
|
+
D, [2011-10-17T12:46:48.793413 #24227] DEBUG -- : REQUEST:
|
523
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
524
|
+
<soapenv:Header/>
|
525
|
+
<soapenv:Body>
|
526
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
527
|
+
</soapenv:Body>
|
528
|
+
</soapenv:Envelope>
|
529
|
+
D, [2011-10-17T12:46:48.794718 #24227] DEBUG -- : RESPONSE HEADERS:
|
530
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
531
|
+
D, [2011-10-17T12:46:48.794871 #24227] DEBUG -- : RESPONSE:
|
532
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
533
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
534
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
535
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
536
|
+
<env:Body>
|
537
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002d58e08></n1:getAnswerAboutPersonResponse>
|
538
|
+
</env:Body>
|
539
|
+
</env:Envelope>
|
540
|
+
I, [2011-10-17T12:46:49.420485 #24227] INFO -- : InquiryService
|
541
|
+
D, [2011-10-17T12:46:49.420582 #24227] DEBUG -- : REQUEST:
|
542
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
543
|
+
<soapenv:Header/>
|
544
|
+
<soapenv:Body>
|
545
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
546
|
+
</soapenv:Body>
|
547
|
+
</soapenv:Envelope>
|
548
|
+
D, [2011-10-17T12:46:49.422013 #24227] DEBUG -- : RESPONSE HEADERS:
|
549
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
550
|
+
D, [2011-10-17T12:46:49.422135 #24227] DEBUG -- : RESPONSE:
|
551
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
552
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
553
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
554
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
555
|
+
<env:Body>
|
556
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002d38388></n1:getAnswerAboutPersonResponse>
|
557
|
+
</env:Body>
|
558
|
+
</env:Envelope>
|
559
|
+
I, [2011-10-17T12:46:50.136263 #24227] INFO -- : InquiryService
|
560
|
+
D, [2011-10-17T12:46:50.136380 #24227] DEBUG -- : REQUEST:
|
561
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
562
|
+
<soapenv:Header/>
|
563
|
+
<soapenv:Body>
|
564
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
565
|
+
</soapenv:Body>
|
566
|
+
</soapenv:Envelope>
|
567
|
+
D, [2011-10-17T12:46:50.138182 #24227] DEBUG -- : RESPONSE HEADERS:
|
568
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
569
|
+
D, [2011-10-17T12:46:50.138295 #24227] DEBUG -- : RESPONSE:
|
570
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
571
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
572
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
573
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
574
|
+
<env:Body>
|
575
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002cd1368></n1:getAnswerAboutPersonResponse>
|
576
|
+
</env:Body>
|
577
|
+
</env:Envelope>
|
578
|
+
I, [2011-10-17T12:46:50.784150 #24227] INFO -- : InquiryService
|
579
|
+
D, [2011-10-17T12:46:50.784279 #24227] DEBUG -- : REQUEST:
|
580
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
581
|
+
<soapenv:Header/>
|
582
|
+
<soapenv:Body>
|
583
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
584
|
+
</soapenv:Body>
|
585
|
+
</soapenv:Envelope>
|
586
|
+
D, [2011-10-17T12:46:50.786447 #24227] DEBUG -- : RESPONSE HEADERS:
|
587
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
588
|
+
D, [2011-10-17T12:46:50.786591 #24227] DEBUG -- : RESPONSE:
|
589
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
590
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
591
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
592
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
593
|
+
<env:Body>
|
594
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002caedb8></n1:getAnswerAboutPersonResponse>
|
595
|
+
</env:Body>
|
596
|
+
</env:Envelope>
|
597
|
+
I, [2011-10-17T12:47:17.699857 #24227] INFO -- : InquiryService
|
598
|
+
D, [2011-10-17T12:47:17.700116 #24227] DEBUG -- : REQUEST:
|
599
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
600
|
+
<soapenv:Header/>
|
601
|
+
<soapenv:Body>
|
602
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
603
|
+
</soapenv:Body>
|
604
|
+
</soapenv:Envelope>
|
605
|
+
D, [2011-10-17T12:47:17.703021 #24227] DEBUG -- : RESPONSE HEADERS:
|
606
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
607
|
+
D, [2011-10-17T12:47:17.703185 #24227] DEBUG -- : RESPONSE:
|
608
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
609
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
610
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
611
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
612
|
+
<env:Body>
|
613
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000028e2950></n1:getAnswerAboutPersonResponse>
|
614
|
+
</env:Body>
|
615
|
+
</env:Envelope>
|
616
|
+
I, [2011-10-17T12:47:18.568206 #24227] INFO -- : InquiryService
|
617
|
+
D, [2011-10-17T12:47:18.568341 #24227] DEBUG -- : REQUEST:
|
618
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
619
|
+
<soapenv:Header/>
|
620
|
+
<soapenv:Body>
|
621
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
622
|
+
</soapenv:Body>
|
623
|
+
</soapenv:Envelope>
|
624
|
+
D, [2011-10-17T12:47:18.570314 #24227] DEBUG -- : RESPONSE HEADERS:
|
625
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
626
|
+
D, [2011-10-17T12:47:18.570448 #24227] DEBUG -- : RESPONSE:
|
627
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
628
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
629
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
630
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
631
|
+
<env:Body>
|
632
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002806090></n1:getAnswerAboutPersonResponse>
|
633
|
+
</env:Body>
|
634
|
+
</env:Envelope>
|
635
|
+
I, [2011-10-17T12:47:19.504132 #24227] INFO -- : InquiryService
|
636
|
+
D, [2011-10-17T12:47:19.504259 #24227] DEBUG -- : REQUEST:
|
637
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
638
|
+
<soapenv:Header/>
|
639
|
+
<soapenv:Body>
|
640
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
641
|
+
</soapenv:Body>
|
642
|
+
</soapenv:Envelope>
|
643
|
+
D, [2011-10-17T12:47:19.506181 #24227] DEBUG -- : RESPONSE HEADERS:
|
644
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
645
|
+
D, [2011-10-17T12:47:19.506306 #24227] DEBUG -- : RESPONSE:
|
646
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
647
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
648
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
649
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
650
|
+
<env:Body>
|
651
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002696908></n1:getAnswerAboutPersonResponse>
|
652
|
+
</env:Body>
|
653
|
+
</env:Envelope>
|
654
|
+
I, [2011-10-17T12:47:24.531858 #24227] INFO -- : InquiryService
|
655
|
+
D, [2011-10-17T12:47:24.531999 #24227] DEBUG -- : REQUEST:
|
656
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
657
|
+
<soapenv:Header/>
|
658
|
+
<soapenv:Body>
|
659
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
660
|
+
</soapenv:Body>
|
661
|
+
</soapenv:Envelope>
|
662
|
+
D, [2011-10-17T12:47:24.533908 #24227] DEBUG -- : RESPONSE HEADERS:
|
663
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
664
|
+
D, [2011-10-17T12:47:24.534044 #24227] DEBUG -- : RESPONSE:
|
665
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
666
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
667
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
668
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
669
|
+
<env:Body>
|
670
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000025f5558></n1:getAnswerAboutPersonResponse>
|
671
|
+
</env:Body>
|
672
|
+
</env:Envelope>
|
673
|
+
I, [2011-10-17T12:47:32.834485 #24227] INFO -- : InquiryService
|
674
|
+
D, [2011-10-17T12:47:32.834676 #24227] DEBUG -- : REQUEST:
|
675
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
676
|
+
<soapenv:Header/>
|
677
|
+
<soapenv:Body>
|
678
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
679
|
+
</soapenv:Body>
|
680
|
+
</soapenv:Envelope>
|
681
|
+
D, [2011-10-17T12:47:32.835864 #24227] DEBUG -- : RESPONSE HEADERS:
|
682
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
683
|
+
D, [2011-10-17T12:47:32.835938 #24227] DEBUG -- : RESPONSE:
|
684
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
685
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
686
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
687
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
688
|
+
<env:Body>
|
689
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000025027e0></n1:getAnswerAboutPersonResponse>
|
690
|
+
</env:Body>
|
691
|
+
</env:Envelope>
|
692
|
+
I, [2011-10-17T12:48:19.157144 #24227] INFO -- : InquiryService
|
693
|
+
D, [2011-10-17T12:48:19.157288 #24227] DEBUG -- : REQUEST:
|
694
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
695
|
+
<soapenv:Header/>
|
696
|
+
<soapenv:Body>
|
697
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
698
|
+
</soapenv:Body>
|
699
|
+
</soapenv:Envelope>
|
700
|
+
D, [2011-10-17T12:48:19.159243 #24227] DEBUG -- : RESPONSE HEADERS:
|
701
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
702
|
+
D, [2011-10-17T12:48:19.159379 #24227] DEBUG -- : RESPONSE:
|
703
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
704
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
705
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
706
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
707
|
+
<env:Body>
|
708
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x00000002421ee8></n1:getAnswerAboutPersonResponse>
|
709
|
+
</env:Body>
|
710
|
+
</env:Envelope>
|
711
|
+
I, [2011-10-17T12:48:20.037681 #24227] INFO -- : InquiryService
|
712
|
+
D, [2011-10-17T12:48:20.037793 #24227] DEBUG -- : REQUEST:
|
713
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
714
|
+
<soapenv:Header/>
|
715
|
+
<soapenv:Body>
|
716
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
717
|
+
</soapenv:Body>
|
718
|
+
</soapenv:Envelope>
|
719
|
+
D, [2011-10-17T12:48:20.039718 #24227] DEBUG -- : RESPONSE HEADERS:
|
720
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
721
|
+
D, [2011-10-17T12:48:20.039837 #24227] DEBUG -- : RESPONSE:
|
722
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
723
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
724
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
725
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
726
|
+
<env:Body>
|
727
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000021b6e60></n1:getAnswerAboutPersonResponse>
|
728
|
+
</env:Body>
|
729
|
+
</env:Envelope>
|
730
|
+
I, [2011-10-17T12:48:20.647944 #24227] INFO -- : InquiryService
|
731
|
+
D, [2011-10-17T12:48:20.648067 #24227] DEBUG -- : REQUEST:
|
732
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
733
|
+
<soapenv:Header/>
|
734
|
+
<soapenv:Body>
|
735
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
736
|
+
</soapenv:Body>
|
737
|
+
</soapenv:Envelope>
|
738
|
+
D, [2011-10-17T12:48:20.649897 #24227] DEBUG -- : RESPONSE HEADERS:
|
739
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
740
|
+
D, [2011-10-17T12:48:20.650014 #24227] DEBUG -- : RESPONSE:
|
741
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
742
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
743
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
744
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
745
|
+
<env:Body>
|
746
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/">#<Rzags::InquiryService::Type::GetAnswerAboutPerson:0x000000020717f8></n1:getAnswerAboutPersonResponse>
|
747
|
+
</env:Body>
|
748
|
+
</env:Envelope>
|
749
|
+
I, [2011-10-17T12:48:24.155716 #24227] INFO -- : SOAP Services: STOP
|
750
|
+
I, [2011-10-17T12:50:10.848344 #28198] INFO -- : SOAP Services: START
|
751
|
+
I, [2011-10-17T12:50:10.849662 #28198] INFO -- : Service found: InquiryService route to /InquiryService
|
752
|
+
I, [2011-10-17T12:50:13.010521 #28198] INFO -- : InquiryService
|
753
|
+
D, [2011-10-17T12:50:13.010706 #28198] DEBUG -- : REQUEST:
|
754
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
755
|
+
<soapenv:Header/>
|
756
|
+
<soapenv:Body>
|
757
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
758
|
+
</soapenv:Body>
|
759
|
+
</soapenv:Envelope>
|
760
|
+
D, [2011-10-17T12:50:13.013028 #28198] DEBUG -- : RESPONSE HEADERS:
|
761
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
762
|
+
D, [2011-10-17T12:50:13.013134 #28198] DEBUG -- : RESPONSE:
|
763
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
764
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
765
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
766
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
767
|
+
<env:Body>
|
768
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
769
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
770
|
+
</env:Body>
|
771
|
+
</env:Envelope>
|
772
|
+
I, [2011-10-17T12:51:59.446414 #28198] INFO -- : SOAP Services: STOP
|
773
|
+
I, [2011-10-17T12:52:59.215662 #30386] INFO -- : SOAP Services: START
|
774
|
+
I, [2011-10-17T12:52:59.215758 #30386] INFO -- : Service found: InquiryService route to /InquiryService
|
775
|
+
I, [2011-10-17T12:53:01.596161 #30386] INFO -- : InquiryService
|
776
|
+
D, [2011-10-17T12:53:01.596297 #30386] DEBUG -- : REQUEST:
|
777
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
778
|
+
<soapenv:Header/>
|
779
|
+
<soapenv:Body>
|
780
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
781
|
+
</soapenv:Body>
|
782
|
+
</soapenv:Envelope>
|
783
|
+
D, [2011-10-17T12:53:01.598560 #30386] DEBUG -- : RESPONSE HEADERS:
|
784
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
785
|
+
D, [2011-10-17T12:53:01.598671 #30386] DEBUG -- : RESPONSE:
|
786
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
787
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
788
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
789
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
790
|
+
<env:Body>
|
791
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
792
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
793
|
+
</env:Body>
|
794
|
+
</env:Envelope>
|
795
|
+
I, [2011-10-17T12:53:05.211616 #30386] INFO -- : InquiryService
|
796
|
+
D, [2011-10-17T12:53:05.211794 #30386] DEBUG -- : REQUEST:
|
797
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
798
|
+
<soapenv:Header/>
|
799
|
+
<soapenv:Body>
|
800
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
801
|
+
</soapenv:Body>
|
802
|
+
</soapenv:Envelope>
|
803
|
+
D, [2011-10-17T12:53:05.214805 #30386] DEBUG -- : RESPONSE HEADERS:
|
804
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
805
|
+
D, [2011-10-17T12:53:05.215014 #30386] DEBUG -- : RESPONSE:
|
806
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
807
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
808
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
809
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
810
|
+
<env:Body>
|
811
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
812
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
813
|
+
</env:Body>
|
814
|
+
</env:Envelope>
|
815
|
+
I, [2011-10-17T12:53:05.864890 #30386] INFO -- : InquiryService
|
816
|
+
D, [2011-10-17T12:53:05.865017 #30386] DEBUG -- : REQUEST:
|
817
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
818
|
+
<soapenv:Header/>
|
819
|
+
<soapenv:Body>
|
820
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
821
|
+
</soapenv:Body>
|
822
|
+
</soapenv:Envelope>
|
823
|
+
D, [2011-10-17T12:53:05.867028 #30386] DEBUG -- : RESPONSE HEADERS:
|
824
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
825
|
+
D, [2011-10-17T12:53:05.867141 #30386] DEBUG -- : RESPONSE:
|
826
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
827
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
828
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
829
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
830
|
+
<env:Body>
|
831
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
832
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
833
|
+
</env:Body>
|
834
|
+
</env:Envelope>
|
835
|
+
I, [2011-10-17T12:53:06.401438 #30386] INFO -- : InquiryService
|
836
|
+
D, [2011-10-17T12:53:06.401548 #30386] DEBUG -- : REQUEST:
|
837
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
838
|
+
<soapenv:Header/>
|
839
|
+
<soapenv:Body>
|
840
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
841
|
+
</soapenv:Body>
|
842
|
+
</soapenv:Envelope>
|
843
|
+
D, [2011-10-17T12:53:06.403483 #30386] DEBUG -- : RESPONSE HEADERS:
|
844
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
845
|
+
D, [2011-10-17T12:53:06.403645 #30386] DEBUG -- : RESPONSE:
|
846
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
847
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
848
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
849
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
850
|
+
<env:Body>
|
851
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
852
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
853
|
+
</env:Body>
|
854
|
+
</env:Envelope>
|
855
|
+
I, [2011-10-17T12:53:09.361364 #30386] INFO -- : InquiryService
|
856
|
+
D, [2011-10-17T12:53:09.361477 #30386] DEBUG -- : REQUEST:
|
857
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
858
|
+
<soapenv:Header/>
|
859
|
+
<soapenv:Body>
|
860
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
861
|
+
</soapenv:Body>
|
862
|
+
</soapenv:Envelope>
|
863
|
+
D, [2011-10-17T12:53:09.363374 #30386] DEBUG -- : RESPONSE HEADERS:
|
864
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
865
|
+
D, [2011-10-17T12:53:09.363497 #30386] DEBUG -- : RESPONSE:
|
866
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
867
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
868
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
869
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
870
|
+
<env:Body>
|
871
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
872
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
873
|
+
</env:Body>
|
874
|
+
</env:Envelope>
|
875
|
+
I, [2011-10-17T12:53:10.264958 #30386] INFO -- : InquiryService
|
876
|
+
D, [2011-10-17T12:53:10.265069 #30386] DEBUG -- : REQUEST:
|
877
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
878
|
+
<soapenv:Header/>
|
879
|
+
<soapenv:Body>
|
880
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
881
|
+
</soapenv:Body>
|
882
|
+
</soapenv:Envelope>
|
883
|
+
D, [2011-10-17T12:53:10.267009 #30386] DEBUG -- : RESPONSE HEADERS:
|
884
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
885
|
+
D, [2011-10-17T12:53:10.267115 #30386] DEBUG -- : RESPONSE:
|
886
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
887
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
888
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
889
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
890
|
+
<env:Body>
|
891
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
892
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
893
|
+
</env:Body>
|
894
|
+
</env:Envelope>
|
895
|
+
I, [2011-10-17T12:53:12.224714 #30386] INFO -- : InquiryService
|
896
|
+
D, [2011-10-17T12:53:12.224828 #30386] DEBUG -- : REQUEST:
|
897
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
898
|
+
<soapenv:Header/>
|
899
|
+
<soapenv:Body>
|
900
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
901
|
+
</soapenv:Body>
|
902
|
+
</soapenv:Envelope>
|
903
|
+
D, [2011-10-17T12:53:12.226713 #30386] DEBUG -- : RESPONSE HEADERS:
|
904
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
905
|
+
D, [2011-10-17T12:53:12.226835 #30386] DEBUG -- : RESPONSE:
|
906
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
907
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
908
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
909
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
910
|
+
<env:Body>
|
911
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
912
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
913
|
+
</env:Body>
|
914
|
+
</env:Envelope>
|
915
|
+
I, [2011-10-17T12:53:12.833661 #30386] INFO -- : InquiryService
|
916
|
+
D, [2011-10-17T12:53:12.833773 #30386] DEBUG -- : REQUEST:
|
917
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
918
|
+
<soapenv:Header/>
|
919
|
+
<soapenv:Body>
|
920
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
921
|
+
</soapenv:Body>
|
922
|
+
</soapenv:Envelope>
|
923
|
+
D, [2011-10-17T12:53:12.835892 #30386] DEBUG -- : RESPONSE HEADERS:
|
924
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
925
|
+
D, [2011-10-17T12:53:12.836021 #30386] DEBUG -- : RESPONSE:
|
926
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
927
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
928
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
929
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
930
|
+
<env:Body>
|
931
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
932
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
933
|
+
</env:Body>
|
934
|
+
</env:Envelope>
|
935
|
+
I, [2011-10-17T12:53:13.568874 #30386] INFO -- : InquiryService
|
936
|
+
D, [2011-10-17T12:53:13.568986 #30386] DEBUG -- : REQUEST:
|
937
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
938
|
+
<soapenv:Header/>
|
939
|
+
<soapenv:Body>
|
940
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
941
|
+
</soapenv:Body>
|
942
|
+
</soapenv:Envelope>
|
943
|
+
D, [2011-10-17T12:53:13.570863 #30386] DEBUG -- : RESPONSE HEADERS:
|
944
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
945
|
+
D, [2011-10-17T12:53:13.570985 #30386] DEBUG -- : RESPONSE:
|
946
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
947
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
948
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
949
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
950
|
+
<env:Body>
|
951
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
952
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
953
|
+
</env:Body>
|
954
|
+
</env:Envelope>
|
955
|
+
I, [2011-10-17T12:53:14.232398 #30386] INFO -- : InquiryService
|
956
|
+
D, [2011-10-17T12:53:14.232511 #30386] DEBUG -- : REQUEST:
|
957
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
958
|
+
<soapenv:Header/>
|
959
|
+
<soapenv:Body>
|
960
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
961
|
+
</soapenv:Body>
|
962
|
+
</soapenv:Envelope>
|
963
|
+
D, [2011-10-17T12:53:14.234510 #30386] DEBUG -- : RESPONSE HEADERS:
|
964
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
965
|
+
D, [2011-10-17T12:53:14.234637 #30386] DEBUG -- : RESPONSE:
|
966
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
967
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
968
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
969
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
970
|
+
<env:Body>
|
971
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
972
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
973
|
+
</env:Body>
|
974
|
+
</env:Envelope>
|
975
|
+
I, [2011-10-17T12:53:15.105583 #30386] INFO -- : InquiryService
|
976
|
+
D, [2011-10-17T12:53:15.105667 #30386] DEBUG -- : REQUEST:
|
977
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
978
|
+
<soapenv:Header/>
|
979
|
+
<soapenv:Body>
|
980
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
981
|
+
</soapenv:Body>
|
982
|
+
</soapenv:Envelope>
|
983
|
+
D, [2011-10-17T12:53:15.107545 #30386] DEBUG -- : RESPONSE HEADERS:
|
984
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
985
|
+
D, [2011-10-17T12:53:15.107715 #30386] DEBUG -- : RESPONSE:
|
986
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
987
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
988
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
989
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
990
|
+
<env:Body>
|
991
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
992
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
993
|
+
</env:Body>
|
994
|
+
</env:Envelope>
|
995
|
+
I, [2011-10-17T12:53:15.968471 #30386] INFO -- : InquiryService
|
996
|
+
D, [2011-10-17T12:53:15.968586 #30386] DEBUG -- : REQUEST:
|
997
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
998
|
+
<soapenv:Header/>
|
999
|
+
<soapenv:Body>
|
1000
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1001
|
+
</soapenv:Body>
|
1002
|
+
</soapenv:Envelope>
|
1003
|
+
D, [2011-10-17T12:53:15.970520 #30386] DEBUG -- : RESPONSE HEADERS:
|
1004
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1005
|
+
D, [2011-10-17T12:53:15.970638 #30386] DEBUG -- : RESPONSE:
|
1006
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
1007
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
1008
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
1009
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1010
|
+
<env:Body>
|
1011
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
1012
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1013
|
+
</env:Body>
|
1014
|
+
</env:Envelope>
|
1015
|
+
I, [2011-10-17T12:53:16.688623 #30386] INFO -- : InquiryService
|
1016
|
+
D, [2011-10-17T12:53:16.688734 #30386] DEBUG -- : REQUEST:
|
1017
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1018
|
+
<soapenv:Header/>
|
1019
|
+
<soapenv:Body>
|
1020
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1021
|
+
</soapenv:Body>
|
1022
|
+
</soapenv:Envelope>
|
1023
|
+
D, [2011-10-17T12:53:16.690617 #30386] DEBUG -- : RESPONSE HEADERS:
|
1024
|
+
{"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1025
|
+
D, [2011-10-17T12:53:16.690776 #30386] DEBUG -- : RESPONSE:
|
1026
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
1027
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
1028
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
1029
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1030
|
+
<env:Body>
|
1031
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/"
|
1032
|
+
xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1033
|
+
</env:Body>
|
1034
|
+
</env:Envelope>
|
1035
|
+
I, [2011-10-17T12:53:18.694681 #30386] INFO -- : SOAP Services: STOP
|
1036
|
+
SOAP Services: START
|
1037
|
+
Service found: InquiryService route to /InquiryService
|
1038
|
+
ERROR:
|
1039
|
+
private method `format' called for 2011-10-17 14:20:38 +0400:Time
|
1040
|
+
SOAP Services: STOP
|
1041
|
+
SOAP Services: START
|
1042
|
+
Service found: InquiryService route to /InquiryService
|
1043
|
+
Started POST "" for
|
1044
|
+
Processing by InquiryService
|
1045
|
+
Parameters:
|
1046
|
+
<?xml version="1.0"?>
|
1047
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1048
|
+
<soapenv:Header/>
|
1049
|
+
<soapenv:Body>
|
1050
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1051
|
+
</soapenv:Body>
|
1052
|
+
</soapenv:Envelope>
|
1053
|
+
|
1054
|
+
Response:
|
1055
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1056
|
+
Body:
|
1057
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1058
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1059
|
+
<env:Body>
|
1060
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1061
|
+
</env:Body>
|
1062
|
+
</env:Envelope>
|
1063
|
+
|
1064
|
+
SOAP Services: STOP
|
1065
|
+
SOAP Services: START
|
1066
|
+
Service found: InquiryService route to /InquiryService
|
1067
|
+
Started POST "" for
|
1068
|
+
Processing by InquiryService
|
1069
|
+
Parameters:
|
1070
|
+
<?xml version="1.0"?>
|
1071
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1072
|
+
<soapenv:Header/>
|
1073
|
+
<soapenv:Body>
|
1074
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1075
|
+
</soapenv:Body>
|
1076
|
+
</soapenv:Envelope>
|
1077
|
+
|
1078
|
+
Response:
|
1079
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1080
|
+
Body:
|
1081
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1082
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1083
|
+
<env:Body>
|
1084
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1085
|
+
</env:Body>
|
1086
|
+
</env:Envelope>
|
1087
|
+
|
1088
|
+
Started POST "" for
|
1089
|
+
Processing by InquiryService
|
1090
|
+
Parameters:
|
1091
|
+
<?xml version="1.0"?>
|
1092
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1093
|
+
<soapenv:Header/>
|
1094
|
+
<soapenv:Body>
|
1095
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1096
|
+
</soapenv:Body>
|
1097
|
+
</soapenv:Envelope>
|
1098
|
+
|
1099
|
+
Response:
|
1100
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1101
|
+
Body:
|
1102
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1103
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1104
|
+
<env:Body>
|
1105
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1106
|
+
</env:Body>
|
1107
|
+
</env:Envelope>
|
1108
|
+
|
1109
|
+
SOAP Services: STOP
|
1110
|
+
SOAP Services: START
|
1111
|
+
Service found: InquiryService route to /InquiryService
|
1112
|
+
Started POST "" for
|
1113
|
+
Processing by InquiryService
|
1114
|
+
Parameters:
|
1115
|
+
<?xml version="1.0"?>
|
1116
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1117
|
+
<soapenv:Header/>
|
1118
|
+
<soapenv:Body>
|
1119
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1120
|
+
</soapenv:Body>
|
1121
|
+
</soapenv:Envelope>
|
1122
|
+
|
1123
|
+
Response:
|
1124
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1125
|
+
Body:
|
1126
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1127
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1128
|
+
<env:Body>
|
1129
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1130
|
+
</env:Body>
|
1131
|
+
</env:Envelope>
|
1132
|
+
|
1133
|
+
SOAP Services: STOP
|
1134
|
+
SOAP Services: START
|
1135
|
+
Service found: InquiryService route to /InquiryService
|
1136
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:29:02. caller
|
1137
|
+
Processing by InquiryService
|
1138
|
+
Parameters:
|
1139
|
+
<?xml version="1.0"?>
|
1140
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1141
|
+
<soapenv:Header/>
|
1142
|
+
<soapenv:Body>
|
1143
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1144
|
+
</soapenv:Body>
|
1145
|
+
</soapenv:Envelope>
|
1146
|
+
|
1147
|
+
Response:
|
1148
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1149
|
+
Body:
|
1150
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1151
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1152
|
+
<env:Body>
|
1153
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1154
|
+
</env:Body>
|
1155
|
+
</env:Envelope>
|
1156
|
+
|
1157
|
+
SOAP Services: STOP
|
1158
|
+
SOAP Services: START
|
1159
|
+
Service found: InquiryService route to /InquiryService
|
1160
|
+
|
1161
|
+
SOAP Services: STOP
|
1162
|
+
SOAP Services: START
|
1163
|
+
Service found: InquiryService route to /InquiryService
|
1164
|
+
|
1165
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:31:58. caller
|
1166
|
+
Processing by InquiryService
|
1167
|
+
Parameters:
|
1168
|
+
<?xml version="1.0"?>
|
1169
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1170
|
+
<soapenv:Header/>
|
1171
|
+
<soapenv:Body>
|
1172
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1173
|
+
</soapenv:Body>
|
1174
|
+
</soapenv:Envelope>
|
1175
|
+
|
1176
|
+
Response:
|
1177
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1178
|
+
Body:
|
1179
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1180
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1181
|
+
<env:Body>
|
1182
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1183
|
+
</env:Body>
|
1184
|
+
</env:Envelope>
|
1185
|
+
|
1186
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:32:00. caller
|
1187
|
+
Processing by InquiryService
|
1188
|
+
Parameters:
|
1189
|
+
<?xml version="1.0"?>
|
1190
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1191
|
+
<soapenv:Header/>
|
1192
|
+
<soapenv:Body>
|
1193
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1194
|
+
</soapenv:Body>
|
1195
|
+
</soapenv:Envelope>
|
1196
|
+
|
1197
|
+
Response:
|
1198
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1199
|
+
Body:
|
1200
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1201
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1202
|
+
<env:Body>
|
1203
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1204
|
+
</env:Body>
|
1205
|
+
</env:Envelope>
|
1206
|
+
|
1207
|
+
SOAP Services: STOP
|
1208
|
+
SOAP Services: START
|
1209
|
+
Service found: InquiryService route to /InquiryService
|
1210
|
+
|
1211
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:35:17. caller
|
1212
|
+
Processing by InquiryService
|
1213
|
+
Parameters:
|
1214
|
+
<?xml version="1.0"?>
|
1215
|
+
|
1216
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1217
|
+
|
1218
|
+
<soapenv:Header/>
|
1219
|
+
|
1220
|
+
<soapenv:Body>
|
1221
|
+
|
1222
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1223
|
+
|
1224
|
+
</soapenv:Body>
|
1225
|
+
|
1226
|
+
</soapenv:Envelope>
|
1227
|
+
|
1228
|
+
Response:
|
1229
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1230
|
+
Body:
|
1231
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1232
|
+
|
1233
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1234
|
+
|
1235
|
+
<env:Body>
|
1236
|
+
|
1237
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1238
|
+
|
1239
|
+
</env:Body>
|
1240
|
+
|
1241
|
+
</env:Envelope>
|
1242
|
+
|
1243
|
+
SOAP Services: STOP
|
1244
|
+
SOAP Services: START
|
1245
|
+
Service found: InquiryService route to /InquiryService
|
1246
|
+
|
1247
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:37:53. caller
|
1248
|
+
Processing by InquiryService
|
1249
|
+
Parameters:
|
1250
|
+
<?xml version="1.0"?>
|
1251
|
+
|
1252
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1253
|
+
|
1254
|
+
<soapenv:Header/>
|
1255
|
+
|
1256
|
+
<soapenv:Body>
|
1257
|
+
|
1258
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1259
|
+
|
1260
|
+
</soapenv:Body>
|
1261
|
+
|
1262
|
+
</soapenv:Envelope>
|
1263
|
+
|
1264
|
+
Response:
|
1265
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1266
|
+
Body:
|
1267
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1268
|
+
|
1269
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1270
|
+
|
1271
|
+
<env:Body>
|
1272
|
+
|
1273
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1274
|
+
|
1275
|
+
</env:Body>
|
1276
|
+
|
1277
|
+
</env:Envelope>
|
1278
|
+
|
1279
|
+
SOAP Services: STOP
|
1280
|
+
SOAP Services: START
|
1281
|
+
Service found: InquiryService route to /InquiryService
|
1282
|
+
|
1283
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:38:13. caller
|
1284
|
+
Processing by InquiryService
|
1285
|
+
Parameters:
|
1286
|
+
<?xml version="1.0"?>
|
1287
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1288
|
+
<soapenv:Header/>
|
1289
|
+
<soapenv:Body>
|
1290
|
+
<type:getAnswerAboutPerson><inquiryIdentifier>1</inquiryIdentifier></type:getAnswerAboutPerson>
|
1291
|
+
</soapenv:Body>
|
1292
|
+
</soapenv:Envelope>
|
1293
|
+
|
1294
|
+
Response:
|
1295
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1296
|
+
Body:
|
1297
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1298
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1299
|
+
<env:Body>
|
1300
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1301
|
+
</env:Body>
|
1302
|
+
</env:Envelope>
|
1303
|
+
|
1304
|
+
SOAP Services: STOP
|
1305
|
+
SOAP Services: START
|
1306
|
+
Service found: InquiryService route to /InquiryService
|
1307
|
+
|
1308
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:39:13. caller
|
1309
|
+
Processing by InquiryService
|
1310
|
+
Parameters:
|
1311
|
+
<?xml version="1.0"?>
|
1312
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1313
|
+
<soapenv:Header/>
|
1314
|
+
<soapenv:Body>
|
1315
|
+
<type:getAnswerAboutPerson>
|
1316
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
1317
|
+
</type:getAnswerAboutPerson>
|
1318
|
+
</soapenv:Body>
|
1319
|
+
</soapenv:Envelope>
|
1320
|
+
|
1321
|
+
Response:
|
1322
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1323
|
+
Body:
|
1324
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1325
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1326
|
+
<env:Body>
|
1327
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1328
|
+
</env:Body>
|
1329
|
+
</env:Envelope>
|
1330
|
+
|
1331
|
+
Started POST "/InquiryService" for 127.0.0.1 at 2011-10-17 14:39:40. caller
|
1332
|
+
Processing by InquiryService
|
1333
|
+
Parameters:
|
1334
|
+
<?xml version="1.0"?>
|
1335
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:type="http://ezags.rt.ru/rzags/InquiryService/type/">
|
1336
|
+
<soapenv:Header/>
|
1337
|
+
<soapenv:Body>
|
1338
|
+
<type:getAnswerAboutPerson>
|
1339
|
+
<inquiryIdentifier>1</inquiryIdentifier>
|
1340
|
+
</type:getAnswerAboutPerson>
|
1341
|
+
</soapenv:Body>
|
1342
|
+
</soapenv:Envelope>
|
1343
|
+
|
1344
|
+
Response:
|
1345
|
+
Headers: {"content-type"=>"text/xml; charset=\"UTF-8\""}
|
1346
|
+
Body:
|
1347
|
+
<?xml version="1.0" encoding="utf-8"?>
|
1348
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
1349
|
+
<env:Body>
|
1350
|
+
<n1:getAnswerAboutPersonResponse xmlns:n1="http://ezags.rt.ru/rzags/InquiryService/type/" xsi:type="xsd:int">1</n1:getAnswerAboutPersonResponse>
|
1351
|
+
</env:Body>
|
1352
|
+
</env:Envelope>
|
1353
|
+
|