soapy_cake 0.2.1

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.
Files changed (40) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +24 -0
  3. data/.rspec +2 -0
  4. data/.ruby-version +1 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +56 -0
  8. data/Rakefile +6 -0
  9. data/api_versions.yml +103 -0
  10. data/circle.yml +7 -0
  11. data/lib/soapy_cake.rb +8 -0
  12. data/lib/soapy_cake/client.rb +145 -0
  13. data/lib/soapy_cake/version.rb +3 -0
  14. data/script/update_versions.rb +41 -0
  15. data/soapy_cake.gemspec +30 -0
  16. data/spec/fixtures/vcr_cassettes/client_new_account_statuses.yml +1200 -0
  17. data/spec/fixtures/vcr_cassettes/client_new_advertisers.yml +1202 -0
  18. data/spec/fixtures/vcr_cassettes/client_new_affiliate_tags.yml +1200 -0
  19. data/spec/fixtures/vcr_cassettes/client_new_affiliate_tiers.yml +1201 -0
  20. data/spec/fixtures/vcr_cassettes/client_new_billing_cycles.yml +1200 -0
  21. data/spec/fixtures/vcr_cassettes/client_new_cap_intervals.yml +1201 -0
  22. data/spec/fixtures/vcr_cassettes/client_new_cap_types.yml +1199 -0
  23. data/spec/fixtures/vcr_cassettes/client_new_countries.yml +1515 -0
  24. data/spec/fixtures/vcr_cassettes/client_new_currencies.yml +1199 -0
  25. data/spec/fixtures/vcr_cassettes/client_new_empty_response.yml +1200 -0
  26. data/spec/fixtures/vcr_cassettes/client_new_empty_response_offer_summary.yml +865 -0
  27. data/spec/fixtures/vcr_cassettes/client_new_languages.yml +1199 -0
  28. data/spec/fixtures/vcr_cassettes/client_new_media_types.yml +1215 -0
  29. data/spec/fixtures/vcr_cassettes/client_new_offer_statuses.yml +1202 -0
  30. data/spec/fixtures/vcr_cassettes/client_new_offer_types.yml +1201 -0
  31. data/spec/fixtures/vcr_cassettes/client_new_payment_settings.yml +1203 -0
  32. data/spec/fixtures/vcr_cassettes/client_new_payment_types.yml +1204 -0
  33. data/spec/fixtures/vcr_cassettes/client_new_price_formats.yml +1202 -0
  34. data/spec/fixtures/vcr_cassettes/client_new_roles.yml +1203 -0
  35. data/spec/fixtures/vcr_cassettes/client_new_verticals.yml +1197 -0
  36. data/spec/fixtures/vcr_cassettes/client_new_with_username_and_password.yml +1198 -0
  37. data/spec/fixtures/vcr_cassettes/client_sekken_client_caches_results.yml +1261 -0
  38. data/spec/lib/soapy_cake/client_spec.rb +164 -0
  39. data/spec/spec_helper.rb +36 -0
  40. metadata +219 -0
