wasabi 3.6.1 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +7 -8
  4. data/lib/wasabi/parser.rb +3 -15
  5. data/lib/wasabi/version.rb +1 -1
  6. metadata +5 -137
  7. data/spec/fixtures/authentication.wsdl +0 -63
  8. data/spec/fixtures/brand.wsdl +0 -624
  9. data/spec/fixtures/economic.wsdl +0 -65660
  10. data/spec/fixtures/encoded_endpoint.wsdl +0 -52
  11. data/spec/fixtures/geotrust.wsdl +0 -156
  12. data/spec/fixtures/import_port_types.wsdl +0 -86
  13. data/spec/fixtures/inherited.wsdl +0 -46
  14. data/spec/fixtures/juniper.wsdl +0 -215
  15. data/spec/fixtures/lower_camel.wsdl +0 -52
  16. data/spec/fixtures/marketo.wsdl +0 -1630
  17. data/spec/fixtures/multiple_namespaces.wsdl +0 -61
  18. data/spec/fixtures/multiple_parts_in_message.wsdl +0 -66
  19. data/spec/fixtures/multiple_types.wsdl +0 -60
  20. data/spec/fixtures/namespaced_actions.wsdl +0 -307
  21. data/spec/fixtures/no_message_parts.wsdl +0 -85
  22. data/spec/fixtures/no_namespace.wsdl +0 -115
  23. data/spec/fixtures/savon295.wsdl +0 -52
  24. data/spec/fixtures/soap12.wsdl +0 -11
  25. data/spec/fixtures/symbolic_endpoint.wsdl +0 -190
  26. data/spec/fixtures/tradetracker.wsdl +0 -1330
  27. data/spec/fixtures/two_bindings.wsdl +0 -24
  28. data/spec/spec_helper.rb +0 -17
  29. data/spec/support/adapter.rb +0 -20
  30. data/spec/support/fixture.rb +0 -42
  31. data/spec/support/profiling.rb +0 -20
  32. data/spec/wasabi/core_ext/string_spec.rb +0 -39
  33. data/spec/wasabi/document/authentication_spec.rb +0 -39
  34. data/spec/wasabi/document/economic_spec.rb +0 -15
  35. data/spec/wasabi/document/encoded_endpoint_spec.rb +0 -16
  36. data/spec/wasabi/document/geotrust_spec.rb +0 -40
  37. data/spec/wasabi/document/inherited_spec.rb +0 -43
  38. data/spec/wasabi/document/multiple_namespaces_spec.rb +0 -57
  39. data/spec/wasabi/document/namespaced_actions_spec.rb +0 -41
  40. data/spec/wasabi/document/no_namespace_spec.rb +0 -41
  41. data/spec/wasabi/document/savon295_spec.rb +0 -20
  42. data/spec/wasabi/document/soap12_spec.rb +0 -16
  43. data/spec/wasabi/document/two_bindings_spec.rb +0 -31
  44. data/spec/wasabi/document_spec.rb +0 -60
  45. data/spec/wasabi/parser/get_servicename_spec.rb +0 -21
  46. data/spec/wasabi/parser/import_port_types_spec.rb +0 -24
  47. data/spec/wasabi/parser/juniper_spec.rb +0 -25
  48. data/spec/wasabi/parser/marketo_spec.rb +0 -19
  49. data/spec/wasabi/parser/multiple_namespaces_spec.rb +0 -42
  50. data/spec/wasabi/parser/multiple_parts_in_message_spec.rb +0 -33
  51. data/spec/wasabi/parser/no_message_parts_spec.rb +0 -34
  52. data/spec/wasabi/parser/no_namespace_spec.rb +0 -28
  53. data/spec/wasabi/parser/no_target_namespace_spec.rb +0 -38
  54. data/spec/wasabi/parser/softlayer_spec.rb +0 -20
  55. data/spec/wasabi/parser/symbolic_endpoint_spec.rb +0 -23
  56. data/spec/wasabi/parser/tradetracker_spec.rb +0 -19
  57. data/spec/wasabi/resolver_spec.rb +0 -57
  58. data/spec/wasabi/wasabi_spec.rb +0 -14
