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