@@ -0,0 +1,1261 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://cake-partner-domain.com/api/1/get.asmx?WSDL
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.2 (2014-05-08))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Tue, 20 May 2014 14:58:49 GMT
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Cache-Control:
22
+ - private, max-age=0
23
+ Content-Type:
24
+ - text/xml; charset=utf-8
25
+ Server:
26
+ - Microsoft-IIS/8.0
27
+ X-Aspnet-Version:
28
+ - 4.0.30319
29
+ X-Powered-By:
30
+ - ASP.NET
31
+ Date:
32
+ - Tue, 20 May 2014 14:58:28 GMT
33
+ Content-Length:
34
+ - '96373'
35
+ body:
36
+ encoding: UTF-8
37
+ string: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:tm=\"http://microsoft.com/wsdl/mime/textMatching/\"
38
+ xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:mime=\"http://schemas.xmlsoap.org/wsdl/mime/\"
39
+ xmlns:tns=\"http://cakemarketing.com/api/1/\" xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\"
40
+ xmlns:s1=\"API:id_name_store\" xmlns:s=\"http://www.w3.org/2001/XMLSchema\"
41
+ xmlns:soap12=\"http://schemas.xmlsoap.org/wsdl/soap12/\" xmlns:http=\"http://schemas.xmlsoap.org/wsdl/http/\"
42
+ targetNamespace=\"http://cakemarketing.com/api/1/\" xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">\r\n
43
+ \ <wsdl:types>\r\n <s:schema elementFormDefault=\"qualified\" targetNamespace=\"http://cakemarketing.com/api/1/\">\r\n
44
+ \ <s:import namespace=\"API:id_name_store\" />\r\n <s:element name=\"Advertisers\">\r\n
45
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
46
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\" />\r\n
47
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
48
+ \ <s:element name=\"AdvertisersResponse\">\r\n <s:complexType>\r\n
49
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
50
+ name=\"AdvertisersResult\" type=\"tns:ArrayOfAdvertiser\" />\r\n </s:sequence>\r\n
51
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfAdvertiser\">\r\n
52
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
53
+ name=\"Advertiser\" nillable=\"true\" type=\"tns:Advertiser\" />\r\n </s:sequence>\r\n
54
+ \ </s:complexType>\r\n <s:complexType name=\"Advertiser\">\r\n <s:sequence>\r\n
55
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"advertiser_id\"
56
+ type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
57
+ name=\"advertiser_name\" type=\"s:string\" />\r\n </s:sequence>\r\n
58
+ \ </s:complexType>\r\n <s:element name=\"Verticals\">\r\n <s:complexType>\r\n
59
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
60
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
61
+ \ </s:element>\r\n <s:element name=\"VerticalsResponse\">\r\n <s:complexType>\r\n
62
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
63
+ name=\"VerticalsResult\" type=\"tns:ArrayOfVertical\" />\r\n </s:sequence>\r\n
64
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfVertical\">\r\n
65
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
66
+ name=\"Vertical\" nillable=\"true\" type=\"tns:Vertical\" />\r\n </s:sequence>\r\n
67
+ \ </s:complexType>\r\n <s:complexType name=\"Vertical\">\r\n <s:sequence>\r\n
68
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"vertical_id\"
69
+ type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
70
+ name=\"vertical_name\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
71
+ \ <s:element name=\"GetAPIKey\">\r\n <s:complexType>\r\n <s:sequence>\r\n
72
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"username\" type=\"s:string\"
73
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"password\"
74
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
75
+ \ </s:element>\r\n <s:element name=\"GetAPIKeyResponse\">\r\n <s:complexType>\r\n
76
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
77
+ name=\"GetAPIKeyResult\" type=\"s:string\" />\r\n </s:sequence>\r\n
78
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"Currencies\">\r\n
79
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
80
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\" />\r\n
81
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
82
+ \ <s:element name=\"CurrenciesResponse\">\r\n <s:complexType>\r\n
83
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
84
+ name=\"CurrenciesResult\" type=\"tns:currencies_response\" />\r\n </s:sequence>\r\n
85
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"currencies_response\">\r\n
86
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
87
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
88
+ name=\"currencies\" type=\"tns:ArrayOfCurrency\" />\r\n </s:sequence>\r\n
89
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
90
+ \ <s:complexType name=\"get_response\">\r\n <s:complexContent mixed=\"false\">\r\n
91
+ \ <s:extension base=\"tns:base_response\">\r\n <s:sequence>\r\n
92
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"row_count\"
93
+ type=\"s:int\" />\r\n </s:sequence>\r\n </s:extension>\r\n
94
+ \ </s:complexContent>\r\n </s:complexType>\r\n <s:complexType
95
+ name=\"base_response\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
96
+ maxOccurs=\"1\" name=\"success\" type=\"s:boolean\" />\r\n <s:element
97
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"message\" type=\"s:string\" />\r\n
98
+ \ </s:sequence>\r\n </s:complexType>\r\n <s:complexType name=\"ArrayOfCurrency\">\r\n
99
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
100
+ name=\"currency\" nillable=\"true\" type=\"s1:currency\" />\r\n </s:sequence>\r\n
101
+ \ </s:complexType>\r\n <s:element name=\"AffiliateTiers\">\r\n <s:complexType>\r\n
102
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
103
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
104
+ \ </s:element>\r\n <s:element name=\"AffiliateTiersResponse\">\r\n
105
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
106
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"AffiliateTiersResult\" type=\"tns:affiliate_tiers_response\"
107
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
108
+ \ <s:complexType name=\"affiliate_tiers_response\">\r\n <s:complexContent
109
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
110
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
111
+ name=\"affiliate_tiers\" type=\"tns:ArrayOfAffiliate_tier\" />\r\n </s:sequence>\r\n
112
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
113
+ \ <s:complexType name=\"ArrayOfAffiliate_tier\">\r\n <s:sequence>\r\n
114
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"affiliate_tier\"
115
+ nillable=\"true\" type=\"s1:affiliate_tier\" />\r\n </s:sequence>\r\n
116
+ \ </s:complexType>\r\n <s:element name=\"PaymentSettings\">\r\n <s:complexType>\r\n
117
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
118
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
119
+ \ </s:element>\r\n <s:element name=\"PaymentSettingsResponse\">\r\n
120
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
121
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"PaymentSettingsResult\" type=\"tns:payment_settings_response\"
122
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
123
+ \ <s:complexType name=\"payment_settings_response\">\r\n <s:complexContent
124
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
125
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
126
+ name=\"payment_settings\" type=\"tns:ArrayOfPayment_setting\" />\r\n </s:sequence>\r\n
127
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
128
+ \ <s:complexType name=\"ArrayOfPayment_setting\">\r\n <s:sequence>\r\n
129
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"payment_setting\"
130
+ nillable=\"true\" type=\"s1:payment_setting\" />\r\n </s:sequence>\r\n
131
+ \ </s:complexType>\r\n <s:element name=\"BillingCycles\">\r\n <s:complexType>\r\n
132
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
133
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
134
+ \ </s:element>\r\n <s:element name=\"BillingCyclesResponse\">\r\n
135
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
136
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"BillingCyclesResult\" type=\"tns:billing_cycles_response\"
137
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
138
+ \ <s:complexType name=\"billing_cycles_response\">\r\n <s:complexContent
139
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
140
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
141
+ name=\"billing_cycles\" type=\"tns:ArrayOfBilling_cycle\" />\r\n </s:sequence>\r\n
142
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
143
+ \ <s:complexType name=\"ArrayOfBilling_cycle\">\r\n <s:sequence>\r\n
144
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"billing_cycle\"
145
+ nillable=\"true\" type=\"s1:billing_cycle\" />\r\n </s:sequence>\r\n
146
+ \ </s:complexType>\r\n <s:element name=\"PaymentTypes\">\r\n <s:complexType>\r\n
147
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
148
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
149
+ \ </s:element>\r\n <s:element name=\"PaymentTypesResponse\">\r\n
150
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
151
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"PaymentTypesResult\" type=\"tns:payment_types_response\"
152
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
153
+ \ <s:complexType name=\"payment_types_response\">\r\n <s:complexContent
154
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
155
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
156
+ name=\"payment_types\" type=\"tns:ArrayOfPayment_type\" />\r\n </s:sequence>\r\n
157
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
158
+ \ <s:complexType name=\"ArrayOfPayment_type\">\r\n <s:sequence>\r\n
159
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"payment_type\"
160
+ nillable=\"true\" type=\"s1:payment_type\" />\r\n </s:sequence>\r\n
161
+ \ </s:complexType>\r\n <s:element name=\"Languages\">\r\n <s:complexType>\r\n
162
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
163
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
164
+ \ </s:element>\r\n <s:element name=\"LanguagesResponse\">\r\n <s:complexType>\r\n
165
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
166
+ name=\"LanguagesResult\" type=\"tns:languages_response\" />\r\n </s:sequence>\r\n
167
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"languages_response\">\r\n
168
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
169
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
170
+ name=\"languages\" type=\"tns:ArrayOfLanguage\" />\r\n </s:sequence>\r\n
171
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
172
+ \ <s:complexType name=\"ArrayOfLanguage\">\r\n <s:sequence>\r\n
173
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"language\"
174
+ nillable=\"true\" type=\"s1:language\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
175
+ \ <s:element name=\"AffiliateTags\">\r\n <s:complexType>\r\n <s:sequence>\r\n
176
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
177
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
178
+ \ <s:element name=\"AffiliateTagsResponse\">\r\n <s:complexType>\r\n
179
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
180
+ name=\"AffiliateTagsResult\" type=\"tns:affiliate_tags_response\" />\r\n </s:sequence>\r\n
181
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"affiliate_tags_response\">\r\n
182
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
183
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
184
+ name=\"tags\" type=\"tns:ArrayOfTag\" />\r\n </s:sequence>\r\n
185
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
186
+ \ <s:complexType name=\"ArrayOfTag\">\r\n <s:sequence>\r\n <s:element
187
+ minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"tag\" nillable=\"true\" type=\"s1:tag\"
188
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
189
+ name=\"ExchangeRates\">\r\n <s:complexType>\r\n <s:sequence>\r\n
190
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
191
+ />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"start_date\"
192
+ type=\"s:dateTime\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
193
+ name=\"end_date\" type=\"s:dateTime\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
194
+ \ </s:element>\r\n <s:element name=\"ExchangeRatesResponse\">\r\n
195
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
196
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"ExchangeRatesResult\" type=\"tns:exchange_rates_response\"
197
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
198
+ \ <s:complexType name=\"exchange_rates_response\">\r\n <s:complexContent
199
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
200
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
201
+ name=\"exchange_rates\" type=\"tns:ArrayOfExchange_rate\" />\r\n </s:sequence>\r\n
202
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
203
+ \ <s:complexType name=\"ArrayOfExchange_rate\">\r\n <s:sequence>\r\n
204
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"exchange_rate\"
205
+ nillable=\"true\" type=\"tns:exchange_rate\" />\r\n </s:sequence>\r\n
206
+ \ </s:complexType>\r\n <s:complexType name=\"exchange_rate\">\r\n
207
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
208
+ name=\"base_currency\" type=\"s1:currency\" />\r\n <s:element minOccurs=\"0\"
209
+ maxOccurs=\"1\" name=\"quote_currency\" type=\"s1:currency\" />\r\n <s:element
210
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"start_date\" type=\"s:dateTime\" />\r\n
211
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"end_date\" type=\"s:dateTime\"
212
+ />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"rate\" type=\"s:decimal\"
213
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:element
214
+ name=\"AccountStatuses\">\r\n <s:complexType>\r\n <s:sequence>\r\n
215
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
216
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
217
+ \ <s:element name=\"AccountStatusesResponse\">\r\n <s:complexType>\r\n
218
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
219
+ name=\"AccountStatusesResult\" type=\"tns:account_statuses_response\" />\r\n
220
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
221
+ \ <s:complexType name=\"account_statuses_response\">\r\n <s:complexContent
222
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
223
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
224
+ name=\"account_statuses\" type=\"tns:ArrayOfAccount_status\" />\r\n </s:sequence>\r\n
225
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
226
+ \ <s:complexType name=\"ArrayOfAccount_status\">\r\n <s:sequence>\r\n
227
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"account_status\"
228
+ nillable=\"true\" type=\"s1:account_status\" />\r\n </s:sequence>\r\n
229
+ \ </s:complexType>\r\n <s:element name=\"OfferStatuses\">\r\n <s:complexType>\r\n
230
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
231
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
232
+ \ </s:element>\r\n <s:element name=\"OfferStatusesResponse\">\r\n
233
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
234
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"OfferStatusesResult\" type=\"tns:offer_statuses_response\"
235
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
236
+ \ <s:complexType name=\"offer_statuses_response\">\r\n <s:complexContent
237
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
238
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
239
+ name=\"offer_statuses\" type=\"tns:ArrayOfOffer_status\" />\r\n </s:sequence>\r\n
240
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
241
+ \ <s:complexType name=\"ArrayOfOffer_status\">\r\n <s:sequence>\r\n
242
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"offer_status\"
243
+ nillable=\"true\" type=\"s1:offer_status\" />\r\n </s:sequence>\r\n
244
+ \ </s:complexType>\r\n <s:element name=\"OfferTypes\">\r\n <s:complexType>\r\n
245
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
246
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
247
+ \ </s:element>\r\n <s:element name=\"OfferTypesResponse\">\r\n <s:complexType>\r\n
248
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
249
+ name=\"OfferTypesResult\" type=\"tns:offer_types_response\" />\r\n </s:sequence>\r\n
250
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"offer_types_response\">\r\n
251
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
252
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
253
+ name=\"offer_types\" type=\"tns:ArrayOfOffer_type\" />\r\n </s:sequence>\r\n
254
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
255
+ \ <s:complexType name=\"ArrayOfOffer_type\">\r\n <s:sequence>\r\n
256
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"offer_type\"
257
+ nillable=\"true\" type=\"s1:offer_type\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
258
+ \ <s:element name=\"PriceFormats\">\r\n <s:complexType>\r\n <s:sequence>\r\n
259
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
260
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
261
+ \ <s:element name=\"PriceFormatsResponse\">\r\n <s:complexType>\r\n
262
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
263
+ name=\"PriceFormatsResult\" type=\"tns:price_formats_response\" />\r\n </s:sequence>\r\n
264
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"price_formats_response\">\r\n
265
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
266
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
267
+ name=\"price_formats\" type=\"tns:ArrayOfPrice_format\" />\r\n </s:sequence>\r\n
268
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
269
+ \ <s:complexType name=\"ArrayOfPrice_format\">\r\n <s:sequence>\r\n
270
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"price_format\"
271
+ nillable=\"true\" type=\"s1:price_format\" />\r\n </s:sequence>\r\n
272
+ \ </s:complexType>\r\n <s:element name=\"CapTypes\">\r\n <s:complexType>\r\n
273
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
274
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
275
+ \ </s:element>\r\n <s:element name=\"CapTypesResponse\">\r\n <s:complexType>\r\n
276
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
277
+ name=\"CapTypesResult\" type=\"tns:cap_types_response\" />\r\n </s:sequence>\r\n
278
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"cap_types_response\">\r\n
279
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
280
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
281
+ name=\"cap_types\" type=\"tns:ArrayOfCap_type\" />\r\n </s:sequence>\r\n
282
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
283
+ \ <s:complexType name=\"ArrayOfCap_type\">\r\n <s:sequence>\r\n
284
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"cap_type\"
285
+ nillable=\"true\" type=\"s1:cap_type\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
286
+ \ <s:element name=\"CapIntervals\">\r\n <s:complexType>\r\n <s:sequence>\r\n
287
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
288
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
289
+ \ <s:element name=\"CapIntervalsResponse\">\r\n <s:complexType>\r\n
290
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
291
+ name=\"CapIntervalsResult\" type=\"tns:cap_intervals_response\" />\r\n </s:sequence>\r\n
292
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"cap_intervals_response\">\r\n
293
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
294
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
295
+ name=\"cap_intervals\" type=\"tns:ArrayOfCap_interval\" />\r\n </s:sequence>\r\n
296
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
297
+ \ <s:complexType name=\"ArrayOfCap_interval\">\r\n <s:sequence>\r\n
298
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"cap_interval\"
299
+ nillable=\"true\" type=\"s1:cap_interval\" />\r\n </s:sequence>\r\n
300
+ \ </s:complexType>\r\n <s:element name=\"MediaTypes\">\r\n <s:complexType>\r\n
301
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
302
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
303
+ \ </s:element>\r\n <s:element name=\"MediaTypesResponse\">\r\n <s:complexType>\r\n
304
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
305
+ name=\"MediaTypesResult\" type=\"tns:media_types_response\" />\r\n </s:sequence>\r\n
306
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"media_types_response\">\r\n
307
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
308
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
309
+ name=\"media_types\" type=\"tns:ArrayOfMedia_type\" />\r\n </s:sequence>\r\n
310
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
311
+ \ <s:complexType name=\"ArrayOfMedia_type\">\r\n <s:sequence>\r\n
312
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"media_type\"
313
+ nillable=\"true\" type=\"s1:media_type\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
314
+ \ <s:element name=\"Roles\">\r\n <s:complexType>\r\n <s:sequence>\r\n
315
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
316
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
317
+ \ <s:element name=\"RolesResponse\">\r\n <s:complexType>\r\n <s:sequence>\r\n
318
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"RolesResult\"
319
+ type=\"tns:roles_response\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
320
+ \ </s:element>\r\n <s:complexType name=\"roles_response\">\r\n <s:complexContent
321
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
322
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
323
+ name=\"roles\" type=\"tns:ArrayOfRole\" />\r\n </s:sequence>\r\n
324
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
325
+ \ <s:complexType name=\"ArrayOfRole\">\r\n <s:sequence>\r\n <s:element
326
+ minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"role\" nillable=\"true\" type=\"tns:role\"
327
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
328
+ name=\"role\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
329
+ maxOccurs=\"1\" name=\"role_id\" type=\"s:int\" />\r\n <s:element
330
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"role_name\" type=\"s:string\" />\r\n
331
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"entity_type_id\"
332
+ nillable=\"true\" type=\"s:unsignedByte\" />\r\n <s:element minOccurs=\"0\"
333
+ maxOccurs=\"1\" name=\"entity_type_name\" type=\"s:string\" />\r\n </s:sequence>\r\n
334
+ \ </s:complexType>\r\n <s:element name=\"Departments\">\r\n <s:complexType>\r\n
335
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
336
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
337
+ \ </s:element>\r\n <s:element name=\"DepartmentsResponse\">\r\n <s:complexType>\r\n
338
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
339
+ name=\"DepartmentsResult\" type=\"tns:departments_response\" />\r\n </s:sequence>\r\n
340
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"departments_response\">\r\n
341
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
342
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
343
+ name=\"departments\" type=\"tns:ArrayOfDepartment\" />\r\n </s:sequence>\r\n
344
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
345
+ \ <s:complexType name=\"ArrayOfDepartment\">\r\n <s:sequence>\r\n
346
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"department\"
347
+ nillable=\"true\" type=\"s1:department\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
348
+ \ <s:element name=\"Countries\">\r\n <s:complexType>\r\n <s:sequence>\r\n
349
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"api_key\" type=\"s:string\"
350
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
351
+ \ <s:element name=\"CountriesResponse\">\r\n <s:complexType>\r\n
352
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
353
+ name=\"CountriesResult\" type=\"tns:countries_response\" />\r\n </s:sequence>\r\n
354
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"countries_response\">\r\n
355
+ \ <s:complexContent mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
356
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
357
+ name=\"countries\" type=\"tns:ArrayOfCountry\" />\r\n </s:sequence>\r\n
358
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
359
+ \ <s:complexType name=\"ArrayOfCountry\">\r\n <s:sequence>\r\n
360
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"country\"
361
+ nillable=\"true\" type=\"s1:country\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
362
+ \ <s:element name=\"InactiveReasons\">\r\n <s:complexType>\r\n
363
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
364
+ name=\"api_key\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
365
+ \ </s:element>\r\n <s:element name=\"InactiveReasonsResponse\">\r\n
366
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
367
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"InactiveReasonsResult\" type=\"tns:inactive_reasons_response\"
368
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
369
+ \ <s:complexType name=\"inactive_reasons_response\">\r\n <s:complexContent
370
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
371
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
372
+ name=\"inactive_reasons\" type=\"tns:ArrayOfInactive_reason\" />\r\n </s:sequence>\r\n
373
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
374
+ \ <s:complexType name=\"ArrayOfInactive_reason\">\r\n <s:sequence>\r\n
375
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"inactive_reason\"
376
+ nillable=\"true\" type=\"s1:inactive_reason\" />\r\n </s:sequence>\r\n
377
+ \ </s:complexType>\r\n <s:element name=\"TrackingDomains\">\r\n <s:complexType>\r\n
378
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
379
+ name=\"api_key\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
380
+ maxOccurs=\"1\" name=\"domain_type\" type=\"tns:domain_types\" />\r\n </s:sequence>\r\n
381
+ \ </s:complexType>\r\n </s:element>\r\n <s:simpleType name=\"domain_types\">\r\n
382
+ \ <s:restriction base=\"s:string\">\r\n <s:enumeration value=\"primary_cookie\"
383
+ />\r\n <s:enumeration value=\"cookie\" />\r\n <s:enumeration
384
+ value=\"redirect\" />\r\n <s:enumeration value=\"all\" />\r\n </s:restriction>\r\n
385
+ \ </s:simpleType>\r\n <s:element name=\"TrackingDomainsResponse\">\r\n
386
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
387
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"TrackingDomainsResult\" type=\"tns:tracking_domains_response\"
388
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
389
+ \ <s:complexType name=\"tracking_domains_response\">\r\n <s:complexContent
390
+ mixed=\"false\">\r\n <s:extension base=\"tns:get_response\">\r\n
391
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
392
+ name=\"tracking_domains\" type=\"tns:ArrayOfTracking_domain\" />\r\n </s:sequence>\r\n
393
+ \ </s:extension>\r\n </s:complexContent>\r\n </s:complexType>\r\n
394
+ \ <s:complexType name=\"ArrayOfTracking_domain\">\r\n <s:sequence>\r\n
395
+ \ <s:element minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"tracking_domain\"
396
+ nillable=\"true\" type=\"tns:tracking_domain\" />\r\n </s:sequence>\r\n
397
+ \ </s:complexType>\r\n <s:complexType name=\"tracking_domain\">\r\n
398
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
399
+ name=\"domain_name\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
400
+ maxOccurs=\"1\" name=\"domain_type\" type=\"tns:domain_types\" />\r\n </s:sequence>\r\n
401
+ \ </s:complexType>\r\n <s:element name=\"ArrayOfAdvertiser\" nillable=\"true\"
402
+ type=\"tns:ArrayOfAdvertiser\" />\r\n <s:element name=\"ArrayOfVertical\"
403
+ nillable=\"true\" type=\"tns:ArrayOfVertical\" />\r\n <s:element name=\"string\"
404
+ nillable=\"true\" type=\"s:string\" />\r\n <s:element name=\"currencies_response\"
405
+ nillable=\"true\" type=\"tns:currencies_response\" />\r\n <s:element
406
+ name=\"affiliate_tiers_response\" nillable=\"true\" type=\"tns:affiliate_tiers_response\"
407
+ />\r\n <s:element name=\"payment_settings_response\" nillable=\"true\"
408
+ type=\"tns:payment_settings_response\" />\r\n <s:element name=\"billing_cycles_response\"
409
+ nillable=\"true\" type=\"tns:billing_cycles_response\" />\r\n <s:element
410
+ name=\"payment_types_response\" nillable=\"true\" type=\"tns:payment_types_response\"
411
+ />\r\n <s:element name=\"languages_response\" nillable=\"true\" type=\"tns:languages_response\"
412
+ />\r\n <s:element name=\"affiliate_tags_response\" nillable=\"true\"
413
+ type=\"tns:affiliate_tags_response\" />\r\n <s:element name=\"exchange_rates_response\"
414
+ nillable=\"true\" type=\"tns:exchange_rates_response\" />\r\n <s:element
415
+ name=\"account_statuses_response\" nillable=\"true\" type=\"tns:account_statuses_response\"
416
+ />\r\n <s:element name=\"offer_statuses_response\" nillable=\"true\"
417
+ type=\"tns:offer_statuses_response\" />\r\n <s:element name=\"offer_types_response\"
418
+ nillable=\"true\" type=\"tns:offer_types_response\" />\r\n <s:element
419
+ name=\"price_formats_response\" nillable=\"true\" type=\"tns:price_formats_response\"
420
+ />\r\n <s:element name=\"cap_types_response\" nillable=\"true\" type=\"tns:cap_types_response\"
421
+ />\r\n <s:element name=\"cap_intervals_response\" nillable=\"true\" type=\"tns:cap_intervals_response\"
422
+ />\r\n <s:element name=\"media_types_response\" nillable=\"true\" type=\"tns:media_types_response\"
423
+ />\r\n <s:element name=\"roles_response\" nillable=\"true\" type=\"tns:roles_response\"
424
+ />\r\n <s:element name=\"departments_response\" nillable=\"true\" type=\"tns:departments_response\"
425
+ />\r\n <s:element name=\"countries_response\" nillable=\"true\" type=\"tns:countries_response\"
426
+ />\r\n <s:element name=\"inactive_reasons_response\" nillable=\"true\"
427
+ type=\"tns:inactive_reasons_response\" />\r\n <s:element name=\"tracking_domains_response\"
428
+ nillable=\"true\" type=\"tns:tracking_domains_response\" />\r\n </s:schema>\r\n
429
+ \ <s:schema elementFormDefault=\"qualified\" targetNamespace=\"API:id_name_store\">\r\n
430
+ \ <s:complexType name=\"currency\">\r\n <s:sequence>\r\n <s:element
431
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"currency_id\" type=\"s:unsignedByte\"
432
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"currency_symbol\"
433
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
434
+ name=\"currency_name\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
435
+ maxOccurs=\"1\" name=\"currency_abbr\" type=\"s:string\" />\r\n </s:sequence>\r\n
436
+ \ </s:complexType>\r\n <s:complexType name=\"affiliate_tier\">\r\n
437
+ \ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
438
+ name=\"affiliate_tier_id\" type=\"s:unsignedByte\" />\r\n <s:element
439
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"affiliate_tier_name\" type=\"s:string\"
440
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
441
+ name=\"payment_setting\">\r\n <s:sequence>\r\n <s:element
442
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"payment_setting_id\" type=\"s:unsignedByte\"
443
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"payment_setting_name\"
444
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
445
+ \ <s:complexType name=\"billing_cycle\">\r\n <s:sequence>\r\n <s:element
446
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"billing_cycle_id\" type=\"s:unsignedByte\"
447
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"billing_cycle_name\"
448
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
449
+ \ <s:complexType name=\"payment_type\">\r\n <s:sequence>\r\n <s:element
450
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"payment_type_id\" type=\"s:unsignedByte\"
451
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"payment_type_name\"
452
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
453
+ \ <s:complexType name=\"language\">\r\n <s:sequence>\r\n <s:element
454
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"language_id\" type=\"s:unsignedByte\"
455
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"language_name\"
456
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
457
+ name=\"language_abbr\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
458
+ \ <s:complexType name=\"tag\">\r\n <s:sequence>\r\n <s:element
459
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"tag_id\" type=\"s:short\" />\r\n <s:element
460
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"tag_name\" type=\"s:string\" />\r\n
461
+ \ </s:sequence>\r\n </s:complexType>\r\n <s:complexType name=\"account_status\">\r\n
462
+ \ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
463
+ name=\"account_status_id\" type=\"s:unsignedByte\" />\r\n <s:element
464
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"account_status_name\" type=\"s:string\"
465
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
466
+ name=\"offer_status\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
467
+ maxOccurs=\"1\" name=\"offer_status_id\" type=\"s:unsignedByte\" />\r\n <s:element
468
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"offer_status_name\" type=\"s:string\"
469
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
470
+ name=\"offer_type\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
471
+ maxOccurs=\"1\" name=\"offer_type_id\" type=\"s:unsignedByte\" />\r\n <s:element
472
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"offer_type_name\" type=\"s:string\"
473
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
474
+ name=\"price_format\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
475
+ maxOccurs=\"1\" name=\"price_format_id\" type=\"s:unsignedByte\" />\r\n <s:element
476
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"price_format_name\" type=\"s:string\"
477
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
478
+ name=\"cap_type\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
479
+ maxOccurs=\"1\" name=\"cap_type_id\" type=\"s:unsignedByte\" />\r\n <s:element
480
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"cap_type_name\" type=\"s:string\" />\r\n
481
+ \ </s:sequence>\r\n </s:complexType>\r\n <s:complexType name=\"cap_interval\">\r\n
482
+ \ <s:sequence>\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
483
+ name=\"cap_interval_id\" type=\"s:unsignedByte\" />\r\n <s:element
484
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"cap_interval_name\" type=\"s:string\"
485
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n <s:complexType
486
+ name=\"media_type\">\r\n <s:sequence>\r\n <s:element minOccurs=\"1\"
487
+ maxOccurs=\"1\" name=\"media_type_id\" nillable=\"true\" type=\"s:unsignedByte\"
488
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"media_type_name\"
489
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
490
+ \ <s:complexType name=\"department\">\r\n <s:sequence>\r\n <s:element
491
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"department_id\" nillable=\"true\" type=\"s:unsignedByte\"
492
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"department_name\"
493
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
494
+ \ <s:complexType name=\"country\">\r\n <s:sequence>\r\n <s:element
495
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"country_code\" type=\"s:string\" />\r\n
496
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"country_name\"
497
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
498
+ \ <s:complexType name=\"inactive_reason\">\r\n <s:sequence>\r\n
499
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"inactive_reason_id\"
500
+ nillable=\"true\" type=\"s:unsignedByte\" />\r\n <s:element minOccurs=\"0\"
501
+ maxOccurs=\"1\" name=\"inactive_reason_name\" type=\"s:string\" />\r\n </s:sequence>\r\n
502
+ \ </s:complexType>\r\n </s:schema>\r\n </wsdl:types>\r\n <wsdl:message
503
+ name=\"AdvertisersSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:Advertisers\"
504
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AdvertisersSoapOut\">\r\n
505
+ \ <wsdl:part name=\"parameters\" element=\"tns:AdvertisersResponse\" />\r\n
506
+ \ </wsdl:message>\r\n <wsdl:message name=\"VerticalsSoapIn\">\r\n <wsdl:part
507
+ name=\"parameters\" element=\"tns:Verticals\" />\r\n </wsdl:message>\r\n
508
+ \ <wsdl:message name=\"VerticalsSoapOut\">\r\n <wsdl:part name=\"parameters\"
509
+ element=\"tns:VerticalsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
510
+ name=\"GetAPIKeySoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:GetAPIKey\"
511
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetAPIKeySoapOut\">\r\n
512
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetAPIKeyResponse\" />\r\n
513
+ \ </wsdl:message>\r\n <wsdl:message name=\"CurrenciesSoapIn\">\r\n <wsdl:part
514
+ name=\"parameters\" element=\"tns:Currencies\" />\r\n </wsdl:message>\r\n
515
+ \ <wsdl:message name=\"CurrenciesSoapOut\">\r\n <wsdl:part name=\"parameters\"
516
+ element=\"tns:CurrenciesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
517
+ name=\"AffiliateTiersSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:AffiliateTiers\"
518
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTiersSoapOut\">\r\n
519
+ \ <wsdl:part name=\"parameters\" element=\"tns:AffiliateTiersResponse\"
520
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"PaymentSettingsSoapIn\">\r\n
521
+ \ <wsdl:part name=\"parameters\" element=\"tns:PaymentSettings\" />\r\n
522
+ \ </wsdl:message>\r\n <wsdl:message name=\"PaymentSettingsSoapOut\">\r\n
523
+ \ <wsdl:part name=\"parameters\" element=\"tns:PaymentSettingsResponse\"
524
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"BillingCyclesSoapIn\">\r\n
525
+ \ <wsdl:part name=\"parameters\" element=\"tns:BillingCycles\" />\r\n </wsdl:message>\r\n
526
+ \ <wsdl:message name=\"BillingCyclesSoapOut\">\r\n <wsdl:part name=\"parameters\"
527
+ element=\"tns:BillingCyclesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
528
+ name=\"PaymentTypesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:PaymentTypes\"
529
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"PaymentTypesSoapOut\">\r\n
530
+ \ <wsdl:part name=\"parameters\" element=\"tns:PaymentTypesResponse\" />\r\n
531
+ \ </wsdl:message>\r\n <wsdl:message name=\"LanguagesSoapIn\">\r\n <wsdl:part
532
+ name=\"parameters\" element=\"tns:Languages\" />\r\n </wsdl:message>\r\n
533
+ \ <wsdl:message name=\"LanguagesSoapOut\">\r\n <wsdl:part name=\"parameters\"
534
+ element=\"tns:LanguagesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
535
+ name=\"AffiliateTagsSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:AffiliateTags\"
536
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTagsSoapOut\">\r\n
537
+ \ <wsdl:part name=\"parameters\" element=\"tns:AffiliateTagsResponse\" />\r\n
538
+ \ </wsdl:message>\r\n <wsdl:message name=\"ExchangeRatesSoapIn\">\r\n <wsdl:part
539
+ name=\"parameters\" element=\"tns:ExchangeRates\" />\r\n </wsdl:message>\r\n
540
+ \ <wsdl:message name=\"ExchangeRatesSoapOut\">\r\n <wsdl:part name=\"parameters\"
541
+ element=\"tns:ExchangeRatesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
542
+ name=\"AccountStatusesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:AccountStatuses\"
543
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AccountStatusesSoapOut\">\r\n
544
+ \ <wsdl:part name=\"parameters\" element=\"tns:AccountStatusesResponse\"
545
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"OfferStatusesSoapIn\">\r\n
546
+ \ <wsdl:part name=\"parameters\" element=\"tns:OfferStatuses\" />\r\n </wsdl:message>\r\n
547
+ \ <wsdl:message name=\"OfferStatusesSoapOut\">\r\n <wsdl:part name=\"parameters\"
548
+ element=\"tns:OfferStatusesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
549
+ name=\"OfferTypesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:OfferTypes\"
550
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"OfferTypesSoapOut\">\r\n
551
+ \ <wsdl:part name=\"parameters\" element=\"tns:OfferTypesResponse\" />\r\n
552
+ \ </wsdl:message>\r\n <wsdl:message name=\"PriceFormatsSoapIn\">\r\n <wsdl:part
553
+ name=\"parameters\" element=\"tns:PriceFormats\" />\r\n </wsdl:message>\r\n
554
+ \ <wsdl:message name=\"PriceFormatsSoapOut\">\r\n <wsdl:part name=\"parameters\"
555
+ element=\"tns:PriceFormatsResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
556
+ name=\"CapTypesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:CapTypes\"
557
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapTypesSoapOut\">\r\n <wsdl:part
558
+ name=\"parameters\" element=\"tns:CapTypesResponse\" />\r\n </wsdl:message>\r\n
559
+ \ <wsdl:message name=\"CapIntervalsSoapIn\">\r\n <wsdl:part name=\"parameters\"
560
+ element=\"tns:CapIntervals\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapIntervalsSoapOut\">\r\n
561
+ \ <wsdl:part name=\"parameters\" element=\"tns:CapIntervalsResponse\" />\r\n
562
+ \ </wsdl:message>\r\n <wsdl:message name=\"MediaTypesSoapIn\">\r\n <wsdl:part
563
+ name=\"parameters\" element=\"tns:MediaTypes\" />\r\n </wsdl:message>\r\n
564
+ \ <wsdl:message name=\"MediaTypesSoapOut\">\r\n <wsdl:part name=\"parameters\"
565
+ element=\"tns:MediaTypesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
566
+ name=\"RolesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:Roles\"
567
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"RolesSoapOut\">\r\n <wsdl:part
568
+ name=\"parameters\" element=\"tns:RolesResponse\" />\r\n </wsdl:message>\r\n
569
+ \ <wsdl:message name=\"DepartmentsSoapIn\">\r\n <wsdl:part name=\"parameters\"
570
+ element=\"tns:Departments\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"DepartmentsSoapOut\">\r\n
571
+ \ <wsdl:part name=\"parameters\" element=\"tns:DepartmentsResponse\" />\r\n
572
+ \ </wsdl:message>\r\n <wsdl:message name=\"CountriesSoapIn\">\r\n <wsdl:part
573
+ name=\"parameters\" element=\"tns:Countries\" />\r\n </wsdl:message>\r\n
574
+ \ <wsdl:message name=\"CountriesSoapOut\">\r\n <wsdl:part name=\"parameters\"
575
+ element=\"tns:CountriesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
576
+ name=\"InactiveReasonsSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:InactiveReasons\"
577
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"InactiveReasonsSoapOut\">\r\n
578
+ \ <wsdl:part name=\"parameters\" element=\"tns:InactiveReasonsResponse\"
579
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsSoapIn\">\r\n
580
+ \ <wsdl:part name=\"parameters\" element=\"tns:TrackingDomains\" />\r\n
581
+ \ </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsSoapOut\">\r\n
582
+ \ <wsdl:part name=\"parameters\" element=\"tns:TrackingDomainsResponse\"
583
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AdvertisersHttpGetIn\">\r\n
584
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
585
+ \ <wsdl:message name=\"AdvertisersHttpGetOut\">\r\n <wsdl:part name=\"Body\"
586
+ element=\"tns:ArrayOfAdvertiser\" />\r\n </wsdl:message>\r\n <wsdl:message
587
+ name=\"VerticalsHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
588
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"VerticalsHttpGetOut\">\r\n
589
+ \ <wsdl:part name=\"Body\" element=\"tns:ArrayOfVertical\" />\r\n </wsdl:message>\r\n
590
+ \ <wsdl:message name=\"GetAPIKeyHttpGetIn\">\r\n <wsdl:part name=\"username\"
591
+ type=\"s:string\" />\r\n <wsdl:part name=\"password\" type=\"s:string\"
592
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetAPIKeyHttpGetOut\">\r\n
593
+ \ <wsdl:part name=\"Body\" element=\"tns:string\" />\r\n </wsdl:message>\r\n
594
+ \ <wsdl:message name=\"CurrenciesHttpGetIn\">\r\n <wsdl:part name=\"api_key\"
595
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CurrenciesHttpGetOut\">\r\n
596
+ \ <wsdl:part name=\"Body\" element=\"tns:currencies_response\" />\r\n </wsdl:message>\r\n
597
+ \ <wsdl:message name=\"AffiliateTiersHttpGetIn\">\r\n <wsdl:part name=\"api_key\"
598
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTiersHttpGetOut\">\r\n
599
+ \ <wsdl:part name=\"Body\" element=\"tns:affiliate_tiers_response\" />\r\n
600
+ \ </wsdl:message>\r\n <wsdl:message name=\"PaymentSettingsHttpGetIn\">\r\n
601
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
602
+ \ <wsdl:message name=\"PaymentSettingsHttpGetOut\">\r\n <wsdl:part name=\"Body\"
603
+ element=\"tns:payment_settings_response\" />\r\n </wsdl:message>\r\n <wsdl:message
604
+ name=\"BillingCyclesHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
605
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"BillingCyclesHttpGetOut\">\r\n
606
+ \ <wsdl:part name=\"Body\" element=\"tns:billing_cycles_response\" />\r\n
607
+ \ </wsdl:message>\r\n <wsdl:message name=\"PaymentTypesHttpGetIn\">\r\n <wsdl:part
608
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
609
+ name=\"PaymentTypesHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:payment_types_response\"
610
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"LanguagesHttpGetIn\">\r\n
611
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
612
+ \ <wsdl:message name=\"LanguagesHttpGetOut\">\r\n <wsdl:part name=\"Body\"
613
+ element=\"tns:languages_response\" />\r\n </wsdl:message>\r\n <wsdl:message
614
+ name=\"AffiliateTagsHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
615
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTagsHttpGetOut\">\r\n
616
+ \ <wsdl:part name=\"Body\" element=\"tns:affiliate_tags_response\" />\r\n
617
+ \ </wsdl:message>\r\n <wsdl:message name=\"ExchangeRatesHttpGetIn\">\r\n
618
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n <wsdl:part name=\"start_date\"
619
+ type=\"s:string\" />\r\n <wsdl:part name=\"end_date\" type=\"s:string\"
620
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"ExchangeRatesHttpGetOut\">\r\n
621
+ \ <wsdl:part name=\"Body\" element=\"tns:exchange_rates_response\" />\r\n
622
+ \ </wsdl:message>\r\n <wsdl:message name=\"AccountStatusesHttpGetIn\">\r\n
623
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
624
+ \ <wsdl:message name=\"AccountStatusesHttpGetOut\">\r\n <wsdl:part name=\"Body\"
625
+ element=\"tns:account_statuses_response\" />\r\n </wsdl:message>\r\n <wsdl:message
626
+ name=\"OfferStatusesHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
627
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"OfferStatusesHttpGetOut\">\r\n
628
+ \ <wsdl:part name=\"Body\" element=\"tns:offer_statuses_response\" />\r\n
629
+ \ </wsdl:message>\r\n <wsdl:message name=\"OfferTypesHttpGetIn\">\r\n <wsdl:part
630
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
631
+ name=\"OfferTypesHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:offer_types_response\"
632
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"PriceFormatsHttpGetIn\">\r\n
633
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
634
+ \ <wsdl:message name=\"PriceFormatsHttpGetOut\">\r\n <wsdl:part name=\"Body\"
635
+ element=\"tns:price_formats_response\" />\r\n </wsdl:message>\r\n <wsdl:message
636
+ name=\"CapTypesHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
637
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapTypesHttpGetOut\">\r\n
638
+ \ <wsdl:part name=\"Body\" element=\"tns:cap_types_response\" />\r\n </wsdl:message>\r\n
639
+ \ <wsdl:message name=\"CapIntervalsHttpGetIn\">\r\n <wsdl:part name=\"api_key\"
640
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapIntervalsHttpGetOut\">\r\n
641
+ \ <wsdl:part name=\"Body\" element=\"tns:cap_intervals_response\" />\r\n
642
+ \ </wsdl:message>\r\n <wsdl:message name=\"MediaTypesHttpGetIn\">\r\n <wsdl:part
643
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
644
+ name=\"MediaTypesHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:media_types_response\"
645
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"RolesHttpGetIn\">\r\n <wsdl:part
646
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
647
+ name=\"RolesHttpGetOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:roles_response\"
648
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"DepartmentsHttpGetIn\">\r\n
649
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
650
+ \ <wsdl:message name=\"DepartmentsHttpGetOut\">\r\n <wsdl:part name=\"Body\"
651
+ element=\"tns:departments_response\" />\r\n </wsdl:message>\r\n <wsdl:message
652
+ name=\"CountriesHttpGetIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
653
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"CountriesHttpGetOut\">\r\n
654
+ \ <wsdl:part name=\"Body\" element=\"tns:countries_response\" />\r\n </wsdl:message>\r\n
655
+ \ <wsdl:message name=\"InactiveReasonsHttpGetIn\">\r\n <wsdl:part name=\"api_key\"
656
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"InactiveReasonsHttpGetOut\">\r\n
657
+ \ <wsdl:part name=\"Body\" element=\"tns:inactive_reasons_response\" />\r\n
658
+ \ </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsHttpGetIn\">\r\n
659
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n <wsdl:part name=\"domain_type\"
660
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsHttpGetOut\">\r\n
661
+ \ <wsdl:part name=\"Body\" element=\"tns:tracking_domains_response\" />\r\n
662
+ \ </wsdl:message>\r\n <wsdl:message name=\"AdvertisersHttpPostIn\">\r\n <wsdl:part
663
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
664
+ name=\"AdvertisersHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:ArrayOfAdvertiser\"
665
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"VerticalsHttpPostIn\">\r\n
666
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
667
+ \ <wsdl:message name=\"VerticalsHttpPostOut\">\r\n <wsdl:part name=\"Body\"
668
+ element=\"tns:ArrayOfVertical\" />\r\n </wsdl:message>\r\n <wsdl:message
669
+ name=\"GetAPIKeyHttpPostIn\">\r\n <wsdl:part name=\"username\" type=\"s:string\"
670
+ />\r\n <wsdl:part name=\"password\" type=\"s:string\" />\r\n </wsdl:message>\r\n
671
+ \ <wsdl:message name=\"GetAPIKeyHttpPostOut\">\r\n <wsdl:part name=\"Body\"
672
+ element=\"tns:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CurrenciesHttpPostIn\">\r\n
673
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
674
+ \ <wsdl:message name=\"CurrenciesHttpPostOut\">\r\n <wsdl:part name=\"Body\"
675
+ element=\"tns:currencies_response\" />\r\n </wsdl:message>\r\n <wsdl:message
676
+ name=\"AffiliateTiersHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
677
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTiersHttpPostOut\">\r\n
678
+ \ <wsdl:part name=\"Body\" element=\"tns:affiliate_tiers_response\" />\r\n
679
+ \ </wsdl:message>\r\n <wsdl:message name=\"PaymentSettingsHttpPostIn\">\r\n
680
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
681
+ \ <wsdl:message name=\"PaymentSettingsHttpPostOut\">\r\n <wsdl:part name=\"Body\"
682
+ element=\"tns:payment_settings_response\" />\r\n </wsdl:message>\r\n <wsdl:message
683
+ name=\"BillingCyclesHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
684
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"BillingCyclesHttpPostOut\">\r\n
685
+ \ <wsdl:part name=\"Body\" element=\"tns:billing_cycles_response\" />\r\n
686
+ \ </wsdl:message>\r\n <wsdl:message name=\"PaymentTypesHttpPostIn\">\r\n
687
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
688
+ \ <wsdl:message name=\"PaymentTypesHttpPostOut\">\r\n <wsdl:part name=\"Body\"
689
+ element=\"tns:payment_types_response\" />\r\n </wsdl:message>\r\n <wsdl:message
690
+ name=\"LanguagesHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
691
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"LanguagesHttpPostOut\">\r\n
692
+ \ <wsdl:part name=\"Body\" element=\"tns:languages_response\" />\r\n </wsdl:message>\r\n
693
+ \ <wsdl:message name=\"AffiliateTagsHttpPostIn\">\r\n <wsdl:part name=\"api_key\"
694
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"AffiliateTagsHttpPostOut\">\r\n
695
+ \ <wsdl:part name=\"Body\" element=\"tns:affiliate_tags_response\" />\r\n
696
+ \ </wsdl:message>\r\n <wsdl:message name=\"ExchangeRatesHttpPostIn\">\r\n
697
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n <wsdl:part name=\"start_date\"
698
+ type=\"s:string\" />\r\n <wsdl:part name=\"end_date\" type=\"s:string\"
699
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"ExchangeRatesHttpPostOut\">\r\n
700
+ \ <wsdl:part name=\"Body\" element=\"tns:exchange_rates_response\" />\r\n
701
+ \ </wsdl:message>\r\n <wsdl:message name=\"AccountStatusesHttpPostIn\">\r\n
702
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
703
+ \ <wsdl:message name=\"AccountStatusesHttpPostOut\">\r\n <wsdl:part name=\"Body\"
704
+ element=\"tns:account_statuses_response\" />\r\n </wsdl:message>\r\n <wsdl:message
705
+ name=\"OfferStatusesHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
706
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"OfferStatusesHttpPostOut\">\r\n
707
+ \ <wsdl:part name=\"Body\" element=\"tns:offer_statuses_response\" />\r\n
708
+ \ </wsdl:message>\r\n <wsdl:message name=\"OfferTypesHttpPostIn\">\r\n <wsdl:part
709
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
710
+ name=\"OfferTypesHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:offer_types_response\"
711
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"PriceFormatsHttpPostIn\">\r\n
712
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
713
+ \ <wsdl:message name=\"PriceFormatsHttpPostOut\">\r\n <wsdl:part name=\"Body\"
714
+ element=\"tns:price_formats_response\" />\r\n </wsdl:message>\r\n <wsdl:message
715
+ name=\"CapTypesHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
716
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapTypesHttpPostOut\">\r\n
717
+ \ <wsdl:part name=\"Body\" element=\"tns:cap_types_response\" />\r\n </wsdl:message>\r\n
718
+ \ <wsdl:message name=\"CapIntervalsHttpPostIn\">\r\n <wsdl:part name=\"api_key\"
719
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"CapIntervalsHttpPostOut\">\r\n
720
+ \ <wsdl:part name=\"Body\" element=\"tns:cap_intervals_response\" />\r\n
721
+ \ </wsdl:message>\r\n <wsdl:message name=\"MediaTypesHttpPostIn\">\r\n <wsdl:part
722
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
723
+ name=\"MediaTypesHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:media_types_response\"
724
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"RolesHttpPostIn\">\r\n <wsdl:part
725
+ name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message
726
+ name=\"RolesHttpPostOut\">\r\n <wsdl:part name=\"Body\" element=\"tns:roles_response\"
727
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"DepartmentsHttpPostIn\">\r\n
728
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n </wsdl:message>\r\n
729
+ \ <wsdl:message name=\"DepartmentsHttpPostOut\">\r\n <wsdl:part name=\"Body\"
730
+ element=\"tns:departments_response\" />\r\n </wsdl:message>\r\n <wsdl:message
731
+ name=\"CountriesHttpPostIn\">\r\n <wsdl:part name=\"api_key\" type=\"s:string\"
732
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"CountriesHttpPostOut\">\r\n
733
+ \ <wsdl:part name=\"Body\" element=\"tns:countries_response\" />\r\n </wsdl:message>\r\n
734
+ \ <wsdl:message name=\"InactiveReasonsHttpPostIn\">\r\n <wsdl:part name=\"api_key\"
735
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"InactiveReasonsHttpPostOut\">\r\n
736
+ \ <wsdl:part name=\"Body\" element=\"tns:inactive_reasons_response\" />\r\n
737
+ \ </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsHttpPostIn\">\r\n
738
+ \ <wsdl:part name=\"api_key\" type=\"s:string\" />\r\n <wsdl:part name=\"domain_type\"
739
+ type=\"s:string\" />\r\n </wsdl:message>\r\n <wsdl:message name=\"TrackingDomainsHttpPostOut\">\r\n
740
+ \ <wsdl:part name=\"Body\" element=\"tns:tracking_domains_response\" />\r\n
741
+ \ </wsdl:message>\r\n <wsdl:portType name=\"getSoap\">\r\n <wsdl:operation
742
+ name=\"Advertisers\">\r\n <wsdl:input message=\"tns:AdvertisersSoapIn\"
743
+ />\r\n <wsdl:output message=\"tns:AdvertisersSoapOut\" />\r\n </wsdl:operation>\r\n
744
+ \ <wsdl:operation name=\"Verticals\">\r\n <wsdl:input message=\"tns:VerticalsSoapIn\"
745
+ />\r\n <wsdl:output message=\"tns:VerticalsSoapOut\" />\r\n </wsdl:operation>\r\n
746
+ \ <wsdl:operation name=\"GetAPIKey\">\r\n <wsdl:input message=\"tns:GetAPIKeySoapIn\"
747
+ />\r\n <wsdl:output message=\"tns:GetAPIKeySoapOut\" />\r\n </wsdl:operation>\r\n
748
+ \ <wsdl:operation name=\"Currencies\">\r\n <wsdl:input message=\"tns:CurrenciesSoapIn\"
749
+ />\r\n <wsdl:output message=\"tns:CurrenciesSoapOut\" />\r\n </wsdl:operation>\r\n
750
+ \ <wsdl:operation name=\"AffiliateTiers\">\r\n <wsdl:input message=\"tns:AffiliateTiersSoapIn\"
751
+ />\r\n <wsdl:output message=\"tns:AffiliateTiersSoapOut\" />\r\n </wsdl:operation>\r\n
752
+ \ <wsdl:operation name=\"PaymentSettings\">\r\n <wsdl:input message=\"tns:PaymentSettingsSoapIn\"
753
+ />\r\n <wsdl:output message=\"tns:PaymentSettingsSoapOut\" />\r\n </wsdl:operation>\r\n
754
+ \ <wsdl:operation name=\"BillingCycles\">\r\n <wsdl:input message=\"tns:BillingCyclesSoapIn\"
755
+ />\r\n <wsdl:output message=\"tns:BillingCyclesSoapOut\" />\r\n </wsdl:operation>\r\n
756
+ \ <wsdl:operation name=\"PaymentTypes\">\r\n <wsdl:input message=\"tns:PaymentTypesSoapIn\"
757
+ />\r\n <wsdl:output message=\"tns:PaymentTypesSoapOut\" />\r\n </wsdl:operation>\r\n
758
+ \ <wsdl:operation name=\"Languages\">\r\n <wsdl:input message=\"tns:LanguagesSoapIn\"
759
+ />\r\n <wsdl:output message=\"tns:LanguagesSoapOut\" />\r\n </wsdl:operation>\r\n
760
+ \ <wsdl:operation name=\"AffiliateTags\">\r\n <wsdl:input message=\"tns:AffiliateTagsSoapIn\"
761
+ />\r\n <wsdl:output message=\"tns:AffiliateTagsSoapOut\" />\r\n </wsdl:operation>\r\n
762
+ \ <wsdl:operation name=\"ExchangeRates\">\r\n <wsdl:input message=\"tns:ExchangeRatesSoapIn\"
763
+ />\r\n <wsdl:output message=\"tns:ExchangeRatesSoapOut\" />\r\n </wsdl:operation>\r\n
764
+ \ <wsdl:operation name=\"AccountStatuses\">\r\n <wsdl:input message=\"tns:AccountStatusesSoapIn\"
765
+ />\r\n <wsdl:output message=\"tns:AccountStatusesSoapOut\" />\r\n </wsdl:operation>\r\n
766
+ \ <wsdl:operation name=\"OfferStatuses\">\r\n <wsdl:input message=\"tns:OfferStatusesSoapIn\"
767
+ />\r\n <wsdl:output message=\"tns:OfferStatusesSoapOut\" />\r\n </wsdl:operation>\r\n
768
+ \ <wsdl:operation name=\"OfferTypes\">\r\n <wsdl:input message=\"tns:OfferTypesSoapIn\"
769
+ />\r\n <wsdl:output message=\"tns:OfferTypesSoapOut\" />\r\n </wsdl:operation>\r\n
770
+ \ <wsdl:operation name=\"PriceFormats\">\r\n <wsdl:input message=\"tns:PriceFormatsSoapIn\"
771
+ />\r\n <wsdl:output message=\"tns:PriceFormatsSoapOut\" />\r\n </wsdl:operation>\r\n
772
+ \ <wsdl:operation name=\"CapTypes\">\r\n <wsdl:input message=\"tns:CapTypesSoapIn\"
773
+ />\r\n <wsdl:output message=\"tns:CapTypesSoapOut\" />\r\n </wsdl:operation>\r\n
774
+ \ <wsdl:operation name=\"CapIntervals\">\r\n <wsdl:input message=\"tns:CapIntervalsSoapIn\"
775
+ />\r\n <wsdl:output message=\"tns:CapIntervalsSoapOut\" />\r\n </wsdl:operation>\r\n
776
+ \ <wsdl:operation name=\"MediaTypes\">\r\n <wsdl:input message=\"tns:MediaTypesSoapIn\"
777
+ />\r\n <wsdl:output message=\"tns:MediaTypesSoapOut\" />\r\n </wsdl:operation>\r\n
778
+ \ <wsdl:operation name=\"Roles\">\r\n <wsdl:input message=\"tns:RolesSoapIn\"
779
+ />\r\n <wsdl:output message=\"tns:RolesSoapOut\" />\r\n </wsdl:operation>\r\n
780
+ \ <wsdl:operation name=\"Departments\">\r\n <wsdl:input message=\"tns:DepartmentsSoapIn\"
781
+ />\r\n <wsdl:output message=\"tns:DepartmentsSoapOut\" />\r\n </wsdl:operation>\r\n
782
+ \ <wsdl:operation name=\"Countries\">\r\n <wsdl:input message=\"tns:CountriesSoapIn\"
783
+ />\r\n <wsdl:output message=\"tns:CountriesSoapOut\" />\r\n </wsdl:operation>\r\n
784
+ \ <wsdl:operation name=\"InactiveReasons\">\r\n <wsdl:input message=\"tns:InactiveReasonsSoapIn\"
785
+ />\r\n <wsdl:output message=\"tns:InactiveReasonsSoapOut\" />\r\n </wsdl:operation>\r\n
786
+ \ <wsdl:operation name=\"TrackingDomains\">\r\n <wsdl:input message=\"tns:TrackingDomainsSoapIn\"
787
+ />\r\n <wsdl:output message=\"tns:TrackingDomainsSoapOut\" />\r\n </wsdl:operation>\r\n
788
+ \ </wsdl:portType>\r\n <wsdl:portType name=\"getHttpGet\">\r\n <wsdl:operation
789
+ name=\"Advertisers\">\r\n <wsdl:input message=\"tns:AdvertisersHttpGetIn\"
790
+ />\r\n <wsdl:output message=\"tns:AdvertisersHttpGetOut\" />\r\n </wsdl:operation>\r\n
791
+ \ <wsdl:operation name=\"Verticals\">\r\n <wsdl:input message=\"tns:VerticalsHttpGetIn\"
792
+ />\r\n <wsdl:output message=\"tns:VerticalsHttpGetOut\" />\r\n </wsdl:operation>\r\n
793
+ \ <wsdl:operation name=\"GetAPIKey\">\r\n <wsdl:input message=\"tns:GetAPIKeyHttpGetIn\"
794
+ />\r\n <wsdl:output message=\"tns:GetAPIKeyHttpGetOut\" />\r\n </wsdl:operation>\r\n
795
+ \ <wsdl:operation name=\"Currencies\">\r\n <wsdl:input message=\"tns:CurrenciesHttpGetIn\"
796
+ />\r\n <wsdl:output message=\"tns:CurrenciesHttpGetOut\" />\r\n </wsdl:operation>\r\n
797
+ \ <wsdl:operation name=\"AffiliateTiers\">\r\n <wsdl:input message=\"tns:AffiliateTiersHttpGetIn\"
798
+ />\r\n <wsdl:output message=\"tns:AffiliateTiersHttpGetOut\" />\r\n </wsdl:operation>\r\n
799
+ \ <wsdl:operation name=\"PaymentSettings\">\r\n <wsdl:input message=\"tns:PaymentSettingsHttpGetIn\"
800
+ />\r\n <wsdl:output message=\"tns:PaymentSettingsHttpGetOut\" />\r\n
801
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"BillingCycles\">\r\n <wsdl:input
802
+ message=\"tns:BillingCyclesHttpGetIn\" />\r\n <wsdl:output message=\"tns:BillingCyclesHttpGetOut\"
803
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"PaymentTypes\">\r\n
804
+ \ <wsdl:input message=\"tns:PaymentTypesHttpGetIn\" />\r\n <wsdl:output
805
+ message=\"tns:PaymentTypesHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
806
+ name=\"Languages\">\r\n <wsdl:input message=\"tns:LanguagesHttpGetIn\"
807
+ />\r\n <wsdl:output message=\"tns:LanguagesHttpGetOut\" />\r\n </wsdl:operation>\r\n
808
+ \ <wsdl:operation name=\"AffiliateTags\">\r\n <wsdl:input message=\"tns:AffiliateTagsHttpGetIn\"
809
+ />\r\n <wsdl:output message=\"tns:AffiliateTagsHttpGetOut\" />\r\n </wsdl:operation>\r\n
810
+ \ <wsdl:operation name=\"ExchangeRates\">\r\n <wsdl:input message=\"tns:ExchangeRatesHttpGetIn\"
811
+ />\r\n <wsdl:output message=\"tns:ExchangeRatesHttpGetOut\" />\r\n </wsdl:operation>\r\n
812
+ \ <wsdl:operation name=\"AccountStatuses\">\r\n <wsdl:input message=\"tns:AccountStatusesHttpGetIn\"
813
+ />\r\n <wsdl:output message=\"tns:AccountStatusesHttpGetOut\" />\r\n
814
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"OfferStatuses\">\r\n <wsdl:input
815
+ message=\"tns:OfferStatusesHttpGetIn\" />\r\n <wsdl:output message=\"tns:OfferStatusesHttpGetOut\"
816
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"OfferTypes\">\r\n
817
+ \ <wsdl:input message=\"tns:OfferTypesHttpGetIn\" />\r\n <wsdl:output
818
+ message=\"tns:OfferTypesHttpGetOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
819
+ name=\"PriceFormats\">\r\n <wsdl:input message=\"tns:PriceFormatsHttpGetIn\"
820
+ />\r\n <wsdl:output message=\"tns:PriceFormatsHttpGetOut\" />\r\n </wsdl:operation>\r\n
821
+ \ <wsdl:operation name=\"CapTypes\">\r\n <wsdl:input message=\"tns:CapTypesHttpGetIn\"
822
+ />\r\n <wsdl:output message=\"tns:CapTypesHttpGetOut\" />\r\n </wsdl:operation>\r\n
823
+ \ <wsdl:operation name=\"CapIntervals\">\r\n <wsdl:input message=\"tns:CapIntervalsHttpGetIn\"
824
+ />\r\n <wsdl:output message=\"tns:CapIntervalsHttpGetOut\" />\r\n </wsdl:operation>\r\n
825
+ \ <wsdl:operation name=\"MediaTypes\">\r\n <wsdl:input message=\"tns:MediaTypesHttpGetIn\"
826
+ />\r\n <wsdl:output message=\"tns:MediaTypesHttpGetOut\" />\r\n </wsdl:operation>\r\n
827
+ \ <wsdl:operation name=\"Roles\">\r\n <wsdl:input message=\"tns:RolesHttpGetIn\"
828
+ />\r\n <wsdl:output message=\"tns:RolesHttpGetOut\" />\r\n </wsdl:operation>\r\n
829
+ \ <wsdl:operation name=\"Departments\">\r\n <wsdl:input message=\"tns:DepartmentsHttpGetIn\"
830
+ />\r\n <wsdl:output message=\"tns:DepartmentsHttpGetOut\" />\r\n </wsdl:operation>\r\n
831
+ \ <wsdl:operation name=\"Countries\">\r\n <wsdl:input message=\"tns:CountriesHttpGetIn\"
832
+ />\r\n <wsdl:output message=\"tns:CountriesHttpGetOut\" />\r\n </wsdl:operation>\r\n
833
+ \ <wsdl:operation name=\"InactiveReasons\">\r\n <wsdl:input message=\"tns:InactiveReasonsHttpGetIn\"
834
+ />\r\n <wsdl:output message=\"tns:InactiveReasonsHttpGetOut\" />\r\n
835
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"TrackingDomains\">\r\n
836
+ \ <wsdl:input message=\"tns:TrackingDomainsHttpGetIn\" />\r\n <wsdl:output
837
+ message=\"tns:TrackingDomainsHttpGetOut\" />\r\n </wsdl:operation>\r\n
838
+ \ </wsdl:portType>\r\n <wsdl:portType name=\"getHttpPost\">\r\n <wsdl:operation
839
+ name=\"Advertisers\">\r\n <wsdl:input message=\"tns:AdvertisersHttpPostIn\"
840
+ />\r\n <wsdl:output message=\"tns:AdvertisersHttpPostOut\" />\r\n </wsdl:operation>\r\n
841
+ \ <wsdl:operation name=\"Verticals\">\r\n <wsdl:input message=\"tns:VerticalsHttpPostIn\"
842
+ />\r\n <wsdl:output message=\"tns:VerticalsHttpPostOut\" />\r\n </wsdl:operation>\r\n
843
+ \ <wsdl:operation name=\"GetAPIKey\">\r\n <wsdl:input message=\"tns:GetAPIKeyHttpPostIn\"
844
+ />\r\n <wsdl:output message=\"tns:GetAPIKeyHttpPostOut\" />\r\n </wsdl:operation>\r\n
845
+ \ <wsdl:operation name=\"Currencies\">\r\n <wsdl:input message=\"tns:CurrenciesHttpPostIn\"
846
+ />\r\n <wsdl:output message=\"tns:CurrenciesHttpPostOut\" />\r\n </wsdl:operation>\r\n
847
+ \ <wsdl:operation name=\"AffiliateTiers\">\r\n <wsdl:input message=\"tns:AffiliateTiersHttpPostIn\"
848
+ />\r\n <wsdl:output message=\"tns:AffiliateTiersHttpPostOut\" />\r\n
849
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"PaymentSettings\">\r\n
850
+ \ <wsdl:input message=\"tns:PaymentSettingsHttpPostIn\" />\r\n <wsdl:output
851
+ message=\"tns:PaymentSettingsHttpPostOut\" />\r\n </wsdl:operation>\r\n
852
+ \ <wsdl:operation name=\"BillingCycles\">\r\n <wsdl:input message=\"tns:BillingCyclesHttpPostIn\"
853
+ />\r\n <wsdl:output message=\"tns:BillingCyclesHttpPostOut\" />\r\n </wsdl:operation>\r\n
854
+ \ <wsdl:operation name=\"PaymentTypes\">\r\n <wsdl:input message=\"tns:PaymentTypesHttpPostIn\"
855
+ />\r\n <wsdl:output message=\"tns:PaymentTypesHttpPostOut\" />\r\n </wsdl:operation>\r\n
856
+ \ <wsdl:operation name=\"Languages\">\r\n <wsdl:input message=\"tns:LanguagesHttpPostIn\"
857
+ />\r\n <wsdl:output message=\"tns:LanguagesHttpPostOut\" />\r\n </wsdl:operation>\r\n
858
+ \ <wsdl:operation name=\"AffiliateTags\">\r\n <wsdl:input message=\"tns:AffiliateTagsHttpPostIn\"
859
+ />\r\n <wsdl:output message=\"tns:AffiliateTagsHttpPostOut\" />\r\n </wsdl:operation>\r\n
860
+ \ <wsdl:operation name=\"ExchangeRates\">\r\n <wsdl:input message=\"tns:ExchangeRatesHttpPostIn\"
861
+ />\r\n <wsdl:output message=\"tns:ExchangeRatesHttpPostOut\" />\r\n </wsdl:operation>\r\n
862
+ \ <wsdl:operation name=\"AccountStatuses\">\r\n <wsdl:input message=\"tns:AccountStatusesHttpPostIn\"
863
+ />\r\n <wsdl:output message=\"tns:AccountStatusesHttpPostOut\" />\r\n
864
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"OfferStatuses\">\r\n <wsdl:input
865
+ message=\"tns:OfferStatusesHttpPostIn\" />\r\n <wsdl:output message=\"tns:OfferStatusesHttpPostOut\"
866
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"OfferTypes\">\r\n
867
+ \ <wsdl:input message=\"tns:OfferTypesHttpPostIn\" />\r\n <wsdl:output
868
+ message=\"tns:OfferTypesHttpPostOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
869
+ name=\"PriceFormats\">\r\n <wsdl:input message=\"tns:PriceFormatsHttpPostIn\"
870
+ />\r\n <wsdl:output message=\"tns:PriceFormatsHttpPostOut\" />\r\n </wsdl:operation>\r\n
871
+ \ <wsdl:operation name=\"CapTypes\">\r\n <wsdl:input message=\"tns:CapTypesHttpPostIn\"
872
+ />\r\n <wsdl:output message=\"tns:CapTypesHttpPostOut\" />\r\n </wsdl:operation>\r\n
873
+ \ <wsdl:operation name=\"CapIntervals\">\r\n <wsdl:input message=\"tns:CapIntervalsHttpPostIn\"
874
+ />\r\n <wsdl:output message=\"tns:CapIntervalsHttpPostOut\" />\r\n </wsdl:operation>\r\n
875
+ \ <wsdl:operation name=\"MediaTypes\">\r\n <wsdl:input message=\"tns:MediaTypesHttpPostIn\"
876
+ />\r\n <wsdl:output message=\"tns:MediaTypesHttpPostOut\" />\r\n </wsdl:operation>\r\n
877
+ \ <wsdl:operation name=\"Roles\">\r\n <wsdl:input message=\"tns:RolesHttpPostIn\"
878
+ />\r\n <wsdl:output message=\"tns:RolesHttpPostOut\" />\r\n </wsdl:operation>\r\n
879
+ \ <wsdl:operation name=\"Departments\">\r\n <wsdl:input message=\"tns:DepartmentsHttpPostIn\"
880
+ />\r\n <wsdl:output message=\"tns:DepartmentsHttpPostOut\" />\r\n </wsdl:operation>\r\n
881
+ \ <wsdl:operation name=\"Countries\">\r\n <wsdl:input message=\"tns:CountriesHttpPostIn\"
882
+ />\r\n <wsdl:output message=\"tns:CountriesHttpPostOut\" />\r\n </wsdl:operation>\r\n
883
+ \ <wsdl:operation name=\"InactiveReasons\">\r\n <wsdl:input message=\"tns:InactiveReasonsHttpPostIn\"
884
+ />\r\n <wsdl:output message=\"tns:InactiveReasonsHttpPostOut\" />\r\n
885
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"TrackingDomains\">\r\n
886
+ \ <wsdl:input message=\"tns:TrackingDomainsHttpPostIn\" />\r\n <wsdl:output
887
+ message=\"tns:TrackingDomainsHttpPostOut\" />\r\n </wsdl:operation>\r\n
888
+ \ </wsdl:portType>\r\n <wsdl:binding name=\"getSoap\" type=\"tns:getSoap\">\r\n
889
+ \ <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n
890
+ \ <wsdl:operation name=\"Advertisers\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Advertisers\"
891
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
892
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
893
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
894
+ name=\"Verticals\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Verticals\"
895
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
896
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
897
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
898
+ name=\"GetAPIKey\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/GetAPIKey\"
899
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
900
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
901
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
902
+ name=\"Currencies\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Currencies\"
903
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
904
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
905
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
906
+ name=\"AffiliateTiers\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/AffiliateTiers\"
907
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
908
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
909
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
910
+ name=\"PaymentSettings\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/PaymentSettings\"
911
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
912
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
913
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
914
+ name=\"BillingCycles\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/BillingCycles\"
915
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
916
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
917
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
918
+ name=\"PaymentTypes\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/PaymentTypes\"
919
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
920
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
921
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
922
+ name=\"Languages\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Languages\"
923
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
924
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
925
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
926
+ name=\"AffiliateTags\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/AffiliateTags\"
927
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
928
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
929
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
930
+ name=\"ExchangeRates\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/ExchangeRates\"
931
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
932
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
933
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
934
+ name=\"AccountStatuses\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/AccountStatuses\"
935
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
936
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
937
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
938
+ name=\"OfferStatuses\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/OfferStatuses\"
939
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
940
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
941
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
942
+ name=\"OfferTypes\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/OfferTypes\"
943
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
944
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
945
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
946
+ name=\"PriceFormats\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/PriceFormats\"
947
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
948
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
949
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
950
+ name=\"CapTypes\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/CapTypes\"
951
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
952
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
953
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
954
+ name=\"CapIntervals\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/CapIntervals\"
955
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
956
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
957
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
958
+ name=\"MediaTypes\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/MediaTypes\"
959
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
960
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
961
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
962
+ name=\"Roles\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Roles\"
963
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
964
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
965
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
966
+ name=\"Departments\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Departments\"
967
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
968
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
969
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
970
+ name=\"Countries\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/Countries\"
971
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
972
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
973
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
974
+ name=\"InactiveReasons\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/InactiveReasons\"
975
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
976
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
977
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
978
+ name=\"TrackingDomains\">\r\n <soap:operation soapAction=\"http://cakemarketing.com/api/1/TrackingDomains\"
979
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
980
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
981
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
982
+ \ <wsdl:binding name=\"getSoap12\" type=\"tns:getSoap\">\r\n <soap12:binding
983
+ transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n <wsdl:operation
984
+ name=\"Advertisers\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Advertisers\"
985
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
986
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
987
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
988
+ name=\"Verticals\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Verticals\"
989
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
990
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
991
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
992
+ name=\"GetAPIKey\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/GetAPIKey\"
993
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
994
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
995
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
996
+ name=\"Currencies\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Currencies\"
997
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
998
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
999
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1000
+ name=\"AffiliateTiers\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/AffiliateTiers\"
1001
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1002
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1003
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1004
+ name=\"PaymentSettings\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/PaymentSettings\"
1005
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1006
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1007
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1008
+ name=\"BillingCycles\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/BillingCycles\"
1009
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1010
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1011
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1012
+ name=\"PaymentTypes\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/PaymentTypes\"
1013
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1014
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1015
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1016
+ name=\"Languages\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Languages\"
1017
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1018
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1019
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1020
+ name=\"AffiliateTags\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/AffiliateTags\"
1021
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1022
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1023
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1024
+ name=\"ExchangeRates\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/ExchangeRates\"
1025
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1026
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1027
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1028
+ name=\"AccountStatuses\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/AccountStatuses\"
1029
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1030
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1031
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1032
+ name=\"OfferStatuses\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/OfferStatuses\"
1033
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1034
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1035
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1036
+ name=\"OfferTypes\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/OfferTypes\"
1037
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1038
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1039
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1040
+ name=\"PriceFormats\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/PriceFormats\"
1041
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1042
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1043
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1044
+ name=\"CapTypes\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/CapTypes\"
1045
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1046
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1047
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1048
+ name=\"CapIntervals\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/CapIntervals\"
1049
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1050
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1051
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1052
+ name=\"MediaTypes\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/MediaTypes\"
1053
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1054
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1055
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1056
+ name=\"Roles\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Roles\"
1057
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1058
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1059
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1060
+ name=\"Departments\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Departments\"
1061
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1062
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1063
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1064
+ name=\"Countries\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/Countries\"
1065
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1066
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1067
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1068
+ name=\"InactiveReasons\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/InactiveReasons\"
1069
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1070
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1071
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1072
+ name=\"TrackingDomains\">\r\n <soap12:operation soapAction=\"http://cakemarketing.com/api/1/TrackingDomains\"
1073
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
1074
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
1075
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
1076
+ \ <wsdl:binding name=\"getHttpGet\" type=\"tns:getHttpGet\">\r\n <http:binding
1077
+ verb=\"GET\" />\r\n <wsdl:operation name=\"Advertisers\">\r\n <http:operation
1078
+ location=\"/Advertisers\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1079
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1080
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1081
+ name=\"Verticals\">\r\n <http:operation location=\"/Verticals\" />\r\n
1082
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1083
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1084
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"GetAPIKey\">\r\n <http:operation
1085
+ location=\"/GetAPIKey\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1086
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1087
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1088
+ name=\"Currencies\">\r\n <http:operation location=\"/Currencies\" />\r\n
1089
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1090
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1091
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"AffiliateTiers\">\r\n
1092
+ \ <http:operation location=\"/AffiliateTiers\" />\r\n <wsdl:input>\r\n
1093
+ \ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
1094
+ \ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
1095
+ \ <wsdl:operation name=\"PaymentSettings\">\r\n <http:operation location=\"/PaymentSettings\"
1096
+ />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1097
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1098
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"BillingCycles\">\r\n <http:operation
1099
+ location=\"/BillingCycles\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1100
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1101
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1102
+ name=\"PaymentTypes\">\r\n <http:operation location=\"/PaymentTypes\"
1103
+ />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1104
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1105
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"Languages\">\r\n <http:operation
1106
+ location=\"/Languages\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1107
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1108
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1109
+ name=\"AffiliateTags\">\r\n <http:operation location=\"/AffiliateTags\"
1110
+ />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1111
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1112
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"ExchangeRates\">\r\n <http:operation
1113
+ location=\"/ExchangeRates\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1114
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1115
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1116
+ name=\"AccountStatuses\">\r\n <http:operation location=\"/AccountStatuses\"
1117
+ />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1118
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1119
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"OfferStatuses\">\r\n <http:operation
1120
+ location=\"/OfferStatuses\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1121
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1122
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1123
+ name=\"OfferTypes\">\r\n <http:operation location=\"/OfferTypes\" />\r\n
1124
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1125
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1126
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"PriceFormats\">\r\n <http:operation
1127
+ location=\"/PriceFormats\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1128
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1129
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1130
+ name=\"CapTypes\">\r\n <http:operation location=\"/CapTypes\" />\r\n
1131
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1132
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1133
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"CapIntervals\">\r\n <http:operation
1134
+ location=\"/CapIntervals\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1135
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1136
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1137
+ name=\"MediaTypes\">\r\n <http:operation location=\"/MediaTypes\" />\r\n
1138
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1139
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1140
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"Roles\">\r\n <http:operation
1141
+ location=\"/Roles\" />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n
1142
+ \ </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml part=\"Body\"
1143
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1144
+ name=\"Departments\">\r\n <http:operation location=\"/Departments\" />\r\n
1145
+ \ <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1146
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1147
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"Countries\">\r\n <http:operation
1148
+ location=\"/Countries\" />\r\n <wsdl:input>\r\n <http:urlEncoded
1149
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1150
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1151
+ name=\"InactiveReasons\">\r\n <http:operation location=\"/InactiveReasons\"
1152
+ />\r\n <wsdl:input>\r\n <http:urlEncoded />\r\n </wsdl:input>\r\n
1153
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1154
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"TrackingDomains\">\r\n
1155
+ \ <http:operation location=\"/TrackingDomains\" />\r\n <wsdl:input>\r\n
1156
+ \ <http:urlEncoded />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
1157
+ \ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
1158
+ \ </wsdl:binding>\r\n <wsdl:binding name=\"getHttpPost\" type=\"tns:getHttpPost\">\r\n
1159
+ \ <http:binding verb=\"POST\" />\r\n <wsdl:operation name=\"Advertisers\">\r\n
1160
+ \ <http:operation location=\"/Advertisers\" />\r\n <wsdl:input>\r\n
1161
+ \ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
1162
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1163
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"Verticals\">\r\n <http:operation
1164
+ location=\"/Verticals\" />\r\n <wsdl:input>\r\n <mime:content
1165
+ type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
1166
+ \ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
1167
+ \ <wsdl:operation name=\"GetAPIKey\">\r\n <http:operation location=\"/GetAPIKey\"
1168
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1169
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1170
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1171
+ name=\"Currencies\">\r\n <http:operation location=\"/Currencies\" />\r\n
1172
+ \ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1173
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1174
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1175
+ name=\"AffiliateTiers\">\r\n <http:operation location=\"/AffiliateTiers\"
1176
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1177
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1178
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1179
+ name=\"PaymentSettings\">\r\n <http:operation location=\"/PaymentSettings\"
1180
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1181
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1182
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1183
+ name=\"BillingCycles\">\r\n <http:operation location=\"/BillingCycles\"
1184
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1185
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1186
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1187
+ name=\"PaymentTypes\">\r\n <http:operation location=\"/PaymentTypes\"
1188
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1189
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1190
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1191
+ name=\"Languages\">\r\n <http:operation location=\"/Languages\" />\r\n
1192
+ \ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1193
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1194
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1195
+ name=\"AffiliateTags\">\r\n <http:operation location=\"/AffiliateTags\"
1196
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1197
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1198
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1199
+ name=\"ExchangeRates\">\r\n <http:operation location=\"/ExchangeRates\"
1200
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1201
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1202
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1203
+ name=\"AccountStatuses\">\r\n <http:operation location=\"/AccountStatuses\"
1204
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1205
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1206
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1207
+ name=\"OfferStatuses\">\r\n <http:operation location=\"/OfferStatuses\"
1208
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1209
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1210
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1211
+ name=\"OfferTypes\">\r\n <http:operation location=\"/OfferTypes\" />\r\n
1212
+ \ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1213
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1214
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1215
+ name=\"PriceFormats\">\r\n <http:operation location=\"/PriceFormats\"
1216
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1217
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1218
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1219
+ name=\"CapTypes\">\r\n <http:operation location=\"/CapTypes\" />\r\n
1220
+ \ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1221
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1222
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1223
+ name=\"CapIntervals\">\r\n <http:operation location=\"/CapIntervals\"
1224
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1225
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1226
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1227
+ name=\"MediaTypes\">\r\n <http:operation location=\"/MediaTypes\" />\r\n
1228
+ \ <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1229
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1230
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1231
+ name=\"Roles\">\r\n <http:operation location=\"/Roles\" />\r\n <wsdl:input>\r\n
1232
+ \ <mime:content type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n
1233
+ \ <wsdl:output>\r\n <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n
1234
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"Departments\">\r\n <http:operation
1235
+ location=\"/Departments\" />\r\n <wsdl:input>\r\n <mime:content
1236
+ type=\"application/x-www-form-urlencoded\" />\r\n </wsdl:input>\r\n <wsdl:output>\r\n
1237
+ \ <mime:mimeXml part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n
1238
+ \ <wsdl:operation name=\"Countries\">\r\n <http:operation location=\"/Countries\"
1239
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1240
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1241
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1242
+ name=\"InactiveReasons\">\r\n <http:operation location=\"/InactiveReasons\"
1243
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1244
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1245
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
1246
+ name=\"TrackingDomains\">\r\n <http:operation location=\"/TrackingDomains\"
1247
+ />\r\n <wsdl:input>\r\n <mime:content type=\"application/x-www-form-urlencoded\"
1248
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <mime:mimeXml
1249
+ part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
1250
+ \ <wsdl:service name=\"get\">\r\n <wsdl:port name=\"getSoap\" binding=\"tns:getSoap\">\r\n
1251
+ \ <soap:address location=\"https://cake-partner-domain.com/api/1/get.asmx\"
1252
+ />\r\n </wsdl:port>\r\n <wsdl:port name=\"getSoap12\" binding=\"tns:getSoap12\">\r\n
1253
+ \ <soap12:address location=\"https://cake-partner-domain.com/api/1/get.asmx\"
1254
+ />\r\n </wsdl:port>\r\n <wsdl:port name=\"getHttpGet\" binding=\"tns:getHttpGet\">\r\n
1255
+ \ <http:address location=\"https://cake-partner-domain.com/api/1/get.asmx\"
1256
+ />\r\n </wsdl:port>\r\n <wsdl:port name=\"getHttpPost\" binding=\"tns:getHttpPost\">\r\n
1257
+ \ <http:address location=\"https://cake-partner-domain.com/api/1/get.asmx\"
1258
+ />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
1259
+ http_version:
1260
+ recorded_at: Tue, 20 May 2014 14:58:49 GMT
1261
+ recorded_with: VCR 2.9.0