@@ -1,1330 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <definitions name="Affiliate"
4
- targetNamespace="https://ws.tradetracker.com/soap/affiliate"
5
- xmlns:tns="https://ws.tradetracker.com/soap/affiliate"
6
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
7
- xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
8
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
9
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
10
- xmlns="http://schemas.xmlsoap.org/wsdl/">
11
-
12
- <!-- Types -->
13
-
14
- <types>
15
- <xsd:schema elementFormDefault="qualified" targetNamespace="https://ws.tradetracker.com/soap/affiliate">
16
- <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
17
- <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
18
-
19
- <!-- Locales -->
20
- <xsd:simpleType name="Locale">
21
- <xsd:restriction base="xsd:normalizedString">
22
- <xsd:enumeration value="nl_BE" /> <xsd:enumeration value="fr_BE" /> <xsd:enumeration value="cs_CZ" /> <xsd:enumeration value="da_DK" /> <xsd:enumeration value="de_DE" /> <xsd:enumeration value="et_EE" /> <xsd:enumeration value="en_GB" /> <xsd:enumeration value="es_ES" /> <xsd:enumeration value="fr_FR" /> <xsd:enumeration value="it_IT" /> <xsd:enumeration value="hu_HU" /> <xsd:enumeration value="nl_NL" /> <xsd:enumeration value="nb_NO" /> <xsd:enumeration value="de_AT" /> <xsd:enumeration value="pl_PL" /> <xsd:enumeration value="fi_FI" /> <xsd:enumeration value="sv_SE" /> <xsd:enumeration value="ru_RU" /> </xsd:restriction>
23
- </xsd:simpleType>
24
-
25
- <!-- Affiliate site -->
26
-
27
- <xsd:complexType name="AffiliateSites">
28
- <xsd:complexContent>
29
- <xsd:restriction base="SOAP-ENC:Array">
30
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AffiliateSite[]" />
31
- </xsd:restriction>
32
- </xsd:complexContent>
33
- </xsd:complexType>
34
- <xsd:complexType name="AffiliateSite">
35
- <xsd:sequence>
36
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
37
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
38
- <xsd:element maxOccurs="1" name="URL" type="xsd:normalizedString" />
39
- <xsd:element maxOccurs="1" name="info" type="tns:AffiliateSiteInfo" nillable="true" />
40
- </xsd:sequence>
41
- </xsd:complexType>
42
- <xsd:complexType name="AffiliateSiteInfo">
43
- <xsd:sequence>
44
- <xsd:element maxOccurs="1" name="type" type="tns:AffiliateSiteType" />
45
- <xsd:element maxOccurs="1" name="category" type="tns:AffiliateSiteCategory" />
46
- <xsd:element maxOccurs="1" name="description" type="xsd:string" nillable="true" />
47
- <xsd:element maxOccurs="1" name="creationDate" type="xsd:date" />
48
- <xsd:element maxOccurs="1" name="status" type="tns:AffiliateSiteStatus" />
49
- </xsd:sequence>
50
- </xsd:complexType>
51
- <xsd:complexType name="AffiliateSiteTypes">
52
- <xsd:complexContent>
53
- <xsd:restriction base="SOAP-ENC:Array">
54
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AffiliateSiteType[]" />
55
- </xsd:restriction>
56
- </xsd:complexContent>
57
- </xsd:complexType>
58
- <xsd:complexType name="AffiliateSiteType">
59
- <xsd:sequence>
60
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
61
- <xsd:element maxOccurs="1" name="name" type="xsd:normalizedString" />
62
- </xsd:sequence>
63
- </xsd:complexType>
64
- <xsd:complexType name="AffiliateSiteCategories">
65
- <xsd:complexContent>
66
- <xsd:restriction base="SOAP-ENC:Array">
67
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:AffiliateSiteCategory[]" />
68
- </xsd:restriction>
69
- </xsd:complexContent>
70
- </xsd:complexType>
71
- <xsd:complexType name="AffiliateSiteCategory">
72
- <xsd:sequence>
73
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
74
- <xsd:element maxOccurs="1" name="name" type="xsd:normalizedString" />
75
- </xsd:sequence>
76
- </xsd:complexType>
77
- <xsd:simpleType name="AffiliateSiteStatus">
78
- <xsd:restriction base="xsd:normalizedString">
79
- <xsd:enumeration value="pending" />
80
- <xsd:enumeration value="accepted" />
81
- <xsd:enumeration value="rejected" />
82
- <xsd:enumeration value="onhold" />
83
- <xsd:enumeration value="signedout" />
84
- </xsd:restriction>
85
- </xsd:simpleType>
86
-
87
- <!-- Campaign -->
88
-
89
- <xsd:complexType name="Campaigns">
90
- <xsd:complexContent>
91
- <xsd:restriction base="SOAP-ENC:Array">
92
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Campaign[]" />
93
- </xsd:restriction>
94
- </xsd:complexContent>
95
- </xsd:complexType>
96
- <xsd:complexType name="Campaign">
97
- <xsd:sequence>
98
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
99
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
100
- <xsd:element maxOccurs="1" name="URL" type="xsd:normalizedString" />
101
- <xsd:element maxOccurs="1" name="info" type="tns:CampaignInfo" nillable="true" />
102
- </xsd:sequence>
103
- </xsd:complexType>
104
- <xsd:complexType name="CampaignInfo">
105
- <xsd:sequence>
106
- <xsd:element maxOccurs="1" name="category" type="tns:CampaignCategory" />
107
- <xsd:element maxOccurs="1" name="subCategories" type="tns:CampaignSubCategories" nillable="true" />
108
- <xsd:element maxOccurs="1" name="campaignDescription" type="xsd:string" nillable="true" />
109
- <xsd:element maxOccurs="1" name="shopDescription" type="xsd:string" nillable="true" />
110
- <xsd:element maxOccurs="1" name="targetGroup" type="xsd:string" nillable="true" />
111
- <xsd:element maxOccurs="1" name="characteristics" type="xsd:string" nillable="true" />
112
- <xsd:element maxOccurs="1" name="imageURL" type="xsd:normalizedString" />
113
- <xsd:element maxOccurs="1" name="trackingURL" type="xsd:normalizedString" nillable="true" />
114
- <xsd:element maxOccurs="1" name="commission" type="tns:CampaignCommission" />
115
- <xsd:element maxOccurs="1" name="assignmentStatus" type="tns:CampaignAssignmentStatus" />
116
- <xsd:element maxOccurs="1" name="startDate" type="xsd:date" />
117
- <xsd:element maxOccurs="1" name="stopDate" type="xsd:date" nillable="true" />
118
- <xsd:element maxOccurs="1" name="clickToConversion" type="xsd:duration" nillable="true" />
119
- <xsd:element maxOccurs="1" name="policySearchEngineMarketingStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
120
- <xsd:element maxOccurs="1" name="policyEmailMarketingStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
121
- <xsd:element maxOccurs="1" name="policyCashbackStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
122
- <xsd:element maxOccurs="1" name="policyDiscountCodeStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
123
- <xsd:element maxOccurs="1" name="deeplinkingSupported" type="xsd:boolean" />
124
- <xsd:element maxOccurs="1" name="referencesSupported" type="xsd:boolean" />
125
- <xsd:element maxOccurs="1" name="leadMaximumAssessmentInterval" type="xsd:duration" nillable="true" />
126
- <xsd:element maxOccurs="1" name="leadAverageAssessmentInterval" type="xsd:duration" nillable="true" />
127
- <xsd:element maxOccurs="1" name="saleMaximumAssessmentInterval" type="xsd:duration" nillable="true" />
128
- <xsd:element maxOccurs="1" name="saleAverageAssessmentInterval" type="xsd:duration" nillable="true" />
129
- </xsd:sequence>
130
- </xsd:complexType>
131
- <xsd:complexType name="CampaignCategories">
132
- <xsd:complexContent>
133
- <xsd:restriction base="SOAP-ENC:Array">
134
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CampaignCategory[]" />
135
- </xsd:restriction>
136
- </xsd:complexContent>
137
- </xsd:complexType>
138
- <xsd:complexType name="CampaignCategory">
139
- <xsd:sequence>
140
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
141
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
142
- <xsd:element maxOccurs="1" name="categories" type="tns:CampaignCategories" nillable="true" />
143
- </xsd:sequence>
144
- </xsd:complexType>
145
- <xsd:complexType name="CampaignSubCategories">
146
- <xsd:complexContent>
147
- <xsd:restriction base="SOAP-ENC:Array">
148
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CampaignSubCategory[]" />
149
- </xsd:restriction>
150
- </xsd:complexContent>
151
- </xsd:complexType>
152
- <xsd:complexType name="CampaignSubCategory">
153
- <xsd:sequence>
154
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
155
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
156
- </xsd:sequence>
157
- </xsd:complexType>
158
- <xsd:complexType name="CampaignProduct">
159
- <xsd:sequence>
160
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
161
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
162
- </xsd:sequence>
163
- </xsd:complexType>
164
- <xsd:complexType name="CampaignCommission">
165
- <xsd:sequence>
166
- <xsd:element maxOccurs="1" name="impressionCommission" type="xsd:decimal" />
167
- <xsd:element maxOccurs="1" name="clickCommission" type="xsd:decimal" />
168
- <xsd:element maxOccurs="1" name="fixedCommission" type="xsd:decimal" />
169
- <xsd:element maxOccurs="1" name="leadCommission" type="xsd:decimal" />
170
- <xsd:element maxOccurs="1" name="saleCommissionFixed" type="xsd:decimal" />
171
- <xsd:element maxOccurs="1" name="saleCommissionVariable" type="xsd:decimal" />
172
- <xsd:element maxOccurs="1" name="iLeadCommission" type="xsd:decimal" />
173
- <xsd:element maxOccurs="1" name="iSaleCommissionFixed" type="xsd:decimal" />
174
- <xsd:element maxOccurs="1" name="iSaleCommissionVariable" type="xsd:decimal" />
175
- </xsd:sequence>
176
- </xsd:complexType>
177
- <xsd:simpleType name="CampaignAssignmentStatus">
178
- <xsd:restriction base="xsd:normalizedString">
179
- <xsd:enumeration value="notsignedup" />
180
- <xsd:enumeration value="pending" />
181
- <xsd:enumeration value="accepted" />
182
- <xsd:enumeration value="rejected" />
183
- <xsd:enumeration value="onhold" />
184
- <xsd:enumeration value="signedout" />
185
- </xsd:restriction>
186
- </xsd:simpleType>
187
- <xsd:simpleType name="CampaignSubscriptionAction">
188
- <xsd:restriction base="xsd:normalizedString">
189
- <xsd:enumeration value="subscribe" />
190
- <xsd:enumeration value="unsubscribe" />
191
- </xsd:restriction>
192
- </xsd:simpleType>
193
- <xsd:complexType name="CampaignCommissionExtended">
194
- <xsd:sequence>
195
- <xsd:element maxOccurs="1" name="impressionCommission" type="xsd:decimal" />
196
- <xsd:element maxOccurs="1" name="clickCommission" type="xsd:decimal" />
197
- <xsd:element maxOccurs="1" name="fixedCommission" type="xsd:decimal" />
198
- <xsd:element maxOccurs="1" name="products" type="tns:CampaignCommissionProducts" />
199
- </xsd:sequence>
200
- </xsd:complexType>
201
- <xsd:complexType name="CampaignCommissionProducts">
202
- <xsd:complexContent>
203
- <xsd:restriction base="SOAP-ENC:Array">
204
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CampaignCommissionProduct[]" />
205
- </xsd:restriction>
206
- </xsd:complexContent>
207
- </xsd:complexType>
208
- <xsd:complexType name="CampaignCommissionProduct">
209
- <xsd:sequence>
210
- <xsd:element maxOccurs="1" name="campaignProduct" type="tns:CampaignProduct" />
211
- <xsd:element maxOccurs="1" name="leadCommission" type="xsd:decimal" />
212
- <xsd:element maxOccurs="1" name="saleCommissionFixed" type="xsd:decimal" />
213
- <xsd:element maxOccurs="1" name="saleCommissionVariable" type="xsd:decimal" />
214
- <xsd:element maxOccurs="1" name="iLeadCommission" type="xsd:decimal" />
215
- <xsd:element maxOccurs="1" name="iSaleCommissionFixed" type="xsd:decimal" />
216
- <xsd:element maxOccurs="1" name="iSaleCommissionVariable" type="xsd:decimal" />
217
- </xsd:sequence>
218
- </xsd:complexType>
219
- <xsd:simpleType name="CampaignAffiliatePolicyStatus">
220
- <xsd:restriction base="xsd:normalizedString">
221
- <xsd:enumeration value="allowed" />
222
- <xsd:enumeration value="limited" />
223
- <xsd:enumeration value="disallowed" />
224
- </xsd:restriction>
225
- </xsd:simpleType>
226
-
227
- <!-- Campaign news item -->
228
- <xsd:complexType name="CampaignNewsItems">
229
- <xsd:complexContent>
230
- <xsd:restriction base="SOAP-ENC:Array">
231
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:CampaignNewsItem[]" />
232
- </xsd:restriction>
233
- </xsd:complexContent>
234
- </xsd:complexType>
235
- <xsd:complexType name="CampaignNewsItem">
236
- <xsd:sequence>
237
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
238
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
239
- <xsd:element maxOccurs="1" name="campaignNewsType" type="tns:CampaignNewsType" />
240
- <xsd:element maxOccurs="1" name="title" type="xsd:string" />
241
- <xsd:element maxOccurs="1" name="content" type="xsd:string" />
242
- <xsd:element maxOccurs="1" name="publishDate" type="xsd:date" />
243
- <xsd:element maxOccurs="1" name="expirationDate" type="xsd:date" nillable="true" />
244
- </xsd:sequence>
245
- </xsd:complexType>
246
- <xsd:simpleType name="CampaignNewsType">
247
- <xsd:restriction base="xsd:normalizedString">
248
- <xsd:enumeration value="campaign_start" />
249
- <xsd:enumeration value="campaign_stop" />
250
- <xsd:enumeration value="campaign_update_general" />
251
- <xsd:enumeration value="campaign_update_vouchercode" />
252
- <xsd:enumeration value="campaign_update_consumer" />
253
- <xsd:enumeration value="campaign_update_commission" />
254
- <xsd:enumeration value="campaign_update_incentive" />
255
- <xsd:enumeration value="campaign_update_material" />
256
- <xsd:enumeration value="campaign_update_feed" />
257
- <xsd:enumeration value="campaign_update_urgent" />
258
- </xsd:restriction>
259
- </xsd:simpleType>
260
-
261
- <!-- Material -->
262
- <xsd:complexType name="MaterialBannerDimensions">
263
- <xsd:complexContent>
264
- <xsd:restriction base="SOAP-ENC:Array">
265
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MaterialBannerDimension[]" />
266
- </xsd:restriction>
267
- </xsd:complexContent>
268
- </xsd:complexType>
269
- <xsd:complexType name="MaterialBannerDimension">
270
- <xsd:sequence>
271
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
272
- <xsd:element maxOccurs="1" name="width" type="xsd:nonNegativeInteger" />
273
- <xsd:element maxOccurs="1" name="height" type="xsd:nonNegativeInteger" />
274
- <xsd:element maxOccurs="1" name="isCommon" type="xsd:boolean" />
275
- <xsd:element maxOccurs="1" name="isMobile" type="xsd:boolean" />
276
- </xsd:sequence>
277
- </xsd:complexType>
278
- <xsd:complexType name="MaterialItems">
279
- <xsd:complexContent>
280
- <xsd:restriction base="SOAP-ENC:Array">
281
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:MaterialItem[]" />
282
- </xsd:restriction>
283
- </xsd:complexContent>
284
- </xsd:complexType>
285
- <xsd:complexType name="MaterialItem">
286
- <xsd:sequence>
287
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
288
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
289
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
290
- <xsd:element maxOccurs="1" name="creationDate" type="xsd:dateTime" />
291
- <xsd:element maxOccurs="1" name="modificationDate" type="xsd:dateTime" nillable="true" />
292
- <xsd:element maxOccurs="1" name="materialBannerDimension" type="tns:MaterialBannerDimension" nillable="true" />
293
- <xsd:element maxOccurs="1" name="referenceSupported" type="xsd:boolean" />
294
- <xsd:element maxOccurs="1" name="description" type="xsd:string" nillable="true" />
295
- <xsd:element maxOccurs="1" name="conditions" type="xsd:string" nillable="true" />
296
- <xsd:element maxOccurs="1" name="validFromDate" type="xsd:dateTime" nillable="true" />
297
- <xsd:element maxOccurs="1" name="validToDate" type="xsd:dateTime" nillable="true" />
298
- <xsd:element maxOccurs="1" name="voucherCode" type="xsd:string" nillable="true" />
299
- <xsd:element maxOccurs="1" name="code" type="xsd:string" />
300
- </xsd:sequence>
301
- </xsd:complexType>
302
- <xsd:simpleType name="MaterialOutputType">
303
- <xsd:restriction base="xsd:normalizedString">
304
- <xsd:enumeration value="html" />
305
- <xsd:enumeration value="javascript" />
306
- <xsd:enumeration value="iframe" />
307
- <xsd:enumeration value="popup" />
308
- <xsd:enumeration value="popunder" />
309
- <xsd:enumeration value="rss" />
310
- </xsd:restriction>
311
- </xsd:simpleType>
312
-
313
- <!-- Transaction -->
314
-
315
- <xsd:complexType name="ClickTransactions">
316
- <xsd:complexContent>
317
- <xsd:restriction base="SOAP-ENC:Array">
318
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ClickTransaction[]" />
319
- </xsd:restriction>
320
- </xsd:complexContent>
321
- </xsd:complexType>
322
- <xsd:complexType name="ClickTransaction">
323
- <xsd:sequence>
324
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
325
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
326
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" />
327
- <xsd:element maxOccurs="1" name="transactionType" type="tns:TransactionType" />
328
- <xsd:element maxOccurs="1" name="transactionStatus" type="tns:TransactionStatus" />
329
- <xsd:element maxOccurs="1" name="currency" type="xsd:normalizedString" />
330
- <xsd:element maxOccurs="1" name="commission" type="xsd:decimal" />
331
- <xsd:element maxOccurs="1" name="registrationDate" type="xsd:dateTime" />
332
- <xsd:element maxOccurs="1" name="refererURL" type="xsd:normalizedString" />
333
- <xsd:element maxOccurs="1" name="paidOut" type="xsd:boolean" />
334
- </xsd:sequence>
335
- </xsd:complexType>
336
- <xsd:complexType name="ConversionTransactions">
337
- <xsd:complexContent>
338
- <xsd:restriction base="SOAP-ENC:Array">
339
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ConversionTransaction[]" />
340
- </xsd:restriction>
341
- </xsd:complexContent>
342
- </xsd:complexType>
343
- <xsd:complexType name="ConversionTransaction">
344
- <xsd:sequence>
345
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
346
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
347
- <xsd:element maxOccurs="1" name="campaignProduct" type="tns:CampaignProduct" />
348
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" />
349
- <xsd:element maxOccurs="1" name="transactionType" type="tns:TransactionType" />
350
- <xsd:element maxOccurs="1" name="transactionStatus" type="tns:TransactionStatus" />
351
- <xsd:element maxOccurs="1" name="description" type="xsd:string" nillable="true" />
352
- <xsd:element maxOccurs="1" name="currency" type="xsd:normalizedString" />
353
- <xsd:element maxOccurs="1" name="commission" type="xsd:decimal" />
354
- <xsd:element maxOccurs="1" name="orderAmount" type="xsd:decimal" nillable="true" />
355
- <xsd:element maxOccurs="1" name="IP" type="xsd:normalizedString" />
356
- <xsd:element maxOccurs="1" name="registrationDate" type="xsd:dateTime" />
357
- <xsd:element maxOccurs="1" name="assessmentDate" type="xsd:dateTime" nillable="true" />
358
- <xsd:element maxOccurs="1" name="clickToConversion" type="xsd:duration" nillable="true" />
359
- <xsd:element maxOccurs="1" name="originatingClickDate" type="xsd:dateTime" nillable="true" />
360
- <xsd:element maxOccurs="1" name="rejectionReason" type="tns:TransactionRejectionReason" nillable="true" />
361
- <xsd:element maxOccurs="1" name="paidOut" type="xsd:boolean" />
362
- </xsd:sequence>
363
- </xsd:complexType>
364
- <xsd:simpleType name="TransactionType">
365
- <xsd:restriction base="xsd:normalizedString">
366
- <xsd:enumeration value="click" />
367
- <xsd:enumeration value="lead" />
368
- <xsd:enumeration value="sale" />
369
- </xsd:restriction>
370
- </xsd:simpleType>
371
- <xsd:simpleType name="TransactionStatus">
372
- <xsd:restriction base="xsd:normalizedString">
373
- <xsd:enumeration value="pending" />
374
- <xsd:enumeration value="accepted" />
375
- <xsd:enumeration value="rejected" />
376
- </xsd:restriction>
377
- </xsd:simpleType>
378
- <xsd:simpleType name="TransactionRejectionReason">
379
- <xsd:restriction base="xsd:normalizedString">
380
- <xsd:enumeration value="returned" />
381
- <xsd:enumeration value="stock" />
382
- <xsd:enumeration value="payment" />
383
- <xsd:enumeration value="invalid" />
384
- <xsd:enumeration value="canceled" />
385
- <xsd:enumeration value="duplicate" />
386
- <xsd:enumeration value="test" />
387
- <xsd:enumeration value="channel" />
388
- </xsd:restriction>
389
- </xsd:simpleType>
390
-
391
- <!-- Report -->
392
-
393
- <xsd:complexType name="ReportData">
394
- <xsd:sequence>
395
- <xsd:element maxOccurs="1" name="overallImpressionCount" type="xsd:integer" nillable="true" />
396
- <xsd:element maxOccurs="1" name="uniqueImpressionCount" type="xsd:integer" nillable="true" />
397
- <xsd:element maxOccurs="1" name="impressionCommission" type="xsd:decimal" nillable="true" />
398
- <xsd:element maxOccurs="1" name="overallClickCount" type="xsd:integer" nillable="true" />
399
- <xsd:element maxOccurs="1" name="uniqueClickCount" type="xsd:integer" nillable="true" />
400
- <xsd:element maxOccurs="1" name="clickCommission" type="xsd:decimal" nillable="true" />
401
- <xsd:element maxOccurs="1" name="leadCount" type="xsd:integer" nillable="true" />
402
- <xsd:element maxOccurs="1" name="leadCommission" type="xsd:decimal" nillable="true" />
403
- <xsd:element maxOccurs="1" name="saleCount" type="xsd:integer" nillable="true" />
404
- <xsd:element maxOccurs="1" name="saleCommission" type="xsd:decimal" nillable="true" />
405
- <xsd:element maxOccurs="1" name="fixedCommission" type="xsd:decimal" nillable="true" />
406
- <xsd:element maxOccurs="1" name="CTR" type="xsd:decimal" nillable="true" />
407
- <xsd:element maxOccurs="1" name="CLR" type="xsd:decimal" nillable="true" />
408
- <xsd:element maxOccurs="1" name="CSR" type="xsd:decimal" nillable="true" />
409
- <xsd:element maxOccurs="1" name="eCPM" type="xsd:decimal" nillable="true" />
410
- <xsd:element maxOccurs="1" name="EPC" type="xsd:decimal" nillable="true" />
411
- <xsd:element maxOccurs="1" name="totalCommission" type="xsd:decimal" nillable="true" />
412
- </xsd:sequence>
413
- </xsd:complexType>
414
- <xsd:complexType name="ReportCampaign">
415
- <xsd:complexContent>
416
- <xsd:restriction base="SOAP-ENC:Array">
417
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ReportCampaignElement[]" />
418
- </xsd:restriction>
419
- </xsd:complexContent>
420
- </xsd:complexType>
421
- <xsd:complexType name="ReportCampaignElement">
422
- <xsd:sequence>
423
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
424
- <xsd:element maxOccurs="1" name="reportData" type="tns:ReportData" />
425
- </xsd:sequence>
426
- </xsd:complexType>
427
- <xsd:complexType name="ReportReference">
428
- <xsd:complexContent>
429
- <xsd:restriction base="SOAP-ENC:Array">
430
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ReportReferenceElement[]" />
431
- </xsd:restriction>
432
- </xsd:complexContent>
433
- </xsd:complexType>
434
- <xsd:complexType name="ReportReferenceElement">
435
- <xsd:sequence>
436
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" />
437
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
438
- <xsd:element maxOccurs="1" name="reportData" type="tns:ReportData" />
439
- </xsd:sequence>
440
- </xsd:complexType>
441
-
442
- <!-- Feed -->
443
-
444
- <xsd:complexType name="Feeds">
445
- <xsd:complexContent>
446
- <xsd:restriction base="SOAP-ENC:Array">
447
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Feed[]" />
448
- </xsd:restriction>
449
- </xsd:complexContent>
450
- </xsd:complexType>
451
- <xsd:complexType name="Feed">
452
- <xsd:sequence>
453
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" />
454
- <xsd:element maxOccurs="1" name="campaign" type="tns:Campaign" />
455
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
456
- <xsd:element maxOccurs="1" name="URL" type="xsd:normalizedString" nillable="true" />
457
- <xsd:element maxOccurs="1" name="updateDate" type="xsd:dateTime" nillable="true" />
458
- <xsd:element maxOccurs="1" name="updateInterval" type="xsd:duration" />
459
- <xsd:element maxOccurs="1" name="productCount" type="xsd:nonNegativeInteger" />
460
- <xsd:element maxOccurs="1" name="assignmentStatus" type="tns:CampaignAssignmentStatus" />
461
- </xsd:sequence>
462
- </xsd:complexType>
463
- <xsd:complexType name="FeedCategories">
464
- <xsd:complexContent>
465
- <xsd:restriction base="SOAP-ENC:Array">
466
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:FeedCategory[]" />
467
- </xsd:restriction>
468
- </xsd:complexContent>
469
- </xsd:complexType>
470
- <xsd:complexType name="FeedCategory">
471
- <xsd:sequence>
472
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
473
- <xsd:element maxOccurs="1" name="productCount" type="xsd:nonNegativeInteger" />
474
- </xsd:sequence>
475
- </xsd:complexType>
476
- <xsd:complexType name="FeedProducts">
477
- <xsd:complexContent>
478
- <xsd:restriction base="SOAP-ENC:Array">
479
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:FeedProduct[]" />
480
- </xsd:restriction>
481
- </xsd:complexContent>
482
- </xsd:complexType>
483
- <xsd:complexType name="FeedProduct">
484
- <xsd:sequence>
485
- <xsd:element maxOccurs="1" name="identifier" type="xsd:string" />
486
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
487
- <xsd:element maxOccurs="1" name="productCategoryName" type="xsd:string" nillable="true" />
488
- <xsd:element maxOccurs="1" name="description" type="xsd:string" nillable="true" />
489
- <xsd:element maxOccurs="1" name="price" type="xsd:decimal" />
490
- <xsd:element maxOccurs="1" name="productURL" type="xsd:normalizedString" />
491
- <xsd:element maxOccurs="1" name="imageURL" type="xsd:normalizedString" nillable="true" />
492
- <xsd:element maxOccurs="1" name="additional" type="tns:FeedProductAdditional" />
493
- </xsd:sequence>
494
- </xsd:complexType>
495
- <xsd:complexType name="FeedProductAdditional">
496
- <xsd:complexContent>
497
- <xsd:restriction base="SOAP-ENC:Array">
498
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:FeedProductAdditionalElement[]" />
499
- </xsd:restriction>
500
- </xsd:complexContent>
501
- </xsd:complexType>
502
- <xsd:complexType name="FeedProductAdditionalElement">
503
- <xsd:sequence>
504
- <xsd:element maxOccurs="1" name="name" type="xsd:string" />
505
- <xsd:element maxOccurs="1" name="value" type="xsd:string" />
506
- </xsd:sequence>
507
- </xsd:complexType>
508
-
509
- <!-- Payment -->
510
-
511
- <xsd:complexType name="Payments">
512
- <xsd:complexContent>
513
- <xsd:restriction base="SOAP-ENC:Array">
514
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Payment[]" />
515
- </xsd:restriction>
516
- </xsd:complexContent>
517
- </xsd:complexType>
518
- <xsd:complexType name="Payment">
519
- <xsd:sequence>
520
- <xsd:element maxOccurs="1" name="invoiceNumber" type="xsd:normalizedString" />
521
- <xsd:element maxOccurs="1" name="currency" type="xsd:normalizedString" />
522
- <xsd:element maxOccurs="1" name="subTotal" type="xsd:decimal" />
523
- <xsd:element maxOccurs="1" name="VAT" type="xsd:decimal" />
524
- <xsd:element maxOccurs="1" name="endTotal" type="xsd:decimal" />
525
- <xsd:element maxOccurs="1" name="billDate" type="xsd:date" />
526
- <xsd:element maxOccurs="1" name="payDate" type="xsd:date" nillable="true" />
527
- </xsd:sequence>
528
- </xsd:complexType>
529
-
530
- <!-- Extended input types -->
531
-
532
- <xsd:complexType name="AffiliateSiteFilter">
533
- <xsd:sequence>
534
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
535
- <xsd:element maxOccurs="1" name="query" type="xsd:string" nillable="true" />
536
- <xsd:element maxOccurs="1" name="affiliateSiteCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
537
- <xsd:element maxOccurs="1" name="affiliateSiteTypeID" type="xsd:nonNegativeInteger" nillable="true" />
538
- <xsd:element maxOccurs="1" name="affiliateSiteStatus" type="tns:AffiliateSiteStatus" nillable="true" />
539
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
540
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
541
- <xsd:element maxOccurs="1" name="sort" type="tns:AffiliateSiteSort" nillable="true" />
542
- <xsd:element maxOccurs="1" name="sortDirection" type="tns:SortDirection" nillable="true" />
543
- <xsd:element maxOccurs="1" name="excludeInfo" type="xsd:boolean" nillable="true" />
544
- </xsd:sequence>
545
- </xsd:complexType>
546
- <xsd:complexType name="CampaignFilter">
547
- <xsd:sequence>
548
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
549
- <xsd:element maxOccurs="1" name="query" type="xsd:string" nillable="true" />
550
- <xsd:element maxOccurs="1" name="campaignCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
551
- <xsd:element maxOccurs="1" name="assignmentStatus" type="tns:CampaignAssignmentStatus" nillable="true" />
552
- <xsd:element maxOccurs="1" name="policySearchEngineMarketingStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
553
- <xsd:element maxOccurs="1" name="policyEmailMarketingStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
554
- <xsd:element maxOccurs="1" name="policyCashbackStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
555
- <xsd:element maxOccurs="1" name="policyDiscountCodeStatus" type="tns:CampaignAffiliatePolicyStatus" nillable="true" />
556
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
557
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
558
- <xsd:element maxOccurs="1" name="sort" type="tns:CampaignSort" nillable="true" />
559
- <xsd:element maxOccurs="1" name="sortDirection" type="tns:SortDirection" nillable="true" />
560
- <xsd:element maxOccurs="1" name="excludeInfo" type="xsd:boolean" nillable="true" />
561
- </xsd:sequence>
562
- </xsd:complexType>
563
- <xsd:complexType name="CampaignNewsItemFilter">
564
- <xsd:sequence>
565
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
566
- <xsd:element maxOccurs="1" name="query" type="xsd:string" nillable="true" />
567
- <xsd:element maxOccurs="1" name="campaignCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
568
- <xsd:element maxOccurs="1" name="campaignNewsType" type="tns:CampaignNewsType" nillable="true" />
569
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
570
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
571
- </xsd:sequence>
572
- </xsd:complexType>
573
- <xsd:complexType name="MaterialItemFilter">
574
- <xsd:sequence>
575
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
576
- <xsd:element maxOccurs="1" name="query" type="xsd:string" nillable="true" />
577
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" nillable="true" />
578
- <xsd:element maxOccurs="1" name="campaignCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
579
- <xsd:element maxOccurs="1" name="includeUnsubscribedCampaigns" type="xsd:boolean" nillable="true" />
580
- <xsd:element maxOccurs="1" name="materialBannerDimensionID" type="xsd:nonNegativeInteger" nillable="true" />
581
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" nillable="true" />
582
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
583
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
584
- <xsd:element maxOccurs="1" name="sort" type="tns:MaterialItemSort" nillable="true" />
585
- <xsd:element maxOccurs="1" name="sortDirection" type="tns:SortDirection" nillable="true" />
586
- </xsd:sequence>
587
- </xsd:complexType>
588
- <xsd:complexType name="ClickTransactionFilter">
589
- <xsd:sequence>
590
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
591
- <xsd:element maxOccurs="1" name="transactionStatus" type="tns:TransactionStatus" nillable="true" />
592
- <xsd:element maxOccurs="1" name="registrationDateFrom" type="xsd:dateTime" nillable="true" />
593
- <xsd:element maxOccurs="1" name="registrationDateTo" type="xsd:dateTime" nillable="true" />
594
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" nillable="true" />
595
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
596
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
597
- </xsd:sequence>
598
- </xsd:complexType>
599
- <xsd:complexType name="ConversionTransactionFilter">
600
- <xsd:sequence>
601
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
602
- <xsd:element maxOccurs="1" name="transactionType" type="tns:TransactionType" nillable="true" />
603
- <xsd:element maxOccurs="1" name="transactionStatus" type="tns:TransactionStatus" nillable="true" />
604
- <xsd:element maxOccurs="1" name="registrationDateFrom" type="xsd:dateTime" nillable="true" />
605
- <xsd:element maxOccurs="1" name="registrationDateTo" type="xsd:dateTime" nillable="true" />
606
- <xsd:element maxOccurs="1" name="assessmentDateFrom" type="xsd:dateTime" nillable="true" />
607
- <xsd:element maxOccurs="1" name="assessmentDateTo" type="xsd:dateTime" nillable="true" />
608
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" nillable="true" />
609
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
610
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
611
- <xsd:element maxOccurs="1" name="sort" type="tns:TransactionConversionSort" nillable="true" />
612
- <xsd:element maxOccurs="1" name="sortDirection" type="tns:SortDirection" nillable="true" />
613
- </xsd:sequence>
614
- </xsd:complexType>
615
- <xsd:complexType name="ReportAffiliateSiteFilter">
616
- <xsd:sequence>
617
- <xsd:element maxOccurs="1" name="dateFrom" type="xsd:date" nillable="true" />
618
- <xsd:element maxOccurs="1" name="dateTo" type="xsd:date" nillable="true" />
619
- </xsd:sequence>
620
- </xsd:complexType>
621
- <xsd:complexType name="ReportCampaignFilter">
622
- <xsd:sequence>
623
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" nillable="true" />
624
- <xsd:element maxOccurs="1" name="dateFrom" type="xsd:date" nillable="true" />
625
- <xsd:element maxOccurs="1" name="dateTo" type="xsd:date" nillable="true" />
626
- </xsd:sequence>
627
- </xsd:complexType>
628
- <xsd:complexType name="ReportReferenceFilter">
629
- <xsd:sequence>
630
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" nillable="true" />
631
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" nillable="true" />
632
- <xsd:element maxOccurs="1" name="dateFrom" type="xsd:date" nillable="true" />
633
- <xsd:element maxOccurs="1" name="dateTo" type="xsd:date" nillable="true" />
634
- </xsd:sequence>
635
- </xsd:complexType>
636
- <xsd:complexType name="FeedFilter">
637
- <xsd:sequence>
638
- <xsd:element maxOccurs="1" name="ID" type="xsd:nonNegativeInteger" nillable="true" />
639
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" nillable="true" />
640
- <xsd:element maxOccurs="1" name="campaignCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
641
- <xsd:element maxOccurs="1" name="assignmentStatus" type="tns:CampaignAssignmentStatus" nillable="true" />
642
- </xsd:sequence>
643
- </xsd:complexType>
644
- <xsd:complexType name="FeedProductFilter">
645
- <xsd:sequence>
646
- <xsd:element maxOccurs="1" name="feedID" type="xsd:nonNegativeInteger" nillable="true" />
647
- <xsd:element maxOccurs="1" name="feedCategoryName" type="xsd:string" nillable="true" />
648
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" nillable="true" />
649
- <xsd:element maxOccurs="1" name="campaignCategoryID" type="xsd:nonNegativeInteger" nillable="true" />
650
- <xsd:element maxOccurs="1" name="query" type="xsd:string" nillable="true" />
651
- <xsd:element maxOccurs="1" name="priceFrom" type="xsd:decimal" nillable="true" />
652
- <xsd:element maxOccurs="1" name="priceTo" type="xsd:decimal" nillable="true" />
653
- <xsd:element maxOccurs="1" name="limit" type="xsd:nonNegativeInteger" nillable="true" />
654
- <xsd:element maxOccurs="1" name="offset" type="xsd:nonNegativeInteger" nillable="true" />
655
- </xsd:sequence>
656
- </xsd:complexType>
657
- <xsd:complexType name="PaymentFilter">
658
- <xsd:sequence>
659
- <xsd:element maxOccurs="1" name="billDateFrom" type="xsd:date" nillable="true" />
660
- <xsd:element maxOccurs="1" name="billDateTo" type="xsd:date" nillable="true" />
661
- </xsd:sequence>
662
- </xsd:complexType>
663
-
664
- <xsd:complexType name="CreateConversionTransactionOptions">
665
- <xsd:sequence>
666
- <xsd:element maxOccurs="1" name="campaignID" type="xsd:nonNegativeInteger" />
667
- <xsd:element maxOccurs="1" name="campaignProductID" type="xsd:nonNegativeInteger" nillable="true" />
668
- <xsd:element maxOccurs="1" name="characteristic" type="xsd:string" />
669
- <xsd:element maxOccurs="1" name="remarks" type="xsd:string" />
670
- <xsd:element maxOccurs="1" name="reference" type="xsd:string" nillable="true" />
671
- <xsd:element maxOccurs="1" name="transactionAmount" type="xsd:decimal" nillable="true" />
672
- </xsd:sequence>
673
- </xsd:complexType>
674
-
675
- <!-- Sort types -->
676
- <xsd:simpleType name="SortDirection">
677
- <xsd:restriction base="xsd:normalizedString">
678
- <xsd:enumeration value="ascending" />
679
- <xsd:enumeration value="descending" />
680
- </xsd:restriction>
681
- </xsd:simpleType>
682
- <xsd:simpleType name="AffiliateSiteSort">
683
- <xsd:restriction base="xsd:normalizedString">
684
- <xsd:enumeration value="ID" />
685
- <xsd:enumeration value="name" />
686
- </xsd:restriction>
687
- </xsd:simpleType>
688
- <xsd:simpleType name="CampaignSort">
689
- <xsd:restriction base="xsd:normalizedString">
690
- <xsd:enumeration value="ID" />
691
- <xsd:enumeration value="name" />
692
- <xsd:enumeration value="startDate" />
693
- <xsd:enumeration value="stopDate" />
694
- </xsd:restriction>
695
- </xsd:simpleType>
696
- <xsd:simpleType name="MaterialItemSort">
697
- <xsd:restriction base="xsd:normalizedString">
698
- <xsd:enumeration value="ID" />
699
- <xsd:enumeration value="creationDate" />
700
- <xsd:enumeration value="modificationDate" />
701
- <xsd:enumeration value="campaignName" />
702
- <xsd:enumeration value="elementSize" />
703
- <xsd:enumeration value="linkText" />
704
- <xsd:enumeration value="title" />
705
- </xsd:restriction>
706
- </xsd:simpleType>
707
- <xsd:simpleType name="TransactionConversionSort">
708
- <xsd:restriction base="xsd:normalizedString">
709
- <xsd:enumeration value="ID" />
710
- <xsd:enumeration value="assessmentDate" />
711
- <xsd:enumeration value="registrationDate" />
712
- </xsd:restriction>
713
- </xsd:simpleType>
714
-
715
- </xsd:schema>
716
- </types>
717
-
718
- <!-- Messages -->
719
-
720
- <message name="AuthenticateMessage">
721
- <part name="customerID" type="xsd:nonNegativeInteger" />
722
- <part name="passphrase" type="xsd:normalizedString" />
723
- <part name="sandbox" type="xsd:boolean" />
724
- <part name="locale" type="tns:Locale" />
725
- <part name="demo" type="xsd:boolean" />
726
- </message>
727
- <message name="AuthenticateResponseMessage" />
728
-
729
- <message name="GetAffiliateSitesMessage">
730
- <part name="options" type="tns:AffiliateSiteFilter" />
731
- </message>
732
- <message name="GetAffiliateSitesResponseMessage">
733
- <part name="affiliateSites" type="tns:AffiliateSites" />
734
- </message>
735
- <message name="GetAffiliateSiteTypesMessage" />
736
- <message name="GetAffiliateSiteTypesResponseMessage">
737
- <part name="affiliateSiteTypes" type="tns:AffiliateSiteTypes" />
738
- </message>
739
- <message name="GetAffiliateSiteCategoriesMessage" />
740
- <message name="GetAffiliateSiteCategoriesResponseMessage">
741
- <part name="affiliateSiteCategories" type="tns:AffiliateSiteCategories" />
742
- </message>
743
-
744
- <message name="GetCampaignsMessage">
745
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
746
- <part name="options" type="tns:CampaignFilter" />
747
- </message>
748
- <message name="GetCampaignsResponseMessage">
749
- <part name="campaigns" type="tns:Campaigns" />
750
- </message>
751
- <message name="GetCampaignCategoriesMessage" />
752
- <message name="GetCampaignCategoriesResponseMessage">
753
- <part name="campaignCategories" type="tns:CampaignCategories" />
754
- </message>
755
- <message name="GetCampaignCommissionExtendedMessage">
756
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
757
- <part name="campaignID" type="xsd:nonNegativeInteger" />
758
- </message>
759
- <message name="GetCampaignCommissionExtendedResponseMessage">
760
- <part name="campaignCommissionExtended" type="tns:CampaignCommissionExtended" />
761
- </message>
762
- <message name="ChangeCampaignSubscriptionMessage">
763
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
764
- <part name="campaignID" type="xsd:nonNegativeInteger" />
765
- <part name="subscriptionAction" type="tns:CampaignSubscriptionAction" />
766
- </message>
767
- <message name="ChangeCampaignSubscriptionResponseMessage" />
768
-
769
- <message name="GetCampaignNewsItemsMessage">
770
- <part name="options" type="tns:CampaignNewsItemFilter" />
771
- </message>
772
- <message name="GetCampaignNewsItemsResponseMessage">
773
- <part name="campaignNewsItems" type="tns:CampaignNewsItems" />
774
- </message>
775
-
776
- <message name="GetMaterialBannerDimensionsMessage" />
777
- <message name="GetMaterialBannerDimensionsResponseMessage">
778
- <part name="materialBannerDimensions" type="tns:MaterialBannerDimensions" />
779
- </message>
780
- <message name="GetMaterialBannerImageItemsMessage">
781
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
782
- <part name="materialOutputType" type="tns:MaterialOutputType" />
783
- <part name="options" type="tns:MaterialItemFilter" />
784
- </message>
785
- <message name="GetMaterialBannerImageItemsResponseMessage">
786
- <part name="materialItems" type="tns:MaterialItems" />
787
- </message>
788
- <message name="GetMaterialBannerFlashItemsMessage">
789
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
790
- <part name="materialOutputType" type="tns:MaterialOutputType" />
791
- <part name="options" type="tns:MaterialItemFilter" />
792
- </message>
793
- <message name="GetMaterialBannerFlashItemsResponseMessage">
794
- <part name="materialItems" type="tns:MaterialItems" />
795
- </message>
796
- <message name="GetMaterialTextItemsMessage">
797
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
798
- <part name="materialOutputType" type="tns:MaterialOutputType" />
799
- <part name="options" type="tns:MaterialItemFilter" />
800
- </message>
801
- <message name="GetMaterialTextItemsResponseMessage">
802
- <part name="materialItems" type="tns:MaterialItems" />
803
- </message>
804
- <message name="GetMaterialHTMLItemsMessage">
805
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
806
- <part name="materialOutputType" type="tns:MaterialOutputType" />
807
- <part name="options" type="tns:MaterialItemFilter" />
808
- </message>
809
- <message name="GetMaterialHTMLItemsResponseMessage">
810
- <part name="materialItems" type="tns:MaterialItems" />
811
- </message>
812
- <message name="GetMaterialIncentiveVoucherItemsMessage">
813
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
814
- <part name="materialOutputType" type="tns:MaterialOutputType" />
815
- <part name="options" type="tns:MaterialItemFilter" />
816
- </message>
817
- <message name="GetMaterialIncentiveVoucherItemsResponseMessage">
818
- <part name="materialItems" type="tns:MaterialItems" />
819
- </message>
820
- <message name="GetMaterialIncentiveOfferItemsMessage">
821
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
822
- <part name="materialOutputType" type="tns:MaterialOutputType" />
823
- <part name="options" type="tns:MaterialItemFilter" />
824
- </message>
825
- <message name="GetMaterialIncentiveOfferItemsResponseMessage">
826
- <part name="materialItems" type="tns:MaterialItems" />
827
- </message>
828
-
829
- <message name="GetClickTransactionsMessage">
830
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
831
- <part name="options" type="tns:ClickTransactionFilter" />
832
- </message>
833
- <message name="GetClickTransactionsResponseMessage">
834
- <part name="clickTransactions" type="tns:ClickTransactions" />
835
- </message>
836
- <message name="GetConversionTransactionsMessage">
837
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
838
- <part name="options" type="tns:ConversionTransactionFilter" />
839
- </message>
840
- <message name="GetConversionTransactionsResponseMessage">
841
- <part name="conversionTransactions" type="tns:ConversionTransactions" />
842
- </message>
843
- <message name="CreateConversionTransactionMessage">
844
- <part name="transactionType" type="tns:TransactionType" />
845
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
846
- <part name="options" type="tns:CreateConversionTransactionOptions" />
847
- </message>
848
- <message name="CreateConversionTransactionResponseMessage">
849
- <part name="transactionID" type="xsd:nonNegativeInteger" />
850
- </message>
851
-
852
- <message name="GetReportAffiliateSiteMessage">
853
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
854
- <part name="options" type="tns:ReportAffiliateSiteFilter" />
855
- </message>
856
- <message name="GetReportAffiliateSiteResponseMessage">
857
- <part name="reportAffiliateSite" type="tns:ReportData" />
858
- </message>
859
- <message name="GetReportCampaignMessage">
860
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
861
- <part name="options" type="tns:ReportCampaignFilter" />
862
- </message>
863
- <message name="GetReportCampaignResponseMessage">
864
- <part name="reportCampaign" type="tns:ReportCampaign" />
865
- </message>
866
- <message name="GetReportReferenceMessage">
867
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
868
- <part name="options" type="tns:ReportReferenceFilter" />
869
- </message>
870
- <message name="GetReportReferenceResponseMessage">
871
- <part name="reportReference" type="tns:ReportReference" />
872
- </message>
873
-
874
- <message name="GetFeedsMessage">
875
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
876
- <part name="options" type="tns:FeedFilter" />
877
- </message>
878
- <message name="GetFeedsResponseMessage">
879
- <part name="feeds" type="tns:Feeds" />
880
- </message>
881
- <message name="GetFeedProductCategoriesMessage">
882
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
883
- <part name="feedID" type="xsd:nonNegativeInteger" />
884
- </message>
885
- <message name="GetFeedProductCategoriesResponseMessage">
886
- <part name="feedCategories" type="tns:FeedCategories" />
887
- </message>
888
- <message name="GetFeedProductsMessage">
889
- <part name="affiliateSiteID" type="xsd:nonNegativeInteger" />
890
- <part name="options" type="tns:FeedProductFilter" />
891
- </message>
892
- <message name="GetFeedProductsResponseMessage">
893
- <part name="feedProducts" type="tns:FeedProducts" />
894
- </message>
895
-
896
- <message name="GetPaymentsMessage">
897
- <part name="options" type="tns:PaymentFilter" />
898
- </message>
899
- <message name="GetPaymentsResponseMessage">
900
- <part name="payments" type="tns:Payments" />
901
- </message>
902
-
903
- <!-- Port Types -->
904
-
905
- <portType name="AffiliateInterface">
906
- <operation name="authenticate">
907
- <input message="tns:AuthenticateMessage" />
908
- <output message="tns:AuthenticateResponseMessage" />
909
- </operation>
910
-
911
- <operation name="getAffiliateSites">
912
- <input message="tns:GetAffiliateSitesMessage" />
913
- <output message="tns:GetAffiliateSitesResponseMessage" />
914
- </operation>
915
- <operation name="getAffiliateSiteTypes">
916
- <input message="tns:GetAffiliateSiteTypesMessage" />
917
- <output message="tns:GetAffiliateSiteTypesResponseMessage" />
918
- </operation>
919
- <operation name="getAffiliateSiteCategories">
920
- <input message="tns:GetAffiliateSiteCategoriesMessage" />
921
- <output message="tns:GetAffiliateSiteCategoriesResponseMessage" />
922
- </operation>
923
-
924
- <operation name="getCampaigns">
925
- <input message="tns:GetCampaignsMessage" />
926
- <output message="tns:GetCampaignsResponseMessage" />
927
- </operation>
928
- <operation name="getCampaignCategories">
929
- <input message="tns:GetCampaignCategoriesMessage" />
930
- <output message="tns:GetCampaignCategoriesResponseMessage" />
931
- </operation>
932
- <operation name="getCampaignCommissionExtended">
933
- <input message="tns:GetCampaignCommissionExtendedMessage" />
934
- <output message="tns:GetCampaignCommissionExtendedResponseMessage" />
935
- </operation>
936
- <operation name="changeCampaignSubscription">
937
- <input message="tns:ChangeCampaignSubscriptionMessage" />
938
- <output message="tns:ChangeCampaignSubscriptionResponseMessage" />
939
- </operation>
940
-
941
- <operation name="getCampaignNewsItems">
942
- <input message="tns:GetCampaignNewsItemsMessage" />
943
- <output message="tns:GetCampaignNewsItemsResponseMessage" />
944
- </operation>
945
-
946
- <operation name="getMaterialBannerDimensions">
947
- <input message="tns:GetMaterialBannerDimensionsMessage" />
948
- <output message="tns:GetMaterialBannerDimensionsResponseMessage" />
949
- </operation>
950
- <operation name="getMaterialBannerImageItems">
951
- <input message="tns:GetMaterialBannerImageItemsMessage" />
952
- <output message="tns:GetMaterialBannerImageItemsResponseMessage" />
953
- </operation>
954
- <operation name="getMaterialBannerFlashItems">
955
- <input message="tns:GetMaterialBannerFlashItemsMessage" />
956
- <output message="tns:GetMaterialBannerFlashItemsResponseMessage" />
957
- </operation>
958
- <operation name="getMaterialTextItems">
959
- <input message="tns:GetMaterialTextItemsMessage" />
960
- <output message="tns:GetMaterialTextItemsResponseMessage" />
961
- </operation>
962
- <operation name="getMaterialHTMLItems">
963
- <input message="tns:GetMaterialHTMLItemsMessage" />
964
- <output message="tns:GetMaterialHTMLItemsResponseMessage" />
965
- </operation>
966
- <operation name="getMaterialIncentiveVoucherItems">
967
- <input message="tns:GetMaterialIncentiveVoucherItemsMessage" />
968
- <output message="tns:GetMaterialIncentiveVoucherItemsResponseMessage" />
969
- </operation>
970
- <operation name="getMaterialIncentiveOfferItems">
971
- <input message="tns:GetMaterialIncentiveOfferItemsMessage" />
972
- <output message="tns:GetMaterialIncentiveOfferItemsResponseMessage" />
973
- </operation>
974
-
975
- <operation name="getClickTransactions">
976
- <input message="tns:GetClickTransactionsMessage" />
977
- <output message="tns:GetClickTransactionsResponseMessage" />
978
- </operation>
979
- <operation name="getConversionTransactions">
980
- <input message="tns:GetConversionTransactionsMessage" />
981
- <output message="tns:GetConversionTransactionsResponseMessage" />
982
- </operation>
983
- <operation name="createConversionTransaction">
984
- <input message="tns:CreateConversionTransactionMessage" />
985
- <output message="tns:CreateConversionTransactionResponseMessage" />
986
- </operation>
987
-
988
- <operation name="getReportAffiliateSite">
989
- <input message="tns:GetReportAffiliateSiteMessage" />
990
- <output message="tns:GetReportAffiliateSiteResponseMessage" />
991
- </operation>
992
- <operation name="getReportCampaign">
993
- <input message="tns:GetReportCampaignMessage" />
994
- <output message="tns:GetReportCampaignResponseMessage" />
995
- </operation>
996
- <operation name="getReportReference">
997
- <input message="tns:GetReportReferenceMessage" />
998
- <output message="tns:GetReportReferenceResponseMessage" />
999
- </operation>
1000
-
1001
- <operation name="getFeeds">
1002
- <input message="tns:GetFeedsMessage" />
1003
- <output message="tns:GetFeedsResponseMessage" />
1004
- </operation>
1005
- <operation name="getFeedProductCategories">
1006
- <input message="tns:GetFeedProductCategoriesMessage" />
1007
- <output message="tns:GetFeedProductCategoriesResponseMessage" />
1008
- </operation>
1009
- <operation name="getFeedProducts">
1010
- <input message="tns:GetFeedProductsMessage" />
1011
- <output message="tns:GetFeedProductsResponseMessage" />
1012
- </operation>
1013
-
1014
- <operation name="getPayments">
1015
- <input message="tns:GetPaymentsMessage" />
1016
- <output message="tns:GetPaymentsResponseMessage" />
1017
- </operation>
1018
- </portType>
1019
-
1020
- <!-- Bindings -->
1021
-
1022
- <binding name="AffiliateBinding" type="tns:AffiliateInterface">
1023
- <soap:binding style="rpc"
1024
- transport="http://schemas.xmlsoap.org/soap/http" />
1025
-
1026
- <operation name="authenticate">
1027
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/authenticate" />
1028
- <input>
1029
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1030
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1031
- </input>
1032
- <output>
1033
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1034
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1035
- </output>
1036
- </operation>
1037
-
1038
- <operation name="getAffiliateSites">
1039
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getAffiliateSites" />
1040
- <input>
1041
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1042
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1043
- </input>
1044
- <output>
1045
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1046
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1047
- </output>
1048
- </operation>
1049
- <operation name="getAffiliateSiteTypes">
1050
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getAffiliateSiteTypes" />
1051
- <input>
1052
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1053
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1054
- </input>
1055
- <output>
1056
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1057
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1058
- </output>
1059
- </operation>
1060
- <operation name="getAffiliateSiteCategories">
1061
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getAffiliateSiteCategories" />
1062
- <input>
1063
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1064
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1065
- </input>
1066
- <output>
1067
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1068
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1069
- </output>
1070
- </operation>
1071
-
1072
- <operation name="getCampaigns">
1073
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getCampaigns" />
1074
- <input>
1075
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1076
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1077
- </input>
1078
- <output>
1079
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1080
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1081
- </output>
1082
- </operation>
1083
- <operation name="getCampaignCategories">
1084
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getCampaignCategories" />
1085
- <input>
1086
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1087
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1088
- </input>
1089
- <output>
1090
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1091
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1092
- </output>
1093
- </operation>
1094
- <operation name="getCampaignCommissionExtended">
1095
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getCampaignCommissionExtended" />
1096
- <input>
1097
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1098
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1099
- </input>
1100
- <output>
1101
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1102
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1103
- </output>
1104
- </operation>
1105
- <operation name="changeCampaignSubscription">
1106
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/changeCampaignSubscription" />
1107
- <input>
1108
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1109
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1110
- </input>
1111
- <output>
1112
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1113
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1114
- </output>
1115
- </operation>
1116
-
1117
- <operation name="getCampaignNewsItems">
1118
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getCampaignNewsItems" />
1119
- <input>
1120
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1121
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1122
- </input>
1123
- <output>
1124
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1125
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1126
- </output>
1127
- </operation>
1128
-
1129
- <operation name="getMaterialBannerDimensions">
1130
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialBannerDimensions" />
1131
- <input>
1132
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1133
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1134
- </input>
1135
- <output>
1136
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1137
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1138
- </output>
1139
- </operation>
1140
- <operation name="getMaterialBannerImageItems">
1141
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialBannerImageItems" />
1142
- <input>
1143
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1144
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1145
- </input>
1146
- <output>
1147
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1148
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1149
- </output>
1150
- </operation>
1151
- <operation name="getMaterialBannerFlashItems">
1152
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialBannerFlashItems" />
1153
- <input>
1154
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1155
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1156
- </input>
1157
- <output>
1158
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1159
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1160
- </output>
1161
- </operation>
1162
- <operation name="getMaterialTextItems">
1163
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialTextItems" />
1164
- <input>
1165
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1166
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1167
- </input>
1168
- <output>
1169
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1170
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1171
- </output>
1172
- </operation>
1173
- <operation name="getMaterialHTMLItems">
1174
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialHTMLItems" />
1175
- <input>
1176
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1177
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1178
- </input>
1179
- <output>
1180
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1181
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1182
- </output>
1183
- </operation>
1184
- <operation name="getMaterialIncentiveVoucherItems">
1185
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialIncentiveVoucherItems" />
1186
- <input>
1187
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1188
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1189
- </input>
1190
- <output>
1191
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1192
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1193
- </output>
1194
- </operation>
1195
- <operation name="getMaterialIncentiveOfferItems">
1196
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getMaterialIncentiveOfferItems" />
1197
- <input>
1198
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1199
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1200
- </input>
1201
- <output>
1202
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1203
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1204
- </output>
1205
- </operation>
1206
-
1207
- <operation name="getClickTransactions">
1208
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getClickTransactions" />
1209
- <input>
1210
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1211
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1212
- </input>
1213
- <output>
1214
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1215
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1216
- </output>
1217
- </operation>
1218
- <operation name="getConversionTransactions">
1219
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getConversionTransactions" />
1220
- <input>
1221
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1222
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1223
- </input>
1224
- <output>
1225
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1226
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1227
- </output>
1228
- </operation>
1229
- <operation name="createConversionTransaction">
1230
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/createConversionTransaction" />
1231
- <input>
1232
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1233
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1234
- </input>
1235
- <output>
1236
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1237
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1238
- </output>
1239
- </operation>
1240
-
1241
- <operation name="getReportAffiliateSite">
1242
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getReportAffiliateSite" />
1243
- <input>
1244
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1245
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1246
- </input>
1247
- <output>
1248
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1249
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1250
- </output>
1251
- </operation>
1252
- <operation name="getReportCampaign">
1253
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getReportCampaign" />
1254
- <input>
1255
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1256
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1257
- </input>
1258
- <output>
1259
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1260
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1261
- </output>
1262
- </operation>
1263
- <operation name="getReportReference">
1264
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getReportReference" />
1265
- <input>
1266
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1267
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1268
- </input>
1269
- <output>
1270
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1271
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1272
- </output>
1273
- </operation>
1274
-
1275
- <operation name="getFeeds">
1276
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getFeeds" />
1277
- <input>
1278
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1279
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1280
- </input>
1281
- <output>
1282
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1283
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1284
- </output>
1285
- </operation>
1286
- <operation name="getFeedProductCategories">
1287
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getFeedProductCategories" />
1288
- <input>
1289
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1290
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1291
- </input>
1292
- <output>
1293
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1294
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1295
- </output>
1296
- </operation>
1297
- <operation name="getFeedProducts">
1298
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getFeedProducts" />
1299
- <input>
1300
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1301
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1302
- </input>
1303
- <output>
1304
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1305
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1306
- </output>
1307
- </operation>
1308
-
1309
- <operation name="getPayments">
1310
- <soap:operation soapAction="https://ws.tradetracker.com/soap/affiliate/getPayments" />
1311
- <input>
1312
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1313
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1314
- </input>
1315
- <output>
1316
- <soap:body use="encoded" namespace="https://ws.tradetracker.com/soap/affiliate"
1317
- encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1318
- </output>
1319
- </operation>
1320
- </binding>
1321
-
1322
- <!-- Services -->
1323
-
1324
- <service name="AffiliateService">
1325
- <port name="AffiliateBinding" binding="tns:AffiliateBinding">
1326
- <soap:address location="https://ws.tradetracker.com/soap/affiliate" />
1327
- </port>
1328
- </service>
1329
-
1330
- </definitions>