oass 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +1 -0
- data/README.md +9 -0
- data/lib/oass.rb +1 -3
- data/lib/oass/client.rb +4 -1
- data/lib/oass/client/campaign.rb +98 -0
- data/lib/oass/client/creative.rb +62 -0
- data/lib/oass/version.rb +1 -1
- data/spec/fixtures/creative_file.png +0 -0
- data/spec/fixtures/vcr_cassettes/Invalid_campaign_movie.yml +60 -0
- data/spec/fixtures/vcr_cassettes/Invalid_creative_movie.yml +70 -0
- data/spec/fixtures/vcr_cassettes/Oass_Client/_create_campaign.yml +1672 -0
- data/spec/fixtures/vcr_cassettes/Oass_Client/_create_creative.yml +3855 -0
- data/spec/fixtures/vcr_cassettes/Oass_Client/_create_creative/with_a_creative_file.yml +1000 -0
- data/spec/fixtures/vcr_cassettes/Oass_Client/_read_campaign.yml +1177 -37
- data/spec/fixtures/vcr_cassettes/Oass_Client/_read_creative.yml +1176 -37
- data/spec/fixtures/vcr_cassettes/Oass_Client/_request.yml +2334 -54
- data/spec/oass/client_spec.rb +88 -10
- data/spec/oass/configuration_spec.rb +8 -0
- data/spec/spec_helper.rb +7 -0
- metadata +18 -6
- data/lib/oass/campaign.rb +0 -35
- data/lib/oass/creative.rb +0 -50
@@ -1,30 +1,30 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/struct:VCR::HTTPInteraction
|
3
|
-
request: !ruby/struct:VCR::Request
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
4
|
method: :get
|
5
5
|
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
6
|
-
body:
|
7
|
-
headers:
|
8
|
-
response: !ruby/struct:VCR::Response
|
9
|
-
status: !ruby/struct:VCR::ResponseStatus
|
6
|
+
body:
|
7
|
+
headers:
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
10
|
code: 200
|
11
11
|
message: OK
|
12
|
-
headers:
|
13
|
-
etag:
|
12
|
+
headers:
|
13
|
+
etag:
|
14
14
|
- "\"44e617-674-48c8d0448cd40\""
|
15
|
-
p3p:
|
15
|
+
p3p:
|
16
16
|
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
17
|
-
last-modified:
|
17
|
+
last-modified:
|
18
18
|
- Thu, 29 Jul 2010 20:59:57 GMT
|
19
|
-
content-type:
|
19
|
+
content-type:
|
20
20
|
- text/xml
|
21
|
-
server:
|
21
|
+
server:
|
22
22
|
- Apache/2.2.3 (Red Hat)
|
23
|
-
date:
|
23
|
+
date:
|
24
24
|
- Wed, 25 May 2011 22:50:16 GMT
|
25
|
-
content-length:
|
25
|
+
content-length:
|
26
26
|
- "1652"
|
27
|
-
accept-ranges:
|
27
|
+
accept-ranges:
|
28
28
|
- bytes
|
29
29
|
body: |
|
30
30
|
<?xml version="1.0" encoding="UTF-8"?>
|
@@ -37,7 +37,7 @@
|
|
37
37
|
</message>
|
38
38
|
<message name="OaxApi_OasXmlRequest">
|
39
39
|
<part name="String_1" type="xsd:string">
|
40
|
-
|
40
|
+
|
41
41
|
</part>
|
42
42
|
<part name="String_2" type="xsd:string">
|
43
43
|
</part>
|
@@ -47,7 +47,7 @@
|
|
47
47
|
</part>
|
48
48
|
</message>
|
49
49
|
<portType name="OaxApi">
|
50
|
-
|
50
|
+
|
51
51
|
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
52
52
|
<input message="tns:OaxApi_OasXmlRequest">
|
53
53
|
</input>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
</portType>
|
58
58
|
<binding name="OaxApiBinding" type="tns:OaxApi">
|
59
59
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
60
|
-
|
60
|
+
|
61
61
|
<operation name="OasXmlRequest">
|
62
62
|
<soap:operation soapAction=""/>
|
63
63
|
<input>
|
@@ -67,7 +67,7 @@
|
|
67
67
|
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
68
68
|
</output>
|
69
69
|
</operation>
|
70
|
-
|
70
|
+
|
71
71
|
</binding>
|
72
72
|
<service name="OaxApiService">
|
73
73
|
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
@@ -77,12 +77,12 @@
|
|
77
77
|
</definitions>
|
78
78
|
|
79
79
|
http_version: "1.1"
|
80
|
-
- !ruby/struct:VCR::HTTPInteraction
|
81
|
-
request: !ruby/struct:VCR::Request
|
80
|
+
- !ruby/struct:VCR::HTTPInteraction
|
81
|
+
request: !ruby/struct:VCR::Request
|
82
82
|
method: :post
|
83
83
|
uri: https://training7.247realmedia.com:443/oasapi/OaxApi
|
84
84
|
body: |-
|
85
|
-
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:n1="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><n1:OasXmlRequest xmlns:n1="http://api.oas.tfsm.com/"><String_1
|
85
|
+
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:n1="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><n1:OasXmlRequest xmlns:n1="http://api.oas.tfsm.com/"><String_1><%= account %></String_1><String_2><%= username %></String_2><String_3><%= password %></String_3><String_4><?xml version="1.0" encoding="UTF-8"?>
|
86
86
|
<AdXML>
|
87
87
|
<Request type="Creative">
|
88
88
|
<Creative action="read">
|
@@ -92,34 +92,34 @@
|
|
92
92
|
</Request>
|
93
93
|
</AdXML>
|
94
94
|
</String_4></n1:OasXmlRequest></env:Body></env:Envelope>
|
95
|
-
headers:
|
96
|
-
content-type:
|
95
|
+
headers:
|
96
|
+
content-type:
|
97
97
|
- text/xml;charset=UTF-8
|
98
|
-
soapaction:
|
98
|
+
soapaction:
|
99
99
|
- "\"OasXmlRequest\""
|
100
|
-
response: !ruby/struct:VCR::Response
|
101
|
-
status: !ruby/struct:VCR::ResponseStatus
|
100
|
+
response: !ruby/struct:VCR::Response
|
101
|
+
status: !ruby/struct:VCR::ResponseStatus
|
102
102
|
code: 200
|
103
103
|
message: OK
|
104
|
-
headers:
|
105
|
-
x-powered-by:
|
104
|
+
headers:
|
105
|
+
x-powered-by:
|
106
106
|
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
107
|
-
p3p:
|
107
|
+
p3p:
|
108
108
|
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
109
|
-
content-type:
|
109
|
+
content-type:
|
110
110
|
- text/xml;charset=UTF-8
|
111
|
-
via:
|
111
|
+
via:
|
112
112
|
- 1.1 training7.247realmedia.com
|
113
|
-
server:
|
113
|
+
server:
|
114
114
|
- Apache-Coyote/1.1
|
115
|
-
date:
|
115
|
+
date:
|
116
116
|
- Wed, 25 May 2011 22:50:17 GMT
|
117
|
-
transfer-encoding:
|
117
|
+
transfer-encoding:
|
118
118
|
- chunked
|
119
119
|
body: |-
|
120
120
|
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns1:OasXmlRequestResponse xmlns:ns1="http://api.oas.tfsm.com/"><result><?xml version='1.0'?>
|
121
121
|
<AdXML>
|
122
|
-
|
122
|
+
|
123
123
|
<Response>
|
124
124
|
<Creative>
|
125
125
|
<CampaignId>abx_oferta3</CampaignId>
|
@@ -158,3 +158,1142 @@
|
|
158
158
|
</Response>
|
159
159
|
</AdXML></result></ns1:OasXmlRequestResponse></soapenv:Body></soapenv:Envelope>
|
160
160
|
http_version: "1.1"
|
161
|
+
- !ruby/struct:VCR::HTTPInteraction
|
162
|
+
request: !ruby/struct:VCR::Request
|
163
|
+
method: :get
|
164
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
165
|
+
body:
|
166
|
+
headers:
|
167
|
+
response: !ruby/struct:VCR::Response
|
168
|
+
status: !ruby/struct:VCR::ResponseStatus
|
169
|
+
code: 200
|
170
|
+
message: OK
|
171
|
+
headers:
|
172
|
+
etag:
|
173
|
+
- "\"44e617-674-48c8d0448cd40\""
|
174
|
+
last-modified:
|
175
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
176
|
+
p3p:
|
177
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
178
|
+
content-type:
|
179
|
+
- text/xml
|
180
|
+
date:
|
181
|
+
- Wed, 25 May 2011 23:55:35 GMT
|
182
|
+
server:
|
183
|
+
- Apache/2.2.3 (Red Hat)
|
184
|
+
content-length:
|
185
|
+
- "1652"
|
186
|
+
accept-ranges:
|
187
|
+
- bytes
|
188
|
+
body: |
|
189
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
190
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
191
|
+
<types>
|
192
|
+
</types>
|
193
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
194
|
+
<part name="result" type="xsd:string">
|
195
|
+
</part>
|
196
|
+
</message>
|
197
|
+
<message name="OaxApi_OasXmlRequest">
|
198
|
+
<part name="String_1" type="xsd:string">
|
199
|
+
|
200
|
+
</part>
|
201
|
+
<part name="String_2" type="xsd:string">
|
202
|
+
</part>
|
203
|
+
<part name="String_3" type="xsd:string">
|
204
|
+
</part>
|
205
|
+
<part name="String_4" type="xsd:string">
|
206
|
+
</part>
|
207
|
+
</message>
|
208
|
+
<portType name="OaxApi">
|
209
|
+
|
210
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
211
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
212
|
+
</input>
|
213
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
214
|
+
</output>
|
215
|
+
</operation>
|
216
|
+
</portType>
|
217
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
218
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
219
|
+
|
220
|
+
<operation name="OasXmlRequest">
|
221
|
+
<soap:operation soapAction=""/>
|
222
|
+
<input>
|
223
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
224
|
+
</input>
|
225
|
+
<output>
|
226
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
227
|
+
</output>
|
228
|
+
</operation>
|
229
|
+
|
230
|
+
</binding>
|
231
|
+
<service name="OaxApiService">
|
232
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
233
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
234
|
+
</port>
|
235
|
+
</service>
|
236
|
+
</definitions>
|
237
|
+
|
238
|
+
http_version: "1.1"
|
239
|
+
- !ruby/struct:VCR::HTTPInteraction
|
240
|
+
request: !ruby/struct:VCR::Request
|
241
|
+
method: :post
|
242
|
+
uri: https://training7.247realmedia.com:443/oasapi/OaxApi
|
243
|
+
body: |-
|
244
|
+
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:n1="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><n1:OasXmlRequest xmlns:n1="http://api.oas.tfsm.com/"><String_1>OasDefault</String_1><String_2 xsi:nil="true"/><String_3 xsi:nil="true"/><String_4><?xml version="1.0" encoding="UTF-8"?>
|
245
|
+
<AdXML>
|
246
|
+
<Request type="Creative">
|
247
|
+
<Creative action="read">
|
248
|
+
<CampaignId>abx_oferta3</CampaignId>
|
249
|
+
<Id>creatiewut</Id>
|
250
|
+
</Creative>
|
251
|
+
</Request>
|
252
|
+
</AdXML>
|
253
|
+
</String_4></n1:OasXmlRequest></env:Body></env:Envelope>
|
254
|
+
headers:
|
255
|
+
soapaction:
|
256
|
+
- "\"OasXmlRequest\""
|
257
|
+
content-type:
|
258
|
+
- text/xml;charset=UTF-8
|
259
|
+
response: !ruby/struct:VCR::Response
|
260
|
+
status: !ruby/struct:VCR::ResponseStatus
|
261
|
+
code: 200
|
262
|
+
message: OK
|
263
|
+
headers:
|
264
|
+
x-powered-by:
|
265
|
+
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
266
|
+
p3p:
|
267
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
268
|
+
via:
|
269
|
+
- 1.1 training7.247realmedia.com
|
270
|
+
content-type:
|
271
|
+
- text/xml;charset=UTF-8
|
272
|
+
date:
|
273
|
+
- Wed, 25 May 2011 23:55:36 GMT
|
274
|
+
server:
|
275
|
+
- Apache-Coyote/1.1
|
276
|
+
transfer-encoding:
|
277
|
+
- chunked
|
278
|
+
body: |-
|
279
|
+
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns1:OasXmlRequestResponse xmlns:ns1="http://api.oas.tfsm.com/"><result><?xml version='1.0'?>
|
280
|
+
<AdXML>
|
281
|
+
<Response>
|
282
|
+
<Exception errorCode='310'>empty parameters not supported.</Exception>
|
283
|
+
</Response>
|
284
|
+
</AdXML></result></ns1:OasXmlRequestResponse></soapenv:Body></soapenv:Envelope>
|
285
|
+
http_version: "1.1"
|
286
|
+
- !ruby/struct:VCR::HTTPInteraction
|
287
|
+
request: !ruby/struct:VCR::Request
|
288
|
+
method: :get
|
289
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
290
|
+
body:
|
291
|
+
headers:
|
292
|
+
response: !ruby/struct:VCR::Response
|
293
|
+
status: !ruby/struct:VCR::ResponseStatus
|
294
|
+
code: 200
|
295
|
+
message: OK
|
296
|
+
headers:
|
297
|
+
etag:
|
298
|
+
- "\"44e617-674-48c8d0448cd40\""
|
299
|
+
p3p:
|
300
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
301
|
+
last-modified:
|
302
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
303
|
+
content-type:
|
304
|
+
- text/xml
|
305
|
+
server:
|
306
|
+
- Apache/2.2.3 (Red Hat)
|
307
|
+
date:
|
308
|
+
- Wed, 25 May 2011 23:56:45 GMT
|
309
|
+
content-length:
|
310
|
+
- "1652"
|
311
|
+
accept-ranges:
|
312
|
+
- bytes
|
313
|
+
body: |
|
314
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
315
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
316
|
+
<types>
|
317
|
+
</types>
|
318
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
319
|
+
<part name="result" type="xsd:string">
|
320
|
+
</part>
|
321
|
+
</message>
|
322
|
+
<message name="OaxApi_OasXmlRequest">
|
323
|
+
<part name="String_1" type="xsd:string">
|
324
|
+
|
325
|
+
</part>
|
326
|
+
<part name="String_2" type="xsd:string">
|
327
|
+
</part>
|
328
|
+
<part name="String_3" type="xsd:string">
|
329
|
+
</part>
|
330
|
+
<part name="String_4" type="xsd:string">
|
331
|
+
</part>
|
332
|
+
</message>
|
333
|
+
<portType name="OaxApi">
|
334
|
+
|
335
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
336
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
337
|
+
</input>
|
338
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
339
|
+
</output>
|
340
|
+
</operation>
|
341
|
+
</portType>
|
342
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
343
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
344
|
+
|
345
|
+
<operation name="OasXmlRequest">
|
346
|
+
<soap:operation soapAction=""/>
|
347
|
+
<input>
|
348
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
349
|
+
</input>
|
350
|
+
<output>
|
351
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
352
|
+
</output>
|
353
|
+
</operation>
|
354
|
+
|
355
|
+
</binding>
|
356
|
+
<service name="OaxApiService">
|
357
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
358
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
359
|
+
</port>
|
360
|
+
</service>
|
361
|
+
</definitions>
|
362
|
+
|
363
|
+
http_version: "1.1"
|
364
|
+
- !ruby/struct:VCR::HTTPInteraction
|
365
|
+
request: !ruby/struct:VCR::Request
|
366
|
+
method: :get
|
367
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
368
|
+
body:
|
369
|
+
headers:
|
370
|
+
response: !ruby/struct:VCR::Response
|
371
|
+
status: !ruby/struct:VCR::ResponseStatus
|
372
|
+
code: 200
|
373
|
+
message: OK
|
374
|
+
headers:
|
375
|
+
etag:
|
376
|
+
- "\"44e617-674-48c8d0448cd40\""
|
377
|
+
last-modified:
|
378
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
379
|
+
p3p:
|
380
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
381
|
+
content-type:
|
382
|
+
- text/xml
|
383
|
+
date:
|
384
|
+
- Thu, 26 May 2011 00:03:40 GMT
|
385
|
+
server:
|
386
|
+
- Apache/2.2.3 (Red Hat)
|
387
|
+
content-length:
|
388
|
+
- "1652"
|
389
|
+
accept-ranges:
|
390
|
+
- bytes
|
391
|
+
body: |
|
392
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
393
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
394
|
+
<types>
|
395
|
+
</types>
|
396
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
397
|
+
<part name="result" type="xsd:string">
|
398
|
+
</part>
|
399
|
+
</message>
|
400
|
+
<message name="OaxApi_OasXmlRequest">
|
401
|
+
<part name="String_1" type="xsd:string">
|
402
|
+
|
403
|
+
</part>
|
404
|
+
<part name="String_2" type="xsd:string">
|
405
|
+
</part>
|
406
|
+
<part name="String_3" type="xsd:string">
|
407
|
+
</part>
|
408
|
+
<part name="String_4" type="xsd:string">
|
409
|
+
</part>
|
410
|
+
</message>
|
411
|
+
<portType name="OaxApi">
|
412
|
+
|
413
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
414
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
415
|
+
</input>
|
416
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
417
|
+
</output>
|
418
|
+
</operation>
|
419
|
+
</portType>
|
420
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
421
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
422
|
+
|
423
|
+
<operation name="OasXmlRequest">
|
424
|
+
<soap:operation soapAction=""/>
|
425
|
+
<input>
|
426
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
427
|
+
</input>
|
428
|
+
<output>
|
429
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
430
|
+
</output>
|
431
|
+
</operation>
|
432
|
+
|
433
|
+
</binding>
|
434
|
+
<service name="OaxApiService">
|
435
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
436
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
437
|
+
</port>
|
438
|
+
</service>
|
439
|
+
</definitions>
|
440
|
+
|
441
|
+
http_version: "1.1"
|
442
|
+
- !ruby/struct:VCR::HTTPInteraction
|
443
|
+
request: !ruby/struct:VCR::Request
|
444
|
+
method: :get
|
445
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
446
|
+
body:
|
447
|
+
headers:
|
448
|
+
response: !ruby/struct:VCR::Response
|
449
|
+
status: !ruby/struct:VCR::ResponseStatus
|
450
|
+
code: 200
|
451
|
+
message: OK
|
452
|
+
headers:
|
453
|
+
etag:
|
454
|
+
- "\"44e617-674-48c8d0448cd40\""
|
455
|
+
p3p:
|
456
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
457
|
+
last-modified:
|
458
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
459
|
+
content-type:
|
460
|
+
- text/xml
|
461
|
+
server:
|
462
|
+
- Apache/2.2.3 (Red Hat)
|
463
|
+
date:
|
464
|
+
- Thu, 26 May 2011 00:04:59 GMT
|
465
|
+
content-length:
|
466
|
+
- "1652"
|
467
|
+
accept-ranges:
|
468
|
+
- bytes
|
469
|
+
body: |
|
470
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
471
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
472
|
+
<types>
|
473
|
+
</types>
|
474
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
475
|
+
<part name="result" type="xsd:string">
|
476
|
+
</part>
|
477
|
+
</message>
|
478
|
+
<message name="OaxApi_OasXmlRequest">
|
479
|
+
<part name="String_1" type="xsd:string">
|
480
|
+
|
481
|
+
</part>
|
482
|
+
<part name="String_2" type="xsd:string">
|
483
|
+
</part>
|
484
|
+
<part name="String_3" type="xsd:string">
|
485
|
+
</part>
|
486
|
+
<part name="String_4" type="xsd:string">
|
487
|
+
</part>
|
488
|
+
</message>
|
489
|
+
<portType name="OaxApi">
|
490
|
+
|
491
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
492
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
493
|
+
</input>
|
494
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
495
|
+
</output>
|
496
|
+
</operation>
|
497
|
+
</portType>
|
498
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
499
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
500
|
+
|
501
|
+
<operation name="OasXmlRequest">
|
502
|
+
<soap:operation soapAction=""/>
|
503
|
+
<input>
|
504
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
505
|
+
</input>
|
506
|
+
<output>
|
507
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
508
|
+
</output>
|
509
|
+
</operation>
|
510
|
+
|
511
|
+
</binding>
|
512
|
+
<service name="OaxApiService">
|
513
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
514
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
515
|
+
</port>
|
516
|
+
</service>
|
517
|
+
</definitions>
|
518
|
+
|
519
|
+
http_version: "1.1"
|
520
|
+
- !ruby/struct:VCR::HTTPInteraction
|
521
|
+
request: !ruby/struct:VCR::Request
|
522
|
+
method: :get
|
523
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
524
|
+
body:
|
525
|
+
headers:
|
526
|
+
response: !ruby/struct:VCR::Response
|
527
|
+
status: !ruby/struct:VCR::ResponseStatus
|
528
|
+
code: 200
|
529
|
+
message: OK
|
530
|
+
headers:
|
531
|
+
etag:
|
532
|
+
- "\"44e617-674-48c8d0448cd40\""
|
533
|
+
last-modified:
|
534
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
535
|
+
p3p:
|
536
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
537
|
+
content-type:
|
538
|
+
- text/xml
|
539
|
+
date:
|
540
|
+
- Thu, 26 May 2011 00:07:33 GMT
|
541
|
+
server:
|
542
|
+
- Apache/2.2.3 (Red Hat)
|
543
|
+
content-length:
|
544
|
+
- "1652"
|
545
|
+
accept-ranges:
|
546
|
+
- bytes
|
547
|
+
body: |
|
548
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
549
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
550
|
+
<types>
|
551
|
+
</types>
|
552
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
553
|
+
<part name="result" type="xsd:string">
|
554
|
+
</part>
|
555
|
+
</message>
|
556
|
+
<message name="OaxApi_OasXmlRequest">
|
557
|
+
<part name="String_1" type="xsd:string">
|
558
|
+
|
559
|
+
</part>
|
560
|
+
<part name="String_2" type="xsd:string">
|
561
|
+
</part>
|
562
|
+
<part name="String_3" type="xsd:string">
|
563
|
+
</part>
|
564
|
+
<part name="String_4" type="xsd:string">
|
565
|
+
</part>
|
566
|
+
</message>
|
567
|
+
<portType name="OaxApi">
|
568
|
+
|
569
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
570
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
571
|
+
</input>
|
572
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
573
|
+
</output>
|
574
|
+
</operation>
|
575
|
+
</portType>
|
576
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
577
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
578
|
+
|
579
|
+
<operation name="OasXmlRequest">
|
580
|
+
<soap:operation soapAction=""/>
|
581
|
+
<input>
|
582
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
583
|
+
</input>
|
584
|
+
<output>
|
585
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
586
|
+
</output>
|
587
|
+
</operation>
|
588
|
+
|
589
|
+
</binding>
|
590
|
+
<service name="OaxApiService">
|
591
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
592
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
593
|
+
</port>
|
594
|
+
</service>
|
595
|
+
</definitions>
|
596
|
+
|
597
|
+
http_version: "1.1"
|
598
|
+
- !ruby/struct:VCR::HTTPInteraction
|
599
|
+
request: !ruby/struct:VCR::Request
|
600
|
+
method: :get
|
601
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
602
|
+
body:
|
603
|
+
headers:
|
604
|
+
response: !ruby/struct:VCR::Response
|
605
|
+
status: !ruby/struct:VCR::ResponseStatus
|
606
|
+
code: 200
|
607
|
+
message: OK
|
608
|
+
headers:
|
609
|
+
etag:
|
610
|
+
- "\"44e617-674-48c8d0448cd40\""
|
611
|
+
p3p:
|
612
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
613
|
+
last-modified:
|
614
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
615
|
+
content-type:
|
616
|
+
- text/xml
|
617
|
+
server:
|
618
|
+
- Apache/2.2.3 (Red Hat)
|
619
|
+
date:
|
620
|
+
- Thu, 26 May 2011 00:19:14 GMT
|
621
|
+
content-length:
|
622
|
+
- "1652"
|
623
|
+
accept-ranges:
|
624
|
+
- bytes
|
625
|
+
body: |
|
626
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
627
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
628
|
+
<types>
|
629
|
+
</types>
|
630
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
631
|
+
<part name="result" type="xsd:string">
|
632
|
+
</part>
|
633
|
+
</message>
|
634
|
+
<message name="OaxApi_OasXmlRequest">
|
635
|
+
<part name="String_1" type="xsd:string">
|
636
|
+
|
637
|
+
</part>
|
638
|
+
<part name="String_2" type="xsd:string">
|
639
|
+
</part>
|
640
|
+
<part name="String_3" type="xsd:string">
|
641
|
+
</part>
|
642
|
+
<part name="String_4" type="xsd:string">
|
643
|
+
</part>
|
644
|
+
</message>
|
645
|
+
<portType name="OaxApi">
|
646
|
+
|
647
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
648
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
649
|
+
</input>
|
650
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
651
|
+
</output>
|
652
|
+
</operation>
|
653
|
+
</portType>
|
654
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
655
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
656
|
+
|
657
|
+
<operation name="OasXmlRequest">
|
658
|
+
<soap:operation soapAction=""/>
|
659
|
+
<input>
|
660
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
661
|
+
</input>
|
662
|
+
<output>
|
663
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
664
|
+
</output>
|
665
|
+
</operation>
|
666
|
+
|
667
|
+
</binding>
|
668
|
+
<service name="OaxApiService">
|
669
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
670
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
671
|
+
</port>
|
672
|
+
</service>
|
673
|
+
</definitions>
|
674
|
+
|
675
|
+
http_version: "1.1"
|
676
|
+
- !ruby/struct:VCR::HTTPInteraction
|
677
|
+
request: !ruby/struct:VCR::Request
|
678
|
+
method: :get
|
679
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
680
|
+
body:
|
681
|
+
headers:
|
682
|
+
response: !ruby/struct:VCR::Response
|
683
|
+
status: !ruby/struct:VCR::ResponseStatus
|
684
|
+
code: 200
|
685
|
+
message: OK
|
686
|
+
headers:
|
687
|
+
etag:
|
688
|
+
- "\"44e617-674-48c8d0448cd40\""
|
689
|
+
last-modified:
|
690
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
691
|
+
p3p:
|
692
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
693
|
+
content-type:
|
694
|
+
- text/xml
|
695
|
+
date:
|
696
|
+
- Thu, 26 May 2011 00:46:59 GMT
|
697
|
+
server:
|
698
|
+
- Apache/2.2.3 (Red Hat)
|
699
|
+
content-length:
|
700
|
+
- "1652"
|
701
|
+
accept-ranges:
|
702
|
+
- bytes
|
703
|
+
body: |
|
704
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
705
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
706
|
+
<types>
|
707
|
+
</types>
|
708
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
709
|
+
<part name="result" type="xsd:string">
|
710
|
+
</part>
|
711
|
+
</message>
|
712
|
+
<message name="OaxApi_OasXmlRequest">
|
713
|
+
<part name="String_1" type="xsd:string">
|
714
|
+
|
715
|
+
</part>
|
716
|
+
<part name="String_2" type="xsd:string">
|
717
|
+
</part>
|
718
|
+
<part name="String_3" type="xsd:string">
|
719
|
+
</part>
|
720
|
+
<part name="String_4" type="xsd:string">
|
721
|
+
</part>
|
722
|
+
</message>
|
723
|
+
<portType name="OaxApi">
|
724
|
+
|
725
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
726
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
727
|
+
</input>
|
728
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
729
|
+
</output>
|
730
|
+
</operation>
|
731
|
+
</portType>
|
732
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
733
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
734
|
+
|
735
|
+
<operation name="OasXmlRequest">
|
736
|
+
<soap:operation soapAction=""/>
|
737
|
+
<input>
|
738
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
739
|
+
</input>
|
740
|
+
<output>
|
741
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
742
|
+
</output>
|
743
|
+
</operation>
|
744
|
+
|
745
|
+
</binding>
|
746
|
+
<service name="OaxApiService">
|
747
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
748
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
749
|
+
</port>
|
750
|
+
</service>
|
751
|
+
</definitions>
|
752
|
+
|
753
|
+
http_version: "1.1"
|
754
|
+
- !ruby/struct:VCR::HTTPInteraction
|
755
|
+
request: !ruby/struct:VCR::Request
|
756
|
+
method: :get
|
757
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
758
|
+
body:
|
759
|
+
headers:
|
760
|
+
response: !ruby/struct:VCR::Response
|
761
|
+
status: !ruby/struct:VCR::ResponseStatus
|
762
|
+
code: 200
|
763
|
+
message: OK
|
764
|
+
headers:
|
765
|
+
etag:
|
766
|
+
- "\"44e617-674-48c8d0448cd40\""
|
767
|
+
p3p:
|
768
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
769
|
+
last-modified:
|
770
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
771
|
+
content-type:
|
772
|
+
- text/xml
|
773
|
+
server:
|
774
|
+
- Apache/2.2.3 (Red Hat)
|
775
|
+
date:
|
776
|
+
- Thu, 26 May 2011 00:47:53 GMT
|
777
|
+
content-length:
|
778
|
+
- "1652"
|
779
|
+
accept-ranges:
|
780
|
+
- bytes
|
781
|
+
body: |
|
782
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
783
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
784
|
+
<types>
|
785
|
+
</types>
|
786
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
787
|
+
<part name="result" type="xsd:string">
|
788
|
+
</part>
|
789
|
+
</message>
|
790
|
+
<message name="OaxApi_OasXmlRequest">
|
791
|
+
<part name="String_1" type="xsd:string">
|
792
|
+
|
793
|
+
</part>
|
794
|
+
<part name="String_2" type="xsd:string">
|
795
|
+
</part>
|
796
|
+
<part name="String_3" type="xsd:string">
|
797
|
+
</part>
|
798
|
+
<part name="String_4" type="xsd:string">
|
799
|
+
</part>
|
800
|
+
</message>
|
801
|
+
<portType name="OaxApi">
|
802
|
+
|
803
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
804
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
805
|
+
</input>
|
806
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
807
|
+
</output>
|
808
|
+
</operation>
|
809
|
+
</portType>
|
810
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
811
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
812
|
+
|
813
|
+
<operation name="OasXmlRequest">
|
814
|
+
<soap:operation soapAction=""/>
|
815
|
+
<input>
|
816
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
817
|
+
</input>
|
818
|
+
<output>
|
819
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
820
|
+
</output>
|
821
|
+
</operation>
|
822
|
+
|
823
|
+
</binding>
|
824
|
+
<service name="OaxApiService">
|
825
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
826
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
827
|
+
</port>
|
828
|
+
</service>
|
829
|
+
</definitions>
|
830
|
+
|
831
|
+
http_version: "1.1"
|
832
|
+
- !ruby/struct:VCR::HTTPInteraction
|
833
|
+
request: !ruby/struct:VCR::Request
|
834
|
+
method: :get
|
835
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
836
|
+
body:
|
837
|
+
headers:
|
838
|
+
response: !ruby/struct:VCR::Response
|
839
|
+
status: !ruby/struct:VCR::ResponseStatus
|
840
|
+
code: 200
|
841
|
+
message: OK
|
842
|
+
headers:
|
843
|
+
etag:
|
844
|
+
- "\"44e617-674-48c8d0448cd40\""
|
845
|
+
last-modified:
|
846
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
847
|
+
p3p:
|
848
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
849
|
+
content-type:
|
850
|
+
- text/xml
|
851
|
+
date:
|
852
|
+
- Thu, 26 May 2011 00:48:39 GMT
|
853
|
+
server:
|
854
|
+
- Apache/2.2.3 (Red Hat)
|
855
|
+
content-length:
|
856
|
+
- "1652"
|
857
|
+
accept-ranges:
|
858
|
+
- bytes
|
859
|
+
body: |
|
860
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
861
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
862
|
+
<types>
|
863
|
+
</types>
|
864
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
865
|
+
<part name="result" type="xsd:string">
|
866
|
+
</part>
|
867
|
+
</message>
|
868
|
+
<message name="OaxApi_OasXmlRequest">
|
869
|
+
<part name="String_1" type="xsd:string">
|
870
|
+
|
871
|
+
</part>
|
872
|
+
<part name="String_2" type="xsd:string">
|
873
|
+
</part>
|
874
|
+
<part name="String_3" type="xsd:string">
|
875
|
+
</part>
|
876
|
+
<part name="String_4" type="xsd:string">
|
877
|
+
</part>
|
878
|
+
</message>
|
879
|
+
<portType name="OaxApi">
|
880
|
+
|
881
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
882
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
883
|
+
</input>
|
884
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
885
|
+
</output>
|
886
|
+
</operation>
|
887
|
+
</portType>
|
888
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
889
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
890
|
+
|
891
|
+
<operation name="OasXmlRequest">
|
892
|
+
<soap:operation soapAction=""/>
|
893
|
+
<input>
|
894
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
895
|
+
</input>
|
896
|
+
<output>
|
897
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
898
|
+
</output>
|
899
|
+
</operation>
|
900
|
+
|
901
|
+
</binding>
|
902
|
+
<service name="OaxApiService">
|
903
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
904
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
905
|
+
</port>
|
906
|
+
</service>
|
907
|
+
</definitions>
|
908
|
+
|
909
|
+
http_version: "1.1"
|
910
|
+
- !ruby/struct:VCR::HTTPInteraction
|
911
|
+
request: !ruby/struct:VCR::Request
|
912
|
+
method: :get
|
913
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
914
|
+
body:
|
915
|
+
headers:
|
916
|
+
response: !ruby/struct:VCR::Response
|
917
|
+
status: !ruby/struct:VCR::ResponseStatus
|
918
|
+
code: 200
|
919
|
+
message: OK
|
920
|
+
headers:
|
921
|
+
etag:
|
922
|
+
- "\"44e617-674-48c8d0448cd40\""
|
923
|
+
p3p:
|
924
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
925
|
+
last-modified:
|
926
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
927
|
+
content-type:
|
928
|
+
- text/xml
|
929
|
+
server:
|
930
|
+
- Apache/2.2.3 (Red Hat)
|
931
|
+
date:
|
932
|
+
- Thu, 26 May 2011 00:48:57 GMT
|
933
|
+
content-length:
|
934
|
+
- "1652"
|
935
|
+
accept-ranges:
|
936
|
+
- bytes
|
937
|
+
body: |
|
938
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
939
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
940
|
+
<types>
|
941
|
+
</types>
|
942
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
943
|
+
<part name="result" type="xsd:string">
|
944
|
+
</part>
|
945
|
+
</message>
|
946
|
+
<message name="OaxApi_OasXmlRequest">
|
947
|
+
<part name="String_1" type="xsd:string">
|
948
|
+
|
949
|
+
</part>
|
950
|
+
<part name="String_2" type="xsd:string">
|
951
|
+
</part>
|
952
|
+
<part name="String_3" type="xsd:string">
|
953
|
+
</part>
|
954
|
+
<part name="String_4" type="xsd:string">
|
955
|
+
</part>
|
956
|
+
</message>
|
957
|
+
<portType name="OaxApi">
|
958
|
+
|
959
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
960
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
961
|
+
</input>
|
962
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
963
|
+
</output>
|
964
|
+
</operation>
|
965
|
+
</portType>
|
966
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
967
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
968
|
+
|
969
|
+
<operation name="OasXmlRequest">
|
970
|
+
<soap:operation soapAction=""/>
|
971
|
+
<input>
|
972
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
973
|
+
</input>
|
974
|
+
<output>
|
975
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
976
|
+
</output>
|
977
|
+
</operation>
|
978
|
+
|
979
|
+
</binding>
|
980
|
+
<service name="OaxApiService">
|
981
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
982
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
983
|
+
</port>
|
984
|
+
</service>
|
985
|
+
</definitions>
|
986
|
+
|
987
|
+
http_version: "1.1"
|
988
|
+
- !ruby/struct:VCR::HTTPInteraction
|
989
|
+
request: !ruby/struct:VCR::Request
|
990
|
+
method: :get
|
991
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
992
|
+
body:
|
993
|
+
headers:
|
994
|
+
response: !ruby/struct:VCR::Response
|
995
|
+
status: !ruby/struct:VCR::ResponseStatus
|
996
|
+
code: 200
|
997
|
+
message: OK
|
998
|
+
headers:
|
999
|
+
etag:
|
1000
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1001
|
+
last-modified:
|
1002
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1003
|
+
p3p:
|
1004
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1005
|
+
content-type:
|
1006
|
+
- text/xml
|
1007
|
+
date:
|
1008
|
+
- Thu, 26 May 2011 00:49:36 GMT
|
1009
|
+
server:
|
1010
|
+
- Apache/2.2.3 (Red Hat)
|
1011
|
+
content-length:
|
1012
|
+
- "1652"
|
1013
|
+
accept-ranges:
|
1014
|
+
- bytes
|
1015
|
+
body: |
|
1016
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1017
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
1018
|
+
<types>
|
1019
|
+
</types>
|
1020
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1021
|
+
<part name="result" type="xsd:string">
|
1022
|
+
</part>
|
1023
|
+
</message>
|
1024
|
+
<message name="OaxApi_OasXmlRequest">
|
1025
|
+
<part name="String_1" type="xsd:string">
|
1026
|
+
|
1027
|
+
</part>
|
1028
|
+
<part name="String_2" type="xsd:string">
|
1029
|
+
</part>
|
1030
|
+
<part name="String_3" type="xsd:string">
|
1031
|
+
</part>
|
1032
|
+
<part name="String_4" type="xsd:string">
|
1033
|
+
</part>
|
1034
|
+
</message>
|
1035
|
+
<portType name="OaxApi">
|
1036
|
+
|
1037
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1038
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1039
|
+
</input>
|
1040
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1041
|
+
</output>
|
1042
|
+
</operation>
|
1043
|
+
</portType>
|
1044
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1045
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1046
|
+
|
1047
|
+
<operation name="OasXmlRequest">
|
1048
|
+
<soap:operation soapAction=""/>
|
1049
|
+
<input>
|
1050
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1051
|
+
</input>
|
1052
|
+
<output>
|
1053
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1054
|
+
</output>
|
1055
|
+
</operation>
|
1056
|
+
|
1057
|
+
</binding>
|
1058
|
+
<service name="OaxApiService">
|
1059
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1060
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1061
|
+
</port>
|
1062
|
+
</service>
|
1063
|
+
</definitions>
|
1064
|
+
|
1065
|
+
http_version: "1.1"
|
1066
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1067
|
+
request: !ruby/struct:VCR::Request
|
1068
|
+
method: :get
|
1069
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1070
|
+
body:
|
1071
|
+
headers:
|
1072
|
+
response: !ruby/struct:VCR::Response
|
1073
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1074
|
+
code: 200
|
1075
|
+
message: OK
|
1076
|
+
headers:
|
1077
|
+
etag:
|
1078
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1079
|
+
p3p:
|
1080
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1081
|
+
last-modified:
|
1082
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1083
|
+
content-type:
|
1084
|
+
- text/xml
|
1085
|
+
server:
|
1086
|
+
- Apache/2.2.3 (Red Hat)
|
1087
|
+
date:
|
1088
|
+
- Thu, 26 May 2011 00:55:03 GMT
|
1089
|
+
content-length:
|
1090
|
+
- "1652"
|
1091
|
+
accept-ranges:
|
1092
|
+
- bytes
|
1093
|
+
body: |
|
1094
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1095
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
1096
|
+
<types>
|
1097
|
+
</types>
|
1098
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1099
|
+
<part name="result" type="xsd:string">
|
1100
|
+
</part>
|
1101
|
+
</message>
|
1102
|
+
<message name="OaxApi_OasXmlRequest">
|
1103
|
+
<part name="String_1" type="xsd:string">
|
1104
|
+
|
1105
|
+
</part>
|
1106
|
+
<part name="String_2" type="xsd:string">
|
1107
|
+
</part>
|
1108
|
+
<part name="String_3" type="xsd:string">
|
1109
|
+
</part>
|
1110
|
+
<part name="String_4" type="xsd:string">
|
1111
|
+
</part>
|
1112
|
+
</message>
|
1113
|
+
<portType name="OaxApi">
|
1114
|
+
|
1115
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1116
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1117
|
+
</input>
|
1118
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1119
|
+
</output>
|
1120
|
+
</operation>
|
1121
|
+
</portType>
|
1122
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1123
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1124
|
+
|
1125
|
+
<operation name="OasXmlRequest">
|
1126
|
+
<soap:operation soapAction=""/>
|
1127
|
+
<input>
|
1128
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1129
|
+
</input>
|
1130
|
+
<output>
|
1131
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1132
|
+
</output>
|
1133
|
+
</operation>
|
1134
|
+
|
1135
|
+
</binding>
|
1136
|
+
<service name="OaxApiService">
|
1137
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1138
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1139
|
+
</port>
|
1140
|
+
</service>
|
1141
|
+
</definitions>
|
1142
|
+
|
1143
|
+
http_version: "1.1"
|
1144
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1145
|
+
request: !ruby/struct:VCR::Request
|
1146
|
+
method: :get
|
1147
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1148
|
+
body:
|
1149
|
+
headers:
|
1150
|
+
response: !ruby/struct:VCR::Response
|
1151
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1152
|
+
code: 200
|
1153
|
+
message: OK
|
1154
|
+
headers:
|
1155
|
+
etag:
|
1156
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1157
|
+
last-modified:
|
1158
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1159
|
+
p3p:
|
1160
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1161
|
+
content-type:
|
1162
|
+
- text/xml
|
1163
|
+
date:
|
1164
|
+
- Thu, 26 May 2011 00:57:00 GMT
|
1165
|
+
server:
|
1166
|
+
- Apache/2.2.3 (Red Hat)
|
1167
|
+
content-length:
|
1168
|
+
- "1652"
|
1169
|
+
accept-ranges:
|
1170
|
+
- bytes
|
1171
|
+
body: |
|
1172
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1173
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
1174
|
+
<types>
|
1175
|
+
</types>
|
1176
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1177
|
+
<part name="result" type="xsd:string">
|
1178
|
+
</part>
|
1179
|
+
</message>
|
1180
|
+
<message name="OaxApi_OasXmlRequest">
|
1181
|
+
<part name="String_1" type="xsd:string">
|
1182
|
+
|
1183
|
+
</part>
|
1184
|
+
<part name="String_2" type="xsd:string">
|
1185
|
+
</part>
|
1186
|
+
<part name="String_3" type="xsd:string">
|
1187
|
+
</part>
|
1188
|
+
<part name="String_4" type="xsd:string">
|
1189
|
+
</part>
|
1190
|
+
</message>
|
1191
|
+
<portType name="OaxApi">
|
1192
|
+
|
1193
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1194
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1195
|
+
</input>
|
1196
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1197
|
+
</output>
|
1198
|
+
</operation>
|
1199
|
+
</portType>
|
1200
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1201
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1202
|
+
|
1203
|
+
<operation name="OasXmlRequest">
|
1204
|
+
<soap:operation soapAction=""/>
|
1205
|
+
<input>
|
1206
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1207
|
+
</input>
|
1208
|
+
<output>
|
1209
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1210
|
+
</output>
|
1211
|
+
</operation>
|
1212
|
+
|
1213
|
+
</binding>
|
1214
|
+
<service name="OaxApiService">
|
1215
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1216
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1217
|
+
</port>
|
1218
|
+
</service>
|
1219
|
+
</definitions>
|
1220
|
+
|
1221
|
+
http_version: "1.1"
|
1222
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1223
|
+
request: !ruby/struct:VCR::Request
|
1224
|
+
method: :get
|
1225
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1226
|
+
body:
|
1227
|
+
headers:
|
1228
|
+
response: !ruby/struct:VCR::Response
|
1229
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1230
|
+
code: 200
|
1231
|
+
message: OK
|
1232
|
+
headers:
|
1233
|
+
etag:
|
1234
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1235
|
+
p3p:
|
1236
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1237
|
+
last-modified:
|
1238
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1239
|
+
content-type:
|
1240
|
+
- text/xml
|
1241
|
+
server:
|
1242
|
+
- Apache/2.2.3 (Red Hat)
|
1243
|
+
date:
|
1244
|
+
- Thu, 26 May 2011 00:57:43 GMT
|
1245
|
+
content-length:
|
1246
|
+
- "1652"
|
1247
|
+
accept-ranges:
|
1248
|
+
- bytes
|
1249
|
+
body: |
|
1250
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1251
|
+
<definitions name="OaxApiService" targetNamespace="http://api.oas.tfsm.com/" xmlns:tns="http://api.oas.tfsm.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
1252
|
+
<types>
|
1253
|
+
</types>
|
1254
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1255
|
+
<part name="result" type="xsd:string">
|
1256
|
+
</part>
|
1257
|
+
</message>
|
1258
|
+
<message name="OaxApi_OasXmlRequest">
|
1259
|
+
<part name="String_1" type="xsd:string">
|
1260
|
+
|
1261
|
+
</part>
|
1262
|
+
<part name="String_2" type="xsd:string">
|
1263
|
+
</part>
|
1264
|
+
<part name="String_3" type="xsd:string">
|
1265
|
+
</part>
|
1266
|
+
<part name="String_4" type="xsd:string">
|
1267
|
+
</part>
|
1268
|
+
</message>
|
1269
|
+
<portType name="OaxApi">
|
1270
|
+
|
1271
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1272
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1273
|
+
</input>
|
1274
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1275
|
+
</output>
|
1276
|
+
</operation>
|
1277
|
+
</portType>
|
1278
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1279
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1280
|
+
|
1281
|
+
<operation name="OasXmlRequest">
|
1282
|
+
<soap:operation soapAction=""/>
|
1283
|
+
<input>
|
1284
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1285
|
+
</input>
|
1286
|
+
<output>
|
1287
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1288
|
+
</output>
|
1289
|
+
</operation>
|
1290
|
+
|
1291
|
+
</binding>
|
1292
|
+
<service name="OaxApiService">
|
1293
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1294
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1295
|
+
</port>
|
1296
|
+
</service>
|
1297
|
+
</definitions>
|
1298
|
+
|
1299
|
+
http_version: "1.1"
|