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
|
-
last-modified:
|
15
|
+
last-modified:
|
16
16
|
- Thu, 29 Jul 2010 20:59:57 GMT
|
17
|
-
p3p:
|
17
|
+
p3p:
|
18
18
|
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
19
|
-
content-type:
|
19
|
+
content-type:
|
20
20
|
- text/xml
|
21
|
-
date:
|
21
|
+
date:
|
22
22
|
- Wed, 25 May 2011 22:50:11 GMT
|
23
|
-
server:
|
23
|
+
server:
|
24
24
|
- Apache/2.2.3 (Red Hat)
|
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
|
-
soapaction:
|
96
|
+
headers:
|
97
|
+
soapaction:
|
98
98
|
- "\"OasXmlRequest\""
|
99
|
-
content-type:
|
99
|
+
content-type:
|
100
100
|
- text/xml;charset=UTF-8
|
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
|
-
via:
|
110
|
+
via:
|
111
111
|
- 1.1 training7.247realmedia.com
|
112
|
-
content-type:
|
112
|
+
content-type:
|
113
113
|
- text/xml;charset=UTF-8
|
114
|
-
date:
|
114
|
+
date:
|
115
115
|
- Wed, 25 May 2011 22:50:12 GMT
|
116
|
-
server:
|
116
|
+
server:
|
117
117
|
- Apache-Coyote/1.1
|
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,12 +238,12 @@
|
|
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
|
241
|
+
- !ruby/struct:VCR::HTTPInteraction
|
242
|
+
request: !ruby/struct:VCR::Request
|
243
243
|
method: :post
|
244
244
|
uri: https://training7.247realmedia.com:443/oasapi/OaxApi
|
245
245
|
body: |-
|
246
|
-
<?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
|
246
|
+
<?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"?>
|
247
247
|
<AdXML>
|
248
248
|
<Request type="Campaign">
|
249
249
|
<Campaign action="read">
|
@@ -254,34 +254,34 @@
|
|
254
254
|
</Request>
|
255
255
|
</AdXML>
|
256
256
|
</String_4></n1:OasXmlRequest></env:Body></env:Envelope>
|
257
|
-
headers:
|
258
|
-
content-type:
|
257
|
+
headers:
|
258
|
+
content-type:
|
259
259
|
- text/xml;charset=UTF-8
|
260
|
-
soapaction:
|
260
|
+
soapaction:
|
261
261
|
- "\"OasXmlRequest\""
|
262
|
-
response: !ruby/struct:VCR::Response
|
263
|
-
status: !ruby/struct:VCR::ResponseStatus
|
262
|
+
response: !ruby/struct:VCR::Response
|
263
|
+
status: !ruby/struct:VCR::ResponseStatus
|
264
264
|
code: 200
|
265
265
|
message: OK
|
266
|
-
headers:
|
267
|
-
x-powered-by:
|
266
|
+
headers:
|
267
|
+
x-powered-by:
|
268
268
|
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
269
|
-
p3p:
|
269
|
+
p3p:
|
270
270
|
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
271
|
-
content-type:
|
271
|
+
content-type:
|
272
272
|
- text/xml;charset=UTF-8
|
273
|
-
via:
|
273
|
+
via:
|
274
274
|
- 1.1 training7.247realmedia.com
|
275
|
-
server:
|
275
|
+
server:
|
276
276
|
- Apache-Coyote/1.1
|
277
|
-
date:
|
277
|
+
date:
|
278
278
|
- Wed, 25 May 2011 22:50:13 GMT
|
279
|
-
transfer-encoding:
|
279
|
+
transfer-encoding:
|
280
280
|
- chunked
|
281
281
|
body: |-
|
282
282
|
<?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'?>
|
283
283
|
<AdXML>
|
284
|
-
|
284
|
+
|
285
285
|
<Response>
|
286
286
|
<Campaign>
|
287
287
|
<Exception errorCode='545'>Invalid CampaignId.</Exception>
|
@@ -289,3 +289,2283 @@
|
|
289
289
|
</Response>
|
290
290
|
</AdXML></result></ns1:OasXmlRequestResponse></soapenv:Body></soapenv:Envelope>
|
291
291
|
http_version: "1.1"
|
292
|
+
- !ruby/struct:VCR::HTTPInteraction
|
293
|
+
request: !ruby/struct:VCR::Request
|
294
|
+
method: :get
|
295
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
296
|
+
body:
|
297
|
+
headers:
|
298
|
+
response: !ruby/struct:VCR::Response
|
299
|
+
status: !ruby/struct:VCR::ResponseStatus
|
300
|
+
code: 200
|
301
|
+
message: OK
|
302
|
+
headers:
|
303
|
+
etag:
|
304
|
+
- "\"44e617-674-48c8d0448cd40\""
|
305
|
+
last-modified:
|
306
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
307
|
+
p3p:
|
308
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
309
|
+
content-type:
|
310
|
+
- text/xml
|
311
|
+
date:
|
312
|
+
- Wed, 25 May 2011 23:55:27 GMT
|
313
|
+
server:
|
314
|
+
- Apache/2.2.3 (Red Hat)
|
315
|
+
content-length:
|
316
|
+
- "1652"
|
317
|
+
accept-ranges:
|
318
|
+
- bytes
|
319
|
+
body: |
|
320
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
321
|
+
<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/">
|
322
|
+
<types>
|
323
|
+
</types>
|
324
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
325
|
+
<part name="result" type="xsd:string">
|
326
|
+
</part>
|
327
|
+
</message>
|
328
|
+
<message name="OaxApi_OasXmlRequest">
|
329
|
+
<part name="String_1" type="xsd:string">
|
330
|
+
|
331
|
+
</part>
|
332
|
+
<part name="String_2" type="xsd:string">
|
333
|
+
</part>
|
334
|
+
<part name="String_3" type="xsd:string">
|
335
|
+
</part>
|
336
|
+
<part name="String_4" type="xsd:string">
|
337
|
+
</part>
|
338
|
+
</message>
|
339
|
+
<portType name="OaxApi">
|
340
|
+
|
341
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
342
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
343
|
+
</input>
|
344
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
345
|
+
</output>
|
346
|
+
</operation>
|
347
|
+
</portType>
|
348
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
349
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
350
|
+
|
351
|
+
<operation name="OasXmlRequest">
|
352
|
+
<soap:operation soapAction=""/>
|
353
|
+
<input>
|
354
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
355
|
+
</input>
|
356
|
+
<output>
|
357
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
358
|
+
</output>
|
359
|
+
</operation>
|
360
|
+
|
361
|
+
</binding>
|
362
|
+
<service name="OaxApiService">
|
363
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
364
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
365
|
+
</port>
|
366
|
+
</service>
|
367
|
+
</definitions>
|
368
|
+
|
369
|
+
http_version: "1.1"
|
370
|
+
- !ruby/struct:VCR::HTTPInteraction
|
371
|
+
request: !ruby/struct:VCR::Request
|
372
|
+
method: :post
|
373
|
+
uri: https://training7.247realmedia.com:443/oasapi/OaxApi
|
374
|
+
body: |-
|
375
|
+
<?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"?>
|
376
|
+
<AdXML>
|
377
|
+
<Request type="Campaign">
|
378
|
+
<Campaign action="read">
|
379
|
+
<Overview>
|
380
|
+
<Id>abx_oferta3</Id>
|
381
|
+
</Overview>
|
382
|
+
</Campaign>
|
383
|
+
</Request>
|
384
|
+
</AdXML>
|
385
|
+
</String_4></n1:OasXmlRequest></env:Body></env:Envelope>
|
386
|
+
headers:
|
387
|
+
soapaction:
|
388
|
+
- "\"OasXmlRequest\""
|
389
|
+
content-type:
|
390
|
+
- text/xml;charset=UTF-8
|
391
|
+
response: !ruby/struct:VCR::Response
|
392
|
+
status: !ruby/struct:VCR::ResponseStatus
|
393
|
+
code: 200
|
394
|
+
message: OK
|
395
|
+
headers:
|
396
|
+
x-powered-by:
|
397
|
+
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
398
|
+
p3p:
|
399
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
400
|
+
via:
|
401
|
+
- 1.1 training7.247realmedia.com
|
402
|
+
content-type:
|
403
|
+
- text/xml;charset=UTF-8
|
404
|
+
date:
|
405
|
+
- Wed, 25 May 2011 23:55:28 GMT
|
406
|
+
server:
|
407
|
+
- Apache-Coyote/1.1
|
408
|
+
transfer-encoding:
|
409
|
+
- chunked
|
410
|
+
body: |-
|
411
|
+
<?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'?>
|
412
|
+
<AdXML>
|
413
|
+
<Response>
|
414
|
+
<Exception errorCode='310'>empty parameters not supported.</Exception>
|
415
|
+
</Response>
|
416
|
+
</AdXML></result></ns1:OasXmlRequestResponse></soapenv:Body></soapenv:Envelope>
|
417
|
+
http_version: "1.1"
|
418
|
+
- !ruby/struct:VCR::HTTPInteraction
|
419
|
+
request: !ruby/struct:VCR::Request
|
420
|
+
method: :get
|
421
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
422
|
+
body:
|
423
|
+
headers:
|
424
|
+
response: !ruby/struct:VCR::Response
|
425
|
+
status: !ruby/struct:VCR::ResponseStatus
|
426
|
+
code: 200
|
427
|
+
message: OK
|
428
|
+
headers:
|
429
|
+
etag:
|
430
|
+
- "\"44e617-674-48c8d0448cd40\""
|
431
|
+
p3p:
|
432
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
433
|
+
last-modified:
|
434
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
435
|
+
content-type:
|
436
|
+
- text/xml
|
437
|
+
server:
|
438
|
+
- Apache/2.2.3 (Red Hat)
|
439
|
+
date:
|
440
|
+
- Wed, 25 May 2011 23:55:29 GMT
|
441
|
+
content-length:
|
442
|
+
- "1652"
|
443
|
+
accept-ranges:
|
444
|
+
- bytes
|
445
|
+
body: |
|
446
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
447
|
+
<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/">
|
448
|
+
<types>
|
449
|
+
</types>
|
450
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
451
|
+
<part name="result" type="xsd:string">
|
452
|
+
</part>
|
453
|
+
</message>
|
454
|
+
<message name="OaxApi_OasXmlRequest">
|
455
|
+
<part name="String_1" type="xsd:string">
|
456
|
+
|
457
|
+
</part>
|
458
|
+
<part name="String_2" type="xsd:string">
|
459
|
+
</part>
|
460
|
+
<part name="String_3" type="xsd:string">
|
461
|
+
</part>
|
462
|
+
<part name="String_4" type="xsd:string">
|
463
|
+
</part>
|
464
|
+
</message>
|
465
|
+
<portType name="OaxApi">
|
466
|
+
|
467
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
468
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
469
|
+
</input>
|
470
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
471
|
+
</output>
|
472
|
+
</operation>
|
473
|
+
</portType>
|
474
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
475
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
476
|
+
|
477
|
+
<operation name="OasXmlRequest">
|
478
|
+
<soap:operation soapAction=""/>
|
479
|
+
<input>
|
480
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
481
|
+
</input>
|
482
|
+
<output>
|
483
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
484
|
+
</output>
|
485
|
+
</operation>
|
486
|
+
|
487
|
+
</binding>
|
488
|
+
<service name="OaxApiService">
|
489
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
490
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
491
|
+
</port>
|
492
|
+
</service>
|
493
|
+
</definitions>
|
494
|
+
|
495
|
+
http_version: "1.1"
|
496
|
+
- !ruby/struct:VCR::HTTPInteraction
|
497
|
+
request: !ruby/struct:VCR::Request
|
498
|
+
method: :post
|
499
|
+
uri: https://training7.247realmedia.com:443/oasapi/OaxApi
|
500
|
+
body: |-
|
501
|
+
<?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"?>
|
502
|
+
<AdXML>
|
503
|
+
<Request type="Campaign">
|
504
|
+
<Campaign action="read">
|
505
|
+
<Overview>
|
506
|
+
<Id>invalid_id_lol</Id>
|
507
|
+
</Overview>
|
508
|
+
</Campaign>
|
509
|
+
</Request>
|
510
|
+
</AdXML>
|
511
|
+
</String_4></n1:OasXmlRequest></env:Body></env:Envelope>
|
512
|
+
headers:
|
513
|
+
content-type:
|
514
|
+
- text/xml;charset=UTF-8
|
515
|
+
soapaction:
|
516
|
+
- "\"OasXmlRequest\""
|
517
|
+
response: !ruby/struct:VCR::Response
|
518
|
+
status: !ruby/struct:VCR::ResponseStatus
|
519
|
+
code: 200
|
520
|
+
message: OK
|
521
|
+
headers:
|
522
|
+
x-powered-by:
|
523
|
+
- Servlet 2.5; JBoss-5.0/JBossWeb-2.1
|
524
|
+
p3p:
|
525
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
526
|
+
content-type:
|
527
|
+
- text/xml;charset=UTF-8
|
528
|
+
via:
|
529
|
+
- 1.1 training7.247realmedia.com
|
530
|
+
server:
|
531
|
+
- Apache-Coyote/1.1
|
532
|
+
date:
|
533
|
+
- Wed, 25 May 2011 23:55:31 GMT
|
534
|
+
transfer-encoding:
|
535
|
+
- chunked
|
536
|
+
body: |-
|
537
|
+
<?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'?>
|
538
|
+
<AdXML>
|
539
|
+
<Response>
|
540
|
+
<Exception errorCode='310'>empty parameters not supported.</Exception>
|
541
|
+
</Response>
|
542
|
+
</AdXML></result></ns1:OasXmlRequestResponse></soapenv:Body></soapenv:Envelope>
|
543
|
+
http_version: "1.1"
|
544
|
+
- !ruby/struct:VCR::HTTPInteraction
|
545
|
+
request: !ruby/struct:VCR::Request
|
546
|
+
method: :get
|
547
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
548
|
+
body:
|
549
|
+
headers:
|
550
|
+
response: !ruby/struct:VCR::Response
|
551
|
+
status: !ruby/struct:VCR::ResponseStatus
|
552
|
+
code: 200
|
553
|
+
message: OK
|
554
|
+
headers:
|
555
|
+
etag:
|
556
|
+
- "\"44e617-674-48c8d0448cd40\""
|
557
|
+
last-modified:
|
558
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
559
|
+
p3p:
|
560
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
561
|
+
content-type:
|
562
|
+
- text/xml
|
563
|
+
date:
|
564
|
+
- Wed, 25 May 2011 23:56:42 GMT
|
565
|
+
server:
|
566
|
+
- Apache/2.2.3 (Red Hat)
|
567
|
+
content-length:
|
568
|
+
- "1652"
|
569
|
+
accept-ranges:
|
570
|
+
- bytes
|
571
|
+
body: |
|
572
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
573
|
+
<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/">
|
574
|
+
<types>
|
575
|
+
</types>
|
576
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
577
|
+
<part name="result" type="xsd:string">
|
578
|
+
</part>
|
579
|
+
</message>
|
580
|
+
<message name="OaxApi_OasXmlRequest">
|
581
|
+
<part name="String_1" type="xsd:string">
|
582
|
+
|
583
|
+
</part>
|
584
|
+
<part name="String_2" type="xsd:string">
|
585
|
+
</part>
|
586
|
+
<part name="String_3" type="xsd:string">
|
587
|
+
</part>
|
588
|
+
<part name="String_4" type="xsd:string">
|
589
|
+
</part>
|
590
|
+
</message>
|
591
|
+
<portType name="OaxApi">
|
592
|
+
|
593
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
594
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
595
|
+
</input>
|
596
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
597
|
+
</output>
|
598
|
+
</operation>
|
599
|
+
</portType>
|
600
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
601
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
602
|
+
|
603
|
+
<operation name="OasXmlRequest">
|
604
|
+
<soap:operation soapAction=""/>
|
605
|
+
<input>
|
606
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
607
|
+
</input>
|
608
|
+
<output>
|
609
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
610
|
+
</output>
|
611
|
+
</operation>
|
612
|
+
|
613
|
+
</binding>
|
614
|
+
<service name="OaxApiService">
|
615
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
616
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
617
|
+
</port>
|
618
|
+
</service>
|
619
|
+
</definitions>
|
620
|
+
|
621
|
+
http_version: "1.1"
|
622
|
+
- !ruby/struct:VCR::HTTPInteraction
|
623
|
+
request: !ruby/struct:VCR::Request
|
624
|
+
method: :get
|
625
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
626
|
+
body:
|
627
|
+
headers:
|
628
|
+
response: !ruby/struct:VCR::Response
|
629
|
+
status: !ruby/struct:VCR::ResponseStatus
|
630
|
+
code: 200
|
631
|
+
message: OK
|
632
|
+
headers:
|
633
|
+
etag:
|
634
|
+
- "\"44e617-674-48c8d0448cd40\""
|
635
|
+
p3p:
|
636
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
637
|
+
last-modified:
|
638
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
639
|
+
content-type:
|
640
|
+
- text/xml
|
641
|
+
server:
|
642
|
+
- Apache/2.2.3 (Red Hat)
|
643
|
+
date:
|
644
|
+
- Wed, 25 May 2011 23:56:43 GMT
|
645
|
+
content-length:
|
646
|
+
- "1652"
|
647
|
+
accept-ranges:
|
648
|
+
- bytes
|
649
|
+
body: |
|
650
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
651
|
+
<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/">
|
652
|
+
<types>
|
653
|
+
</types>
|
654
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
655
|
+
<part name="result" type="xsd:string">
|
656
|
+
</part>
|
657
|
+
</message>
|
658
|
+
<message name="OaxApi_OasXmlRequest">
|
659
|
+
<part name="String_1" type="xsd:string">
|
660
|
+
|
661
|
+
</part>
|
662
|
+
<part name="String_2" type="xsd:string">
|
663
|
+
</part>
|
664
|
+
<part name="String_3" type="xsd:string">
|
665
|
+
</part>
|
666
|
+
<part name="String_4" type="xsd:string">
|
667
|
+
</part>
|
668
|
+
</message>
|
669
|
+
<portType name="OaxApi">
|
670
|
+
|
671
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
672
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
673
|
+
</input>
|
674
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
675
|
+
</output>
|
676
|
+
</operation>
|
677
|
+
</portType>
|
678
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
679
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
680
|
+
|
681
|
+
<operation name="OasXmlRequest">
|
682
|
+
<soap:operation soapAction=""/>
|
683
|
+
<input>
|
684
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
685
|
+
</input>
|
686
|
+
<output>
|
687
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
688
|
+
</output>
|
689
|
+
</operation>
|
690
|
+
|
691
|
+
</binding>
|
692
|
+
<service name="OaxApiService">
|
693
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
694
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
695
|
+
</port>
|
696
|
+
</service>
|
697
|
+
</definitions>
|
698
|
+
|
699
|
+
http_version: "1.1"
|
700
|
+
- !ruby/struct:VCR::HTTPInteraction
|
701
|
+
request: !ruby/struct:VCR::Request
|
702
|
+
method: :get
|
703
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
704
|
+
body:
|
705
|
+
headers:
|
706
|
+
response: !ruby/struct:VCR::Response
|
707
|
+
status: !ruby/struct:VCR::ResponseStatus
|
708
|
+
code: 200
|
709
|
+
message: OK
|
710
|
+
headers:
|
711
|
+
etag:
|
712
|
+
- "\"44e617-674-48c8d0448cd40\""
|
713
|
+
last-modified:
|
714
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
715
|
+
p3p:
|
716
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
717
|
+
content-type:
|
718
|
+
- text/xml
|
719
|
+
date:
|
720
|
+
- Thu, 26 May 2011 00:03:36 GMT
|
721
|
+
server:
|
722
|
+
- Apache/2.2.3 (Red Hat)
|
723
|
+
content-length:
|
724
|
+
- "1652"
|
725
|
+
accept-ranges:
|
726
|
+
- bytes
|
727
|
+
body: |
|
728
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
729
|
+
<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/">
|
730
|
+
<types>
|
731
|
+
</types>
|
732
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
733
|
+
<part name="result" type="xsd:string">
|
734
|
+
</part>
|
735
|
+
</message>
|
736
|
+
<message name="OaxApi_OasXmlRequest">
|
737
|
+
<part name="String_1" type="xsd:string">
|
738
|
+
|
739
|
+
</part>
|
740
|
+
<part name="String_2" type="xsd:string">
|
741
|
+
</part>
|
742
|
+
<part name="String_3" type="xsd:string">
|
743
|
+
</part>
|
744
|
+
<part name="String_4" type="xsd:string">
|
745
|
+
</part>
|
746
|
+
</message>
|
747
|
+
<portType name="OaxApi">
|
748
|
+
|
749
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
750
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
751
|
+
</input>
|
752
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
753
|
+
</output>
|
754
|
+
</operation>
|
755
|
+
</portType>
|
756
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
757
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
758
|
+
|
759
|
+
<operation name="OasXmlRequest">
|
760
|
+
<soap:operation soapAction=""/>
|
761
|
+
<input>
|
762
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
763
|
+
</input>
|
764
|
+
<output>
|
765
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
766
|
+
</output>
|
767
|
+
</operation>
|
768
|
+
|
769
|
+
</binding>
|
770
|
+
<service name="OaxApiService">
|
771
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
772
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
773
|
+
</port>
|
774
|
+
</service>
|
775
|
+
</definitions>
|
776
|
+
|
777
|
+
http_version: "1.1"
|
778
|
+
- !ruby/struct:VCR::HTTPInteraction
|
779
|
+
request: !ruby/struct:VCR::Request
|
780
|
+
method: :get
|
781
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
782
|
+
body:
|
783
|
+
headers:
|
784
|
+
response: !ruby/struct:VCR::Response
|
785
|
+
status: !ruby/struct:VCR::ResponseStatus
|
786
|
+
code: 200
|
787
|
+
message: OK
|
788
|
+
headers:
|
789
|
+
etag:
|
790
|
+
- "\"44e617-674-48c8d0448cd40\""
|
791
|
+
p3p:
|
792
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
793
|
+
last-modified:
|
794
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
795
|
+
content-type:
|
796
|
+
- text/xml
|
797
|
+
server:
|
798
|
+
- Apache/2.2.3 (Red Hat)
|
799
|
+
date:
|
800
|
+
- Thu, 26 May 2011 00:03:37 GMT
|
801
|
+
content-length:
|
802
|
+
- "1652"
|
803
|
+
accept-ranges:
|
804
|
+
- bytes
|
805
|
+
body: |
|
806
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
807
|
+
<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/">
|
808
|
+
<types>
|
809
|
+
</types>
|
810
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
811
|
+
<part name="result" type="xsd:string">
|
812
|
+
</part>
|
813
|
+
</message>
|
814
|
+
<message name="OaxApi_OasXmlRequest">
|
815
|
+
<part name="String_1" type="xsd:string">
|
816
|
+
|
817
|
+
</part>
|
818
|
+
<part name="String_2" type="xsd:string">
|
819
|
+
</part>
|
820
|
+
<part name="String_3" type="xsd:string">
|
821
|
+
</part>
|
822
|
+
<part name="String_4" type="xsd:string">
|
823
|
+
</part>
|
824
|
+
</message>
|
825
|
+
<portType name="OaxApi">
|
826
|
+
|
827
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
828
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
829
|
+
</input>
|
830
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
831
|
+
</output>
|
832
|
+
</operation>
|
833
|
+
</portType>
|
834
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
835
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
836
|
+
|
837
|
+
<operation name="OasXmlRequest">
|
838
|
+
<soap:operation soapAction=""/>
|
839
|
+
<input>
|
840
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
841
|
+
</input>
|
842
|
+
<output>
|
843
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
844
|
+
</output>
|
845
|
+
</operation>
|
846
|
+
|
847
|
+
</binding>
|
848
|
+
<service name="OaxApiService">
|
849
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
850
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
851
|
+
</port>
|
852
|
+
</service>
|
853
|
+
</definitions>
|
854
|
+
|
855
|
+
http_version: "1.1"
|
856
|
+
- !ruby/struct:VCR::HTTPInteraction
|
857
|
+
request: !ruby/struct:VCR::Request
|
858
|
+
method: :get
|
859
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
860
|
+
body:
|
861
|
+
headers:
|
862
|
+
response: !ruby/struct:VCR::Response
|
863
|
+
status: !ruby/struct:VCR::ResponseStatus
|
864
|
+
code: 200
|
865
|
+
message: OK
|
866
|
+
headers:
|
867
|
+
etag:
|
868
|
+
- "\"44e617-674-48c8d0448cd40\""
|
869
|
+
last-modified:
|
870
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
871
|
+
p3p:
|
872
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
873
|
+
content-type:
|
874
|
+
- text/xml
|
875
|
+
date:
|
876
|
+
- Thu, 26 May 2011 00:04:56 GMT
|
877
|
+
server:
|
878
|
+
- Apache/2.2.3 (Red Hat)
|
879
|
+
content-length:
|
880
|
+
- "1652"
|
881
|
+
accept-ranges:
|
882
|
+
- bytes
|
883
|
+
body: |
|
884
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
885
|
+
<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/">
|
886
|
+
<types>
|
887
|
+
</types>
|
888
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
889
|
+
<part name="result" type="xsd:string">
|
890
|
+
</part>
|
891
|
+
</message>
|
892
|
+
<message name="OaxApi_OasXmlRequest">
|
893
|
+
<part name="String_1" type="xsd:string">
|
894
|
+
|
895
|
+
</part>
|
896
|
+
<part name="String_2" type="xsd:string">
|
897
|
+
</part>
|
898
|
+
<part name="String_3" type="xsd:string">
|
899
|
+
</part>
|
900
|
+
<part name="String_4" type="xsd:string">
|
901
|
+
</part>
|
902
|
+
</message>
|
903
|
+
<portType name="OaxApi">
|
904
|
+
|
905
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
906
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
907
|
+
</input>
|
908
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
909
|
+
</output>
|
910
|
+
</operation>
|
911
|
+
</portType>
|
912
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
913
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
914
|
+
|
915
|
+
<operation name="OasXmlRequest">
|
916
|
+
<soap:operation soapAction=""/>
|
917
|
+
<input>
|
918
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
919
|
+
</input>
|
920
|
+
<output>
|
921
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
922
|
+
</output>
|
923
|
+
</operation>
|
924
|
+
|
925
|
+
</binding>
|
926
|
+
<service name="OaxApiService">
|
927
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
928
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
929
|
+
</port>
|
930
|
+
</service>
|
931
|
+
</definitions>
|
932
|
+
|
933
|
+
http_version: "1.1"
|
934
|
+
- !ruby/struct:VCR::HTTPInteraction
|
935
|
+
request: !ruby/struct:VCR::Request
|
936
|
+
method: :get
|
937
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
938
|
+
body:
|
939
|
+
headers:
|
940
|
+
response: !ruby/struct:VCR::Response
|
941
|
+
status: !ruby/struct:VCR::ResponseStatus
|
942
|
+
code: 200
|
943
|
+
message: OK
|
944
|
+
headers:
|
945
|
+
etag:
|
946
|
+
- "\"44e617-674-48c8d0448cd40\""
|
947
|
+
p3p:
|
948
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
949
|
+
last-modified:
|
950
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
951
|
+
content-type:
|
952
|
+
- text/xml
|
953
|
+
server:
|
954
|
+
- Apache/2.2.3 (Red Hat)
|
955
|
+
date:
|
956
|
+
- Thu, 26 May 2011 00:04:57 GMT
|
957
|
+
content-length:
|
958
|
+
- "1652"
|
959
|
+
accept-ranges:
|
960
|
+
- bytes
|
961
|
+
body: |
|
962
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
963
|
+
<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/">
|
964
|
+
<types>
|
965
|
+
</types>
|
966
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
967
|
+
<part name="result" type="xsd:string">
|
968
|
+
</part>
|
969
|
+
</message>
|
970
|
+
<message name="OaxApi_OasXmlRequest">
|
971
|
+
<part name="String_1" type="xsd:string">
|
972
|
+
|
973
|
+
</part>
|
974
|
+
<part name="String_2" type="xsd:string">
|
975
|
+
</part>
|
976
|
+
<part name="String_3" type="xsd:string">
|
977
|
+
</part>
|
978
|
+
<part name="String_4" type="xsd:string">
|
979
|
+
</part>
|
980
|
+
</message>
|
981
|
+
<portType name="OaxApi">
|
982
|
+
|
983
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
984
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
985
|
+
</input>
|
986
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
987
|
+
</output>
|
988
|
+
</operation>
|
989
|
+
</portType>
|
990
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
991
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
992
|
+
|
993
|
+
<operation name="OasXmlRequest">
|
994
|
+
<soap:operation soapAction=""/>
|
995
|
+
<input>
|
996
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
997
|
+
</input>
|
998
|
+
<output>
|
999
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1000
|
+
</output>
|
1001
|
+
</operation>
|
1002
|
+
|
1003
|
+
</binding>
|
1004
|
+
<service name="OaxApiService">
|
1005
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1006
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1007
|
+
</port>
|
1008
|
+
</service>
|
1009
|
+
</definitions>
|
1010
|
+
|
1011
|
+
http_version: "1.1"
|
1012
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1013
|
+
request: !ruby/struct:VCR::Request
|
1014
|
+
method: :get
|
1015
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1016
|
+
body:
|
1017
|
+
headers:
|
1018
|
+
response: !ruby/struct:VCR::Response
|
1019
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1020
|
+
code: 200
|
1021
|
+
message: OK
|
1022
|
+
headers:
|
1023
|
+
etag:
|
1024
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1025
|
+
last-modified:
|
1026
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1027
|
+
p3p:
|
1028
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1029
|
+
content-type:
|
1030
|
+
- text/xml
|
1031
|
+
date:
|
1032
|
+
- Thu, 26 May 2011 00:07:30 GMT
|
1033
|
+
server:
|
1034
|
+
- Apache/2.2.3 (Red Hat)
|
1035
|
+
content-length:
|
1036
|
+
- "1652"
|
1037
|
+
accept-ranges:
|
1038
|
+
- bytes
|
1039
|
+
body: |
|
1040
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1041
|
+
<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/">
|
1042
|
+
<types>
|
1043
|
+
</types>
|
1044
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1045
|
+
<part name="result" type="xsd:string">
|
1046
|
+
</part>
|
1047
|
+
</message>
|
1048
|
+
<message name="OaxApi_OasXmlRequest">
|
1049
|
+
<part name="String_1" type="xsd:string">
|
1050
|
+
|
1051
|
+
</part>
|
1052
|
+
<part name="String_2" type="xsd:string">
|
1053
|
+
</part>
|
1054
|
+
<part name="String_3" type="xsd:string">
|
1055
|
+
</part>
|
1056
|
+
<part name="String_4" type="xsd:string">
|
1057
|
+
</part>
|
1058
|
+
</message>
|
1059
|
+
<portType name="OaxApi">
|
1060
|
+
|
1061
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1062
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1063
|
+
</input>
|
1064
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1065
|
+
</output>
|
1066
|
+
</operation>
|
1067
|
+
</portType>
|
1068
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1069
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1070
|
+
|
1071
|
+
<operation name="OasXmlRequest">
|
1072
|
+
<soap:operation soapAction=""/>
|
1073
|
+
<input>
|
1074
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1075
|
+
</input>
|
1076
|
+
<output>
|
1077
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1078
|
+
</output>
|
1079
|
+
</operation>
|
1080
|
+
|
1081
|
+
</binding>
|
1082
|
+
<service name="OaxApiService">
|
1083
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1084
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1085
|
+
</port>
|
1086
|
+
</service>
|
1087
|
+
</definitions>
|
1088
|
+
|
1089
|
+
http_version: "1.1"
|
1090
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1091
|
+
request: !ruby/struct:VCR::Request
|
1092
|
+
method: :get
|
1093
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1094
|
+
body:
|
1095
|
+
headers:
|
1096
|
+
response: !ruby/struct:VCR::Response
|
1097
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1098
|
+
code: 200
|
1099
|
+
message: OK
|
1100
|
+
headers:
|
1101
|
+
etag:
|
1102
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1103
|
+
p3p:
|
1104
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1105
|
+
last-modified:
|
1106
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1107
|
+
content-type:
|
1108
|
+
- text/xml
|
1109
|
+
server:
|
1110
|
+
- Apache/2.2.3 (Red Hat)
|
1111
|
+
date:
|
1112
|
+
- Thu, 26 May 2011 00:07:31 GMT
|
1113
|
+
content-length:
|
1114
|
+
- "1652"
|
1115
|
+
accept-ranges:
|
1116
|
+
- bytes
|
1117
|
+
body: |
|
1118
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1119
|
+
<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/">
|
1120
|
+
<types>
|
1121
|
+
</types>
|
1122
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1123
|
+
<part name="result" type="xsd:string">
|
1124
|
+
</part>
|
1125
|
+
</message>
|
1126
|
+
<message name="OaxApi_OasXmlRequest">
|
1127
|
+
<part name="String_1" type="xsd:string">
|
1128
|
+
|
1129
|
+
</part>
|
1130
|
+
<part name="String_2" type="xsd:string">
|
1131
|
+
</part>
|
1132
|
+
<part name="String_3" type="xsd:string">
|
1133
|
+
</part>
|
1134
|
+
<part name="String_4" type="xsd:string">
|
1135
|
+
</part>
|
1136
|
+
</message>
|
1137
|
+
<portType name="OaxApi">
|
1138
|
+
|
1139
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1140
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1141
|
+
</input>
|
1142
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1143
|
+
</output>
|
1144
|
+
</operation>
|
1145
|
+
</portType>
|
1146
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1147
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1148
|
+
|
1149
|
+
<operation name="OasXmlRequest">
|
1150
|
+
<soap:operation soapAction=""/>
|
1151
|
+
<input>
|
1152
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1153
|
+
</input>
|
1154
|
+
<output>
|
1155
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1156
|
+
</output>
|
1157
|
+
</operation>
|
1158
|
+
|
1159
|
+
</binding>
|
1160
|
+
<service name="OaxApiService">
|
1161
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1162
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1163
|
+
</port>
|
1164
|
+
</service>
|
1165
|
+
</definitions>
|
1166
|
+
|
1167
|
+
http_version: "1.1"
|
1168
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1169
|
+
request: !ruby/struct:VCR::Request
|
1170
|
+
method: :get
|
1171
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1172
|
+
body:
|
1173
|
+
headers:
|
1174
|
+
response: !ruby/struct:VCR::Response
|
1175
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1176
|
+
code: 200
|
1177
|
+
message: OK
|
1178
|
+
headers:
|
1179
|
+
etag:
|
1180
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1181
|
+
last-modified:
|
1182
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1183
|
+
p3p:
|
1184
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1185
|
+
content-type:
|
1186
|
+
- text/xml
|
1187
|
+
date:
|
1188
|
+
- Thu, 26 May 2011 00:19:11 GMT
|
1189
|
+
server:
|
1190
|
+
- Apache/2.2.3 (Red Hat)
|
1191
|
+
content-length:
|
1192
|
+
- "1652"
|
1193
|
+
accept-ranges:
|
1194
|
+
- bytes
|
1195
|
+
body: |
|
1196
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1197
|
+
<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/">
|
1198
|
+
<types>
|
1199
|
+
</types>
|
1200
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1201
|
+
<part name="result" type="xsd:string">
|
1202
|
+
</part>
|
1203
|
+
</message>
|
1204
|
+
<message name="OaxApi_OasXmlRequest">
|
1205
|
+
<part name="String_1" type="xsd:string">
|
1206
|
+
|
1207
|
+
</part>
|
1208
|
+
<part name="String_2" type="xsd:string">
|
1209
|
+
</part>
|
1210
|
+
<part name="String_3" type="xsd:string">
|
1211
|
+
</part>
|
1212
|
+
<part name="String_4" type="xsd:string">
|
1213
|
+
</part>
|
1214
|
+
</message>
|
1215
|
+
<portType name="OaxApi">
|
1216
|
+
|
1217
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1218
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1219
|
+
</input>
|
1220
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1221
|
+
</output>
|
1222
|
+
</operation>
|
1223
|
+
</portType>
|
1224
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1225
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1226
|
+
|
1227
|
+
<operation name="OasXmlRequest">
|
1228
|
+
<soap:operation soapAction=""/>
|
1229
|
+
<input>
|
1230
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1231
|
+
</input>
|
1232
|
+
<output>
|
1233
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1234
|
+
</output>
|
1235
|
+
</operation>
|
1236
|
+
|
1237
|
+
</binding>
|
1238
|
+
<service name="OaxApiService">
|
1239
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1240
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1241
|
+
</port>
|
1242
|
+
</service>
|
1243
|
+
</definitions>
|
1244
|
+
|
1245
|
+
http_version: "1.1"
|
1246
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1247
|
+
request: !ruby/struct:VCR::Request
|
1248
|
+
method: :get
|
1249
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1250
|
+
body:
|
1251
|
+
headers:
|
1252
|
+
response: !ruby/struct:VCR::Response
|
1253
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1254
|
+
code: 200
|
1255
|
+
message: OK
|
1256
|
+
headers:
|
1257
|
+
etag:
|
1258
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1259
|
+
p3p:
|
1260
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1261
|
+
last-modified:
|
1262
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1263
|
+
content-type:
|
1264
|
+
- text/xml
|
1265
|
+
server:
|
1266
|
+
- Apache/2.2.3 (Red Hat)
|
1267
|
+
date:
|
1268
|
+
- Thu, 26 May 2011 00:19:12 GMT
|
1269
|
+
content-length:
|
1270
|
+
- "1652"
|
1271
|
+
accept-ranges:
|
1272
|
+
- bytes
|
1273
|
+
body: |
|
1274
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1275
|
+
<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/">
|
1276
|
+
<types>
|
1277
|
+
</types>
|
1278
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1279
|
+
<part name="result" type="xsd:string">
|
1280
|
+
</part>
|
1281
|
+
</message>
|
1282
|
+
<message name="OaxApi_OasXmlRequest">
|
1283
|
+
<part name="String_1" type="xsd:string">
|
1284
|
+
|
1285
|
+
</part>
|
1286
|
+
<part name="String_2" type="xsd:string">
|
1287
|
+
</part>
|
1288
|
+
<part name="String_3" type="xsd:string">
|
1289
|
+
</part>
|
1290
|
+
<part name="String_4" type="xsd:string">
|
1291
|
+
</part>
|
1292
|
+
</message>
|
1293
|
+
<portType name="OaxApi">
|
1294
|
+
|
1295
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1296
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1297
|
+
</input>
|
1298
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1299
|
+
</output>
|
1300
|
+
</operation>
|
1301
|
+
</portType>
|
1302
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1303
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1304
|
+
|
1305
|
+
<operation name="OasXmlRequest">
|
1306
|
+
<soap:operation soapAction=""/>
|
1307
|
+
<input>
|
1308
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1309
|
+
</input>
|
1310
|
+
<output>
|
1311
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1312
|
+
</output>
|
1313
|
+
</operation>
|
1314
|
+
|
1315
|
+
</binding>
|
1316
|
+
<service name="OaxApiService">
|
1317
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1318
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1319
|
+
</port>
|
1320
|
+
</service>
|
1321
|
+
</definitions>
|
1322
|
+
|
1323
|
+
http_version: "1.1"
|
1324
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1325
|
+
request: !ruby/struct:VCR::Request
|
1326
|
+
method: :get
|
1327
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1328
|
+
body:
|
1329
|
+
headers:
|
1330
|
+
response: !ruby/struct:VCR::Response
|
1331
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1332
|
+
code: 200
|
1333
|
+
message: OK
|
1334
|
+
headers:
|
1335
|
+
etag:
|
1336
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1337
|
+
last-modified:
|
1338
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1339
|
+
p3p:
|
1340
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1341
|
+
content-type:
|
1342
|
+
- text/xml
|
1343
|
+
date:
|
1344
|
+
- Thu, 26 May 2011 00:46:55 GMT
|
1345
|
+
server:
|
1346
|
+
- Apache/2.2.3 (Red Hat)
|
1347
|
+
content-length:
|
1348
|
+
- "1652"
|
1349
|
+
accept-ranges:
|
1350
|
+
- bytes
|
1351
|
+
body: |
|
1352
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1353
|
+
<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/">
|
1354
|
+
<types>
|
1355
|
+
</types>
|
1356
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1357
|
+
<part name="result" type="xsd:string">
|
1358
|
+
</part>
|
1359
|
+
</message>
|
1360
|
+
<message name="OaxApi_OasXmlRequest">
|
1361
|
+
<part name="String_1" type="xsd:string">
|
1362
|
+
|
1363
|
+
</part>
|
1364
|
+
<part name="String_2" type="xsd:string">
|
1365
|
+
</part>
|
1366
|
+
<part name="String_3" type="xsd:string">
|
1367
|
+
</part>
|
1368
|
+
<part name="String_4" type="xsd:string">
|
1369
|
+
</part>
|
1370
|
+
</message>
|
1371
|
+
<portType name="OaxApi">
|
1372
|
+
|
1373
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1374
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1375
|
+
</input>
|
1376
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1377
|
+
</output>
|
1378
|
+
</operation>
|
1379
|
+
</portType>
|
1380
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1381
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1382
|
+
|
1383
|
+
<operation name="OasXmlRequest">
|
1384
|
+
<soap:operation soapAction=""/>
|
1385
|
+
<input>
|
1386
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1387
|
+
</input>
|
1388
|
+
<output>
|
1389
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1390
|
+
</output>
|
1391
|
+
</operation>
|
1392
|
+
|
1393
|
+
</binding>
|
1394
|
+
<service name="OaxApiService">
|
1395
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1396
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1397
|
+
</port>
|
1398
|
+
</service>
|
1399
|
+
</definitions>
|
1400
|
+
|
1401
|
+
http_version: "1.1"
|
1402
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1403
|
+
request: !ruby/struct:VCR::Request
|
1404
|
+
method: :get
|
1405
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1406
|
+
body:
|
1407
|
+
headers:
|
1408
|
+
response: !ruby/struct:VCR::Response
|
1409
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1410
|
+
code: 200
|
1411
|
+
message: OK
|
1412
|
+
headers:
|
1413
|
+
etag:
|
1414
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1415
|
+
p3p:
|
1416
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1417
|
+
last-modified:
|
1418
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1419
|
+
content-type:
|
1420
|
+
- text/xml
|
1421
|
+
server:
|
1422
|
+
- Apache/2.2.3 (Red Hat)
|
1423
|
+
date:
|
1424
|
+
- Thu, 26 May 2011 00:46:57 GMT
|
1425
|
+
content-length:
|
1426
|
+
- "1652"
|
1427
|
+
accept-ranges:
|
1428
|
+
- bytes
|
1429
|
+
body: |
|
1430
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1431
|
+
<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/">
|
1432
|
+
<types>
|
1433
|
+
</types>
|
1434
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1435
|
+
<part name="result" type="xsd:string">
|
1436
|
+
</part>
|
1437
|
+
</message>
|
1438
|
+
<message name="OaxApi_OasXmlRequest">
|
1439
|
+
<part name="String_1" type="xsd:string">
|
1440
|
+
|
1441
|
+
</part>
|
1442
|
+
<part name="String_2" type="xsd:string">
|
1443
|
+
</part>
|
1444
|
+
<part name="String_3" type="xsd:string">
|
1445
|
+
</part>
|
1446
|
+
<part name="String_4" type="xsd:string">
|
1447
|
+
</part>
|
1448
|
+
</message>
|
1449
|
+
<portType name="OaxApi">
|
1450
|
+
|
1451
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1452
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1453
|
+
</input>
|
1454
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1455
|
+
</output>
|
1456
|
+
</operation>
|
1457
|
+
</portType>
|
1458
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1459
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1460
|
+
|
1461
|
+
<operation name="OasXmlRequest">
|
1462
|
+
<soap:operation soapAction=""/>
|
1463
|
+
<input>
|
1464
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1465
|
+
</input>
|
1466
|
+
<output>
|
1467
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1468
|
+
</output>
|
1469
|
+
</operation>
|
1470
|
+
|
1471
|
+
</binding>
|
1472
|
+
<service name="OaxApiService">
|
1473
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1474
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1475
|
+
</port>
|
1476
|
+
</service>
|
1477
|
+
</definitions>
|
1478
|
+
|
1479
|
+
http_version: "1.1"
|
1480
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1481
|
+
request: !ruby/struct:VCR::Request
|
1482
|
+
method: :get
|
1483
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1484
|
+
body:
|
1485
|
+
headers:
|
1486
|
+
response: !ruby/struct:VCR::Response
|
1487
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1488
|
+
code: 200
|
1489
|
+
message: OK
|
1490
|
+
headers:
|
1491
|
+
etag:
|
1492
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1493
|
+
last-modified:
|
1494
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1495
|
+
p3p:
|
1496
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1497
|
+
content-type:
|
1498
|
+
- text/xml
|
1499
|
+
date:
|
1500
|
+
- Thu, 26 May 2011 00:47:50 GMT
|
1501
|
+
server:
|
1502
|
+
- Apache/2.2.3 (Red Hat)
|
1503
|
+
content-length:
|
1504
|
+
- "1652"
|
1505
|
+
accept-ranges:
|
1506
|
+
- bytes
|
1507
|
+
body: |
|
1508
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1509
|
+
<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/">
|
1510
|
+
<types>
|
1511
|
+
</types>
|
1512
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1513
|
+
<part name="result" type="xsd:string">
|
1514
|
+
</part>
|
1515
|
+
</message>
|
1516
|
+
<message name="OaxApi_OasXmlRequest">
|
1517
|
+
<part name="String_1" type="xsd:string">
|
1518
|
+
|
1519
|
+
</part>
|
1520
|
+
<part name="String_2" type="xsd:string">
|
1521
|
+
</part>
|
1522
|
+
<part name="String_3" type="xsd:string">
|
1523
|
+
</part>
|
1524
|
+
<part name="String_4" type="xsd:string">
|
1525
|
+
</part>
|
1526
|
+
</message>
|
1527
|
+
<portType name="OaxApi">
|
1528
|
+
|
1529
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1530
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1531
|
+
</input>
|
1532
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1533
|
+
</output>
|
1534
|
+
</operation>
|
1535
|
+
</portType>
|
1536
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1537
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1538
|
+
|
1539
|
+
<operation name="OasXmlRequest">
|
1540
|
+
<soap:operation soapAction=""/>
|
1541
|
+
<input>
|
1542
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1543
|
+
</input>
|
1544
|
+
<output>
|
1545
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1546
|
+
</output>
|
1547
|
+
</operation>
|
1548
|
+
|
1549
|
+
</binding>
|
1550
|
+
<service name="OaxApiService">
|
1551
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1552
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1553
|
+
</port>
|
1554
|
+
</service>
|
1555
|
+
</definitions>
|
1556
|
+
|
1557
|
+
http_version: "1.1"
|
1558
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1559
|
+
request: !ruby/struct:VCR::Request
|
1560
|
+
method: :get
|
1561
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1562
|
+
body:
|
1563
|
+
headers:
|
1564
|
+
response: !ruby/struct:VCR::Response
|
1565
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1566
|
+
code: 200
|
1567
|
+
message: OK
|
1568
|
+
headers:
|
1569
|
+
etag:
|
1570
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1571
|
+
p3p:
|
1572
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1573
|
+
last-modified:
|
1574
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1575
|
+
content-type:
|
1576
|
+
- text/xml
|
1577
|
+
server:
|
1578
|
+
- Apache/2.2.3 (Red Hat)
|
1579
|
+
date:
|
1580
|
+
- Thu, 26 May 2011 00:47:51 GMT
|
1581
|
+
content-length:
|
1582
|
+
- "1652"
|
1583
|
+
accept-ranges:
|
1584
|
+
- bytes
|
1585
|
+
body: |
|
1586
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1587
|
+
<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/">
|
1588
|
+
<types>
|
1589
|
+
</types>
|
1590
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1591
|
+
<part name="result" type="xsd:string">
|
1592
|
+
</part>
|
1593
|
+
</message>
|
1594
|
+
<message name="OaxApi_OasXmlRequest">
|
1595
|
+
<part name="String_1" type="xsd:string">
|
1596
|
+
|
1597
|
+
</part>
|
1598
|
+
<part name="String_2" type="xsd:string">
|
1599
|
+
</part>
|
1600
|
+
<part name="String_3" type="xsd:string">
|
1601
|
+
</part>
|
1602
|
+
<part name="String_4" type="xsd:string">
|
1603
|
+
</part>
|
1604
|
+
</message>
|
1605
|
+
<portType name="OaxApi">
|
1606
|
+
|
1607
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1608
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1609
|
+
</input>
|
1610
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1611
|
+
</output>
|
1612
|
+
</operation>
|
1613
|
+
</portType>
|
1614
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1615
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1616
|
+
|
1617
|
+
<operation name="OasXmlRequest">
|
1618
|
+
<soap:operation soapAction=""/>
|
1619
|
+
<input>
|
1620
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1621
|
+
</input>
|
1622
|
+
<output>
|
1623
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1624
|
+
</output>
|
1625
|
+
</operation>
|
1626
|
+
|
1627
|
+
</binding>
|
1628
|
+
<service name="OaxApiService">
|
1629
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1630
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1631
|
+
</port>
|
1632
|
+
</service>
|
1633
|
+
</definitions>
|
1634
|
+
|
1635
|
+
http_version: "1.1"
|
1636
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1637
|
+
request: !ruby/struct:VCR::Request
|
1638
|
+
method: :get
|
1639
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1640
|
+
body:
|
1641
|
+
headers:
|
1642
|
+
response: !ruby/struct:VCR::Response
|
1643
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1644
|
+
code: 200
|
1645
|
+
message: OK
|
1646
|
+
headers:
|
1647
|
+
etag:
|
1648
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1649
|
+
last-modified:
|
1650
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1651
|
+
p3p:
|
1652
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1653
|
+
content-type:
|
1654
|
+
- text/xml
|
1655
|
+
date:
|
1656
|
+
- Thu, 26 May 2011 00:48:36 GMT
|
1657
|
+
server:
|
1658
|
+
- Apache/2.2.3 (Red Hat)
|
1659
|
+
content-length:
|
1660
|
+
- "1652"
|
1661
|
+
accept-ranges:
|
1662
|
+
- bytes
|
1663
|
+
body: |
|
1664
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1665
|
+
<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/">
|
1666
|
+
<types>
|
1667
|
+
</types>
|
1668
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1669
|
+
<part name="result" type="xsd:string">
|
1670
|
+
</part>
|
1671
|
+
</message>
|
1672
|
+
<message name="OaxApi_OasXmlRequest">
|
1673
|
+
<part name="String_1" type="xsd:string">
|
1674
|
+
|
1675
|
+
</part>
|
1676
|
+
<part name="String_2" type="xsd:string">
|
1677
|
+
</part>
|
1678
|
+
<part name="String_3" type="xsd:string">
|
1679
|
+
</part>
|
1680
|
+
<part name="String_4" type="xsd:string">
|
1681
|
+
</part>
|
1682
|
+
</message>
|
1683
|
+
<portType name="OaxApi">
|
1684
|
+
|
1685
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1686
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1687
|
+
</input>
|
1688
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1689
|
+
</output>
|
1690
|
+
</operation>
|
1691
|
+
</portType>
|
1692
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1693
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1694
|
+
|
1695
|
+
<operation name="OasXmlRequest">
|
1696
|
+
<soap:operation soapAction=""/>
|
1697
|
+
<input>
|
1698
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1699
|
+
</input>
|
1700
|
+
<output>
|
1701
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1702
|
+
</output>
|
1703
|
+
</operation>
|
1704
|
+
|
1705
|
+
</binding>
|
1706
|
+
<service name="OaxApiService">
|
1707
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1708
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1709
|
+
</port>
|
1710
|
+
</service>
|
1711
|
+
</definitions>
|
1712
|
+
|
1713
|
+
http_version: "1.1"
|
1714
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1715
|
+
request: !ruby/struct:VCR::Request
|
1716
|
+
method: :get
|
1717
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1718
|
+
body:
|
1719
|
+
headers:
|
1720
|
+
response: !ruby/struct:VCR::Response
|
1721
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1722
|
+
code: 200
|
1723
|
+
message: OK
|
1724
|
+
headers:
|
1725
|
+
etag:
|
1726
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1727
|
+
p3p:
|
1728
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1729
|
+
last-modified:
|
1730
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1731
|
+
content-type:
|
1732
|
+
- text/xml
|
1733
|
+
server:
|
1734
|
+
- Apache/2.2.3 (Red Hat)
|
1735
|
+
date:
|
1736
|
+
- Thu, 26 May 2011 00:48:37 GMT
|
1737
|
+
content-length:
|
1738
|
+
- "1652"
|
1739
|
+
accept-ranges:
|
1740
|
+
- bytes
|
1741
|
+
body: |
|
1742
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1743
|
+
<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/">
|
1744
|
+
<types>
|
1745
|
+
</types>
|
1746
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1747
|
+
<part name="result" type="xsd:string">
|
1748
|
+
</part>
|
1749
|
+
</message>
|
1750
|
+
<message name="OaxApi_OasXmlRequest">
|
1751
|
+
<part name="String_1" type="xsd:string">
|
1752
|
+
|
1753
|
+
</part>
|
1754
|
+
<part name="String_2" type="xsd:string">
|
1755
|
+
</part>
|
1756
|
+
<part name="String_3" type="xsd:string">
|
1757
|
+
</part>
|
1758
|
+
<part name="String_4" type="xsd:string">
|
1759
|
+
</part>
|
1760
|
+
</message>
|
1761
|
+
<portType name="OaxApi">
|
1762
|
+
|
1763
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1764
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1765
|
+
</input>
|
1766
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1767
|
+
</output>
|
1768
|
+
</operation>
|
1769
|
+
</portType>
|
1770
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1771
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1772
|
+
|
1773
|
+
<operation name="OasXmlRequest">
|
1774
|
+
<soap:operation soapAction=""/>
|
1775
|
+
<input>
|
1776
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1777
|
+
</input>
|
1778
|
+
<output>
|
1779
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1780
|
+
</output>
|
1781
|
+
</operation>
|
1782
|
+
|
1783
|
+
</binding>
|
1784
|
+
<service name="OaxApiService">
|
1785
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1786
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1787
|
+
</port>
|
1788
|
+
</service>
|
1789
|
+
</definitions>
|
1790
|
+
|
1791
|
+
http_version: "1.1"
|
1792
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1793
|
+
request: !ruby/struct:VCR::Request
|
1794
|
+
method: :get
|
1795
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1796
|
+
body:
|
1797
|
+
headers:
|
1798
|
+
response: !ruby/struct:VCR::Response
|
1799
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1800
|
+
code: 200
|
1801
|
+
message: OK
|
1802
|
+
headers:
|
1803
|
+
etag:
|
1804
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1805
|
+
last-modified:
|
1806
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1807
|
+
p3p:
|
1808
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1809
|
+
content-type:
|
1810
|
+
- text/xml
|
1811
|
+
date:
|
1812
|
+
- Thu, 26 May 2011 00:48:54 GMT
|
1813
|
+
server:
|
1814
|
+
- Apache/2.2.3 (Red Hat)
|
1815
|
+
content-length:
|
1816
|
+
- "1652"
|
1817
|
+
accept-ranges:
|
1818
|
+
- bytes
|
1819
|
+
body: |
|
1820
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1821
|
+
<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/">
|
1822
|
+
<types>
|
1823
|
+
</types>
|
1824
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1825
|
+
<part name="result" type="xsd:string">
|
1826
|
+
</part>
|
1827
|
+
</message>
|
1828
|
+
<message name="OaxApi_OasXmlRequest">
|
1829
|
+
<part name="String_1" type="xsd:string">
|
1830
|
+
|
1831
|
+
</part>
|
1832
|
+
<part name="String_2" type="xsd:string">
|
1833
|
+
</part>
|
1834
|
+
<part name="String_3" type="xsd:string">
|
1835
|
+
</part>
|
1836
|
+
<part name="String_4" type="xsd:string">
|
1837
|
+
</part>
|
1838
|
+
</message>
|
1839
|
+
<portType name="OaxApi">
|
1840
|
+
|
1841
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1842
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1843
|
+
</input>
|
1844
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1845
|
+
</output>
|
1846
|
+
</operation>
|
1847
|
+
</portType>
|
1848
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1849
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1850
|
+
|
1851
|
+
<operation name="OasXmlRequest">
|
1852
|
+
<soap:operation soapAction=""/>
|
1853
|
+
<input>
|
1854
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1855
|
+
</input>
|
1856
|
+
<output>
|
1857
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1858
|
+
</output>
|
1859
|
+
</operation>
|
1860
|
+
|
1861
|
+
</binding>
|
1862
|
+
<service name="OaxApiService">
|
1863
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1864
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1865
|
+
</port>
|
1866
|
+
</service>
|
1867
|
+
</definitions>
|
1868
|
+
|
1869
|
+
http_version: "1.1"
|
1870
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1871
|
+
request: !ruby/struct:VCR::Request
|
1872
|
+
method: :get
|
1873
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1874
|
+
body:
|
1875
|
+
headers:
|
1876
|
+
response: !ruby/struct:VCR::Response
|
1877
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1878
|
+
code: 200
|
1879
|
+
message: OK
|
1880
|
+
headers:
|
1881
|
+
etag:
|
1882
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1883
|
+
p3p:
|
1884
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1885
|
+
last-modified:
|
1886
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1887
|
+
content-type:
|
1888
|
+
- text/xml
|
1889
|
+
server:
|
1890
|
+
- Apache/2.2.3 (Red Hat)
|
1891
|
+
date:
|
1892
|
+
- Thu, 26 May 2011 00:48:55 GMT
|
1893
|
+
content-length:
|
1894
|
+
- "1652"
|
1895
|
+
accept-ranges:
|
1896
|
+
- bytes
|
1897
|
+
body: |
|
1898
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1899
|
+
<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/">
|
1900
|
+
<types>
|
1901
|
+
</types>
|
1902
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1903
|
+
<part name="result" type="xsd:string">
|
1904
|
+
</part>
|
1905
|
+
</message>
|
1906
|
+
<message name="OaxApi_OasXmlRequest">
|
1907
|
+
<part name="String_1" type="xsd:string">
|
1908
|
+
|
1909
|
+
</part>
|
1910
|
+
<part name="String_2" type="xsd:string">
|
1911
|
+
</part>
|
1912
|
+
<part name="String_3" type="xsd:string">
|
1913
|
+
</part>
|
1914
|
+
<part name="String_4" type="xsd:string">
|
1915
|
+
</part>
|
1916
|
+
</message>
|
1917
|
+
<portType name="OaxApi">
|
1918
|
+
|
1919
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1920
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1921
|
+
</input>
|
1922
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
1923
|
+
</output>
|
1924
|
+
</operation>
|
1925
|
+
</portType>
|
1926
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
1927
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1928
|
+
|
1929
|
+
<operation name="OasXmlRequest">
|
1930
|
+
<soap:operation soapAction=""/>
|
1931
|
+
<input>
|
1932
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1933
|
+
</input>
|
1934
|
+
<output>
|
1935
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
1936
|
+
</output>
|
1937
|
+
</operation>
|
1938
|
+
|
1939
|
+
</binding>
|
1940
|
+
<service name="OaxApiService">
|
1941
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
1942
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
1943
|
+
</port>
|
1944
|
+
</service>
|
1945
|
+
</definitions>
|
1946
|
+
|
1947
|
+
http_version: "1.1"
|
1948
|
+
- !ruby/struct:VCR::HTTPInteraction
|
1949
|
+
request: !ruby/struct:VCR::Request
|
1950
|
+
method: :get
|
1951
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
1952
|
+
body:
|
1953
|
+
headers:
|
1954
|
+
response: !ruby/struct:VCR::Response
|
1955
|
+
status: !ruby/struct:VCR::ResponseStatus
|
1956
|
+
code: 200
|
1957
|
+
message: OK
|
1958
|
+
headers:
|
1959
|
+
etag:
|
1960
|
+
- "\"44e617-674-48c8d0448cd40\""
|
1961
|
+
last-modified:
|
1962
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
1963
|
+
p3p:
|
1964
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
1965
|
+
content-type:
|
1966
|
+
- text/xml
|
1967
|
+
date:
|
1968
|
+
- Thu, 26 May 2011 00:49:33 GMT
|
1969
|
+
server:
|
1970
|
+
- Apache/2.2.3 (Red Hat)
|
1971
|
+
content-length:
|
1972
|
+
- "1652"
|
1973
|
+
accept-ranges:
|
1974
|
+
- bytes
|
1975
|
+
body: |
|
1976
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
1977
|
+
<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/">
|
1978
|
+
<types>
|
1979
|
+
</types>
|
1980
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
1981
|
+
<part name="result" type="xsd:string">
|
1982
|
+
</part>
|
1983
|
+
</message>
|
1984
|
+
<message name="OaxApi_OasXmlRequest">
|
1985
|
+
<part name="String_1" type="xsd:string">
|
1986
|
+
|
1987
|
+
</part>
|
1988
|
+
<part name="String_2" type="xsd:string">
|
1989
|
+
</part>
|
1990
|
+
<part name="String_3" type="xsd:string">
|
1991
|
+
</part>
|
1992
|
+
<part name="String_4" type="xsd:string">
|
1993
|
+
</part>
|
1994
|
+
</message>
|
1995
|
+
<portType name="OaxApi">
|
1996
|
+
|
1997
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
1998
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
1999
|
+
</input>
|
2000
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2001
|
+
</output>
|
2002
|
+
</operation>
|
2003
|
+
</portType>
|
2004
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2005
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2006
|
+
|
2007
|
+
<operation name="OasXmlRequest">
|
2008
|
+
<soap:operation soapAction=""/>
|
2009
|
+
<input>
|
2010
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2011
|
+
</input>
|
2012
|
+
<output>
|
2013
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2014
|
+
</output>
|
2015
|
+
</operation>
|
2016
|
+
|
2017
|
+
</binding>
|
2018
|
+
<service name="OaxApiService">
|
2019
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2020
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2021
|
+
</port>
|
2022
|
+
</service>
|
2023
|
+
</definitions>
|
2024
|
+
|
2025
|
+
http_version: "1.1"
|
2026
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2027
|
+
request: !ruby/struct:VCR::Request
|
2028
|
+
method: :get
|
2029
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2030
|
+
body:
|
2031
|
+
headers:
|
2032
|
+
response: !ruby/struct:VCR::Response
|
2033
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2034
|
+
code: 200
|
2035
|
+
message: OK
|
2036
|
+
headers:
|
2037
|
+
etag:
|
2038
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2039
|
+
p3p:
|
2040
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2041
|
+
last-modified:
|
2042
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2043
|
+
content-type:
|
2044
|
+
- text/xml
|
2045
|
+
server:
|
2046
|
+
- Apache/2.2.3 (Red Hat)
|
2047
|
+
date:
|
2048
|
+
- Thu, 26 May 2011 00:49:34 GMT
|
2049
|
+
content-length:
|
2050
|
+
- "1652"
|
2051
|
+
accept-ranges:
|
2052
|
+
- bytes
|
2053
|
+
body: |
|
2054
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2055
|
+
<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/">
|
2056
|
+
<types>
|
2057
|
+
</types>
|
2058
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2059
|
+
<part name="result" type="xsd:string">
|
2060
|
+
</part>
|
2061
|
+
</message>
|
2062
|
+
<message name="OaxApi_OasXmlRequest">
|
2063
|
+
<part name="String_1" type="xsd:string">
|
2064
|
+
|
2065
|
+
</part>
|
2066
|
+
<part name="String_2" type="xsd:string">
|
2067
|
+
</part>
|
2068
|
+
<part name="String_3" type="xsd:string">
|
2069
|
+
</part>
|
2070
|
+
<part name="String_4" type="xsd:string">
|
2071
|
+
</part>
|
2072
|
+
</message>
|
2073
|
+
<portType name="OaxApi">
|
2074
|
+
|
2075
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2076
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2077
|
+
</input>
|
2078
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2079
|
+
</output>
|
2080
|
+
</operation>
|
2081
|
+
</portType>
|
2082
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2083
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2084
|
+
|
2085
|
+
<operation name="OasXmlRequest">
|
2086
|
+
<soap:operation soapAction=""/>
|
2087
|
+
<input>
|
2088
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2089
|
+
</input>
|
2090
|
+
<output>
|
2091
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2092
|
+
</output>
|
2093
|
+
</operation>
|
2094
|
+
|
2095
|
+
</binding>
|
2096
|
+
<service name="OaxApiService">
|
2097
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2098
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2099
|
+
</port>
|
2100
|
+
</service>
|
2101
|
+
</definitions>
|
2102
|
+
|
2103
|
+
http_version: "1.1"
|
2104
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2105
|
+
request: !ruby/struct:VCR::Request
|
2106
|
+
method: :get
|
2107
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2108
|
+
body:
|
2109
|
+
headers:
|
2110
|
+
response: !ruby/struct:VCR::Response
|
2111
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2112
|
+
code: 200
|
2113
|
+
message: OK
|
2114
|
+
headers:
|
2115
|
+
etag:
|
2116
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2117
|
+
last-modified:
|
2118
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2119
|
+
p3p:
|
2120
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2121
|
+
content-type:
|
2122
|
+
- text/xml
|
2123
|
+
date:
|
2124
|
+
- Thu, 26 May 2011 00:55:00 GMT
|
2125
|
+
server:
|
2126
|
+
- Apache/2.2.3 (Red Hat)
|
2127
|
+
content-length:
|
2128
|
+
- "1652"
|
2129
|
+
accept-ranges:
|
2130
|
+
- bytes
|
2131
|
+
body: |
|
2132
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2133
|
+
<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/">
|
2134
|
+
<types>
|
2135
|
+
</types>
|
2136
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2137
|
+
<part name="result" type="xsd:string">
|
2138
|
+
</part>
|
2139
|
+
</message>
|
2140
|
+
<message name="OaxApi_OasXmlRequest">
|
2141
|
+
<part name="String_1" type="xsd:string">
|
2142
|
+
|
2143
|
+
</part>
|
2144
|
+
<part name="String_2" type="xsd:string">
|
2145
|
+
</part>
|
2146
|
+
<part name="String_3" type="xsd:string">
|
2147
|
+
</part>
|
2148
|
+
<part name="String_4" type="xsd:string">
|
2149
|
+
</part>
|
2150
|
+
</message>
|
2151
|
+
<portType name="OaxApi">
|
2152
|
+
|
2153
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2154
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2155
|
+
</input>
|
2156
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2157
|
+
</output>
|
2158
|
+
</operation>
|
2159
|
+
</portType>
|
2160
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2161
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2162
|
+
|
2163
|
+
<operation name="OasXmlRequest">
|
2164
|
+
<soap:operation soapAction=""/>
|
2165
|
+
<input>
|
2166
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2167
|
+
</input>
|
2168
|
+
<output>
|
2169
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2170
|
+
</output>
|
2171
|
+
</operation>
|
2172
|
+
|
2173
|
+
</binding>
|
2174
|
+
<service name="OaxApiService">
|
2175
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2176
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2177
|
+
</port>
|
2178
|
+
</service>
|
2179
|
+
</definitions>
|
2180
|
+
|
2181
|
+
http_version: "1.1"
|
2182
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2183
|
+
request: !ruby/struct:VCR::Request
|
2184
|
+
method: :get
|
2185
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2186
|
+
body:
|
2187
|
+
headers:
|
2188
|
+
response: !ruby/struct:VCR::Response
|
2189
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2190
|
+
code: 200
|
2191
|
+
message: OK
|
2192
|
+
headers:
|
2193
|
+
etag:
|
2194
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2195
|
+
p3p:
|
2196
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2197
|
+
last-modified:
|
2198
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2199
|
+
content-type:
|
2200
|
+
- text/xml
|
2201
|
+
server:
|
2202
|
+
- Apache/2.2.3 (Red Hat)
|
2203
|
+
date:
|
2204
|
+
- Thu, 26 May 2011 00:55:01 GMT
|
2205
|
+
content-length:
|
2206
|
+
- "1652"
|
2207
|
+
accept-ranges:
|
2208
|
+
- bytes
|
2209
|
+
body: |
|
2210
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2211
|
+
<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/">
|
2212
|
+
<types>
|
2213
|
+
</types>
|
2214
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2215
|
+
<part name="result" type="xsd:string">
|
2216
|
+
</part>
|
2217
|
+
</message>
|
2218
|
+
<message name="OaxApi_OasXmlRequest">
|
2219
|
+
<part name="String_1" type="xsd:string">
|
2220
|
+
|
2221
|
+
</part>
|
2222
|
+
<part name="String_2" type="xsd:string">
|
2223
|
+
</part>
|
2224
|
+
<part name="String_3" type="xsd:string">
|
2225
|
+
</part>
|
2226
|
+
<part name="String_4" type="xsd:string">
|
2227
|
+
</part>
|
2228
|
+
</message>
|
2229
|
+
<portType name="OaxApi">
|
2230
|
+
|
2231
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2232
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2233
|
+
</input>
|
2234
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2235
|
+
</output>
|
2236
|
+
</operation>
|
2237
|
+
</portType>
|
2238
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2239
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2240
|
+
|
2241
|
+
<operation name="OasXmlRequest">
|
2242
|
+
<soap:operation soapAction=""/>
|
2243
|
+
<input>
|
2244
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2245
|
+
</input>
|
2246
|
+
<output>
|
2247
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2248
|
+
</output>
|
2249
|
+
</operation>
|
2250
|
+
|
2251
|
+
</binding>
|
2252
|
+
<service name="OaxApiService">
|
2253
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2254
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2255
|
+
</port>
|
2256
|
+
</service>
|
2257
|
+
</definitions>
|
2258
|
+
|
2259
|
+
http_version: "1.1"
|
2260
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2261
|
+
request: !ruby/struct:VCR::Request
|
2262
|
+
method: :get
|
2263
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2264
|
+
body:
|
2265
|
+
headers:
|
2266
|
+
response: !ruby/struct:VCR::Response
|
2267
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2268
|
+
code: 200
|
2269
|
+
message: OK
|
2270
|
+
headers:
|
2271
|
+
etag:
|
2272
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2273
|
+
last-modified:
|
2274
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2275
|
+
p3p:
|
2276
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2277
|
+
content-type:
|
2278
|
+
- text/xml
|
2279
|
+
date:
|
2280
|
+
- Thu, 26 May 2011 00:56:55 GMT
|
2281
|
+
server:
|
2282
|
+
- Apache/2.2.3 (Red Hat)
|
2283
|
+
content-length:
|
2284
|
+
- "1652"
|
2285
|
+
accept-ranges:
|
2286
|
+
- bytes
|
2287
|
+
body: |
|
2288
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2289
|
+
<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/">
|
2290
|
+
<types>
|
2291
|
+
</types>
|
2292
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2293
|
+
<part name="result" type="xsd:string">
|
2294
|
+
</part>
|
2295
|
+
</message>
|
2296
|
+
<message name="OaxApi_OasXmlRequest">
|
2297
|
+
<part name="String_1" type="xsd:string">
|
2298
|
+
|
2299
|
+
</part>
|
2300
|
+
<part name="String_2" type="xsd:string">
|
2301
|
+
</part>
|
2302
|
+
<part name="String_3" type="xsd:string">
|
2303
|
+
</part>
|
2304
|
+
<part name="String_4" type="xsd:string">
|
2305
|
+
</part>
|
2306
|
+
</message>
|
2307
|
+
<portType name="OaxApi">
|
2308
|
+
|
2309
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2310
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2311
|
+
</input>
|
2312
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2313
|
+
</output>
|
2314
|
+
</operation>
|
2315
|
+
</portType>
|
2316
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2317
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2318
|
+
|
2319
|
+
<operation name="OasXmlRequest">
|
2320
|
+
<soap:operation soapAction=""/>
|
2321
|
+
<input>
|
2322
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2323
|
+
</input>
|
2324
|
+
<output>
|
2325
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2326
|
+
</output>
|
2327
|
+
</operation>
|
2328
|
+
|
2329
|
+
</binding>
|
2330
|
+
<service name="OaxApiService">
|
2331
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2332
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2333
|
+
</port>
|
2334
|
+
</service>
|
2335
|
+
</definitions>
|
2336
|
+
|
2337
|
+
http_version: "1.1"
|
2338
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2339
|
+
request: !ruby/struct:VCR::Request
|
2340
|
+
method: :get
|
2341
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2342
|
+
body:
|
2343
|
+
headers:
|
2344
|
+
response: !ruby/struct:VCR::Response
|
2345
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2346
|
+
code: 200
|
2347
|
+
message: OK
|
2348
|
+
headers:
|
2349
|
+
etag:
|
2350
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2351
|
+
p3p:
|
2352
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2353
|
+
last-modified:
|
2354
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2355
|
+
content-type:
|
2356
|
+
- text/xml
|
2357
|
+
server:
|
2358
|
+
- Apache/2.2.3 (Red Hat)
|
2359
|
+
date:
|
2360
|
+
- Thu, 26 May 2011 00:56:58 GMT
|
2361
|
+
content-length:
|
2362
|
+
- "1652"
|
2363
|
+
accept-ranges:
|
2364
|
+
- bytes
|
2365
|
+
body: |
|
2366
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2367
|
+
<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/">
|
2368
|
+
<types>
|
2369
|
+
</types>
|
2370
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2371
|
+
<part name="result" type="xsd:string">
|
2372
|
+
</part>
|
2373
|
+
</message>
|
2374
|
+
<message name="OaxApi_OasXmlRequest">
|
2375
|
+
<part name="String_1" type="xsd:string">
|
2376
|
+
|
2377
|
+
</part>
|
2378
|
+
<part name="String_2" type="xsd:string">
|
2379
|
+
</part>
|
2380
|
+
<part name="String_3" type="xsd:string">
|
2381
|
+
</part>
|
2382
|
+
<part name="String_4" type="xsd:string">
|
2383
|
+
</part>
|
2384
|
+
</message>
|
2385
|
+
<portType name="OaxApi">
|
2386
|
+
|
2387
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2388
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2389
|
+
</input>
|
2390
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2391
|
+
</output>
|
2392
|
+
</operation>
|
2393
|
+
</portType>
|
2394
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2395
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2396
|
+
|
2397
|
+
<operation name="OasXmlRequest">
|
2398
|
+
<soap:operation soapAction=""/>
|
2399
|
+
<input>
|
2400
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2401
|
+
</input>
|
2402
|
+
<output>
|
2403
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2404
|
+
</output>
|
2405
|
+
</operation>
|
2406
|
+
|
2407
|
+
</binding>
|
2408
|
+
<service name="OaxApiService">
|
2409
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2410
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2411
|
+
</port>
|
2412
|
+
</service>
|
2413
|
+
</definitions>
|
2414
|
+
|
2415
|
+
http_version: "1.1"
|
2416
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2417
|
+
request: !ruby/struct:VCR::Request
|
2418
|
+
method: :get
|
2419
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2420
|
+
body:
|
2421
|
+
headers:
|
2422
|
+
response: !ruby/struct:VCR::Response
|
2423
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2424
|
+
code: 200
|
2425
|
+
message: OK
|
2426
|
+
headers:
|
2427
|
+
etag:
|
2428
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2429
|
+
last-modified:
|
2430
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2431
|
+
p3p:
|
2432
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2433
|
+
content-type:
|
2434
|
+
- text/xml
|
2435
|
+
date:
|
2436
|
+
- Thu, 26 May 2011 00:57:39 GMT
|
2437
|
+
server:
|
2438
|
+
- Apache/2.2.3 (Red Hat)
|
2439
|
+
content-length:
|
2440
|
+
- "1652"
|
2441
|
+
accept-ranges:
|
2442
|
+
- bytes
|
2443
|
+
body: |
|
2444
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2445
|
+
<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/">
|
2446
|
+
<types>
|
2447
|
+
</types>
|
2448
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2449
|
+
<part name="result" type="xsd:string">
|
2450
|
+
</part>
|
2451
|
+
</message>
|
2452
|
+
<message name="OaxApi_OasXmlRequest">
|
2453
|
+
<part name="String_1" type="xsd:string">
|
2454
|
+
|
2455
|
+
</part>
|
2456
|
+
<part name="String_2" type="xsd:string">
|
2457
|
+
</part>
|
2458
|
+
<part name="String_3" type="xsd:string">
|
2459
|
+
</part>
|
2460
|
+
<part name="String_4" type="xsd:string">
|
2461
|
+
</part>
|
2462
|
+
</message>
|
2463
|
+
<portType name="OaxApi">
|
2464
|
+
|
2465
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2466
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2467
|
+
</input>
|
2468
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2469
|
+
</output>
|
2470
|
+
</operation>
|
2471
|
+
</portType>
|
2472
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2473
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2474
|
+
|
2475
|
+
<operation name="OasXmlRequest">
|
2476
|
+
<soap:operation soapAction=""/>
|
2477
|
+
<input>
|
2478
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2479
|
+
</input>
|
2480
|
+
<output>
|
2481
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2482
|
+
</output>
|
2483
|
+
</operation>
|
2484
|
+
|
2485
|
+
</binding>
|
2486
|
+
<service name="OaxApiService">
|
2487
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2488
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2489
|
+
</port>
|
2490
|
+
</service>
|
2491
|
+
</definitions>
|
2492
|
+
|
2493
|
+
http_version: "1.1"
|
2494
|
+
- !ruby/struct:VCR::HTTPInteraction
|
2495
|
+
request: !ruby/struct:VCR::Request
|
2496
|
+
method: :get
|
2497
|
+
uri: https://training7.247realmedia.com:443//oasapi/OaxApi?wsdl
|
2498
|
+
body:
|
2499
|
+
headers:
|
2500
|
+
response: !ruby/struct:VCR::Response
|
2501
|
+
status: !ruby/struct:VCR::ResponseStatus
|
2502
|
+
code: 200
|
2503
|
+
message: OK
|
2504
|
+
headers:
|
2505
|
+
etag:
|
2506
|
+
- "\"44e617-674-48c8d0448cd40\""
|
2507
|
+
p3p:
|
2508
|
+
- CP="NON NID PSAa PSDa OUR IND UNI COM NAV STA",policyref="/w3c/p3p.xml"
|
2509
|
+
last-modified:
|
2510
|
+
- Thu, 29 Jul 2010 20:59:57 GMT
|
2511
|
+
content-type:
|
2512
|
+
- text/xml
|
2513
|
+
server:
|
2514
|
+
- Apache/2.2.3 (Red Hat)
|
2515
|
+
date:
|
2516
|
+
- Thu, 26 May 2011 00:57:40 GMT
|
2517
|
+
content-length:
|
2518
|
+
- "1652"
|
2519
|
+
accept-ranges:
|
2520
|
+
- bytes
|
2521
|
+
body: |
|
2522
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2523
|
+
<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/">
|
2524
|
+
<types>
|
2525
|
+
</types>
|
2526
|
+
<message name="OaxApi_OasXmlRequestResponse">
|
2527
|
+
<part name="result" type="xsd:string">
|
2528
|
+
</part>
|
2529
|
+
</message>
|
2530
|
+
<message name="OaxApi_OasXmlRequest">
|
2531
|
+
<part name="String_1" type="xsd:string">
|
2532
|
+
|
2533
|
+
</part>
|
2534
|
+
<part name="String_2" type="xsd:string">
|
2535
|
+
</part>
|
2536
|
+
<part name="String_3" type="xsd:string">
|
2537
|
+
</part>
|
2538
|
+
<part name="String_4" type="xsd:string">
|
2539
|
+
</part>
|
2540
|
+
</message>
|
2541
|
+
<portType name="OaxApi">
|
2542
|
+
|
2543
|
+
<operation name="OasXmlRequest" parameterOrder="String_1 String_2 String_3 String_4">
|
2544
|
+
<input message="tns:OaxApi_OasXmlRequest">
|
2545
|
+
</input>
|
2546
|
+
<output message="tns:OaxApi_OasXmlRequestResponse">
|
2547
|
+
</output>
|
2548
|
+
</operation>
|
2549
|
+
</portType>
|
2550
|
+
<binding name="OaxApiBinding" type="tns:OaxApi">
|
2551
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2552
|
+
|
2553
|
+
<operation name="OasXmlRequest">
|
2554
|
+
<soap:operation soapAction=""/>
|
2555
|
+
<input>
|
2556
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2557
|
+
</input>
|
2558
|
+
<output>
|
2559
|
+
<soap:body use="literal" namespace="http://api.oas.tfsm.com/"/>
|
2560
|
+
</output>
|
2561
|
+
</operation>
|
2562
|
+
|
2563
|
+
</binding>
|
2564
|
+
<service name="OaxApiService">
|
2565
|
+
<port name="OaxApiPort" binding="tns:OaxApiBinding">
|
2566
|
+
<soap:address location="https://training7.247realmedia.com:443/oasapi/OaxApi"/>
|
2567
|
+
</port>
|
2568
|
+
</service>
|
2569
|
+
</definitions>
|
2570
|
+
|
2571
|
+
http_version: "1.1"
|