adcenter-client 7.0.3 → 8.0.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 (63) hide show
  1. data/.gemtest +0 -0
  2. data/History.txt +6 -0
  3. data/Manifest.txt +41 -19
  4. data/README.txt +1 -1
  5. data/Rakefile.rb +2 -2
  6. data/VERSION +1 -1
  7. data/devel/gen_wsdl_drivers.rb +1 -1
  8. data/devel/wsdl.yml +16 -13
  9. data/lib/AdIntelligenceService.rb +787 -0
  10. data/lib/AdIntelligenceServiceClient.rb +160 -0
  11. data/lib/AdIntelligenceServiceDriver.rb +115 -0
  12. data/lib/AdIntelligenceServiceMappingRegistry.rb +1378 -0
  13. data/lib/AdministrationService.rb +85 -0
  14. data/lib/AdministrationServiceClient.rb +46 -0
  15. data/lib/AdministrationServiceDriver.rb +8 -8
  16. data/lib/AdministrationServiceMappingRegistry.rb +8 -7
  17. data/lib/CampaignManagementService.rb +3413 -0
  18. data/lib/CampaignManagementServiceClient.rb +1330 -0
  19. data/lib/CampaignManagementServiceDriver.rb +335 -359
  20. data/lib/CampaignManagementServiceMappingRegistry.rb +2288 -2259
  21. data/lib/CustomerBillingService.rb +419 -0
  22. data/lib/CustomerBillingServiceClient.rb +148 -0
  23. data/lib/CustomerBillingServiceDriver.rb +17 -9
  24. data/lib/CustomerBillingServiceMappingRegistry.rb +50 -32
  25. data/lib/CustomerManagementService.rb +1502 -0
  26. data/lib/CustomerManagementServiceClient.rb +368 -0
  27. data/lib/CustomerManagementServiceDriver.rb +59 -19
  28. data/lib/CustomerManagementServiceMappingRegistry.rb +373 -145
  29. data/lib/NotificationService.rb +427 -0
  30. data/lib/NotificationServiceClient.rb +48 -0
  31. data/lib/NotificationServiceDriver.rb +59 -0
  32. data/lib/NotificationServiceMappingRegistry.rb +756 -0
  33. data/lib/OptimizerService.rb +265 -0
  34. data/lib/OptimizerServiceClient.rb +48 -0
  35. data/lib/OptimizerServiceDriver.rb +59 -0
  36. data/lib/OptimizerServiceMappingRegistry.rb +469 -0
  37. data/lib/ReportingService.rb +2376 -0
  38. data/lib/ReportingServiceClient.rb +48 -0
  39. data/lib/ReportingServiceDriver.rb +8 -8
  40. data/lib/ReportingServiceMappingRegistry.rb +1718 -1476
  41. data/lib/ad_intelligence_service.rb +9 -0
  42. data/lib/adcenter_client.rb +30 -23
  43. data/lib/adcenter_service.rb +15 -1
  44. data/lib/adcenter_wrapper_entities.rb +8179 -8164
  45. data/lib/administration_service.rb +1 -0
  46. data/lib/campaign_management_service.rb +2 -0
  47. data/lib/custom_assertions.rb +1 -0
  48. data/lib/customer_billing_service.rb +2 -0
  49. data/lib/customer_management_service.rb +4 -0
  50. data/lib/notification_management.rb +2 -0
  51. data/lib/notification_service.rb +7 -0
  52. data/lib/optimizer_service.rb +7 -0
  53. data/lib/reporting_service.rb +2 -0
  54. data/lib/secure_data_management_service.rb +2 -0
  55. data/tasks/doctask.rake +1 -1
  56. data/test/adcenter_client_test.rb +2 -1
  57. data/test/administration_service_test.rb +2 -2
  58. data/test/customer_management_service_test.rb +2 -2
  59. data/test/report_service_test.rb +16 -6
  60. metadata +54 -35
  61. data/lib/SecureDataManagementServiceDriver.rb +0 -51
  62. data/lib/SecureDataManagementServiceMappingRegistry.rb +0 -380
  63. data/lib/defaultDriver.rb +0 -67
@@ -1,4 +1,5 @@
1
1
  require 'adcenter_wrapper_entities'
2
+ require 'CustomerManagementService.rb'
2
3
  require 'soap/mapping'
3
4
 
4
5
  module AdCenterWrapper
@@ -27,7 +28,8 @@ module CustomerManagementServiceMappingRegistry
27
28
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
28
29
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
29
30
  ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
30
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
31
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
32
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
31
33
  ]
32
34
  )
33
35
 
@@ -39,7 +41,7 @@ module CustomerManagementServiceMappingRegistry
39
41
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
40
42
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
41
43
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
42
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
44
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
43
45
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
44
46
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
45
47
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -50,9 +52,10 @@ module CustomerManagementServiceMappingRegistry
50
52
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
51
53
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
52
54
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
53
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
55
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
54
56
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
55
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
57
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
58
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
56
59
  ]
57
60
  )
58
61
 
@@ -65,7 +68,7 @@ module CustomerManagementServiceMappingRegistry
65
68
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
66
69
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
67
70
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
68
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
71
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
69
72
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
70
73
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
71
74
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -76,9 +79,10 @@ module CustomerManagementServiceMappingRegistry
76
79
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
77
80
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
78
81
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
79
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
82
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
80
83
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
81
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
84
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
85
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
82
86
  ]
83
87
  )
84
88
 
@@ -91,7 +95,7 @@ module CustomerManagementServiceMappingRegistry
91
95
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
92
96
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
93
97
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
94
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
98
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
95
99
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
96
100
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
97
101
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -102,9 +106,10 @@ module CustomerManagementServiceMappingRegistry
102
106
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
103
107
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
104
108
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
105
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
109
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
106
110
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
107
111
  ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
112
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]],
108
113
  ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
109
114
  ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
110
115
  ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
@@ -116,16 +121,18 @@ module CustomerManagementServiceMappingRegistry
116
121
  :schema_type => XSD::QName.new(NsEntities, "Customer"),
117
122
  :schema_element => [
118
123
  ["customerAddress", ["AdCenterWrapper::Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
119
- ["financialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
124
+ ["customerFinancialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "CustomerFinancialStatus")], [0, 1]],
120
125
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
121
126
  ["industry", ["AdCenterWrapper::Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
122
127
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
123
128
  ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
124
- ["market", ["AdCenterWrapper::Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
129
+ ["marketCountry", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MarketCountry")], [0, 1]],
130
+ ["marketLanguage", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "MarketLanguage")], [0, 1]],
125
131
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
126
132
  ["serviceLevel", ["AdCenterWrapper::ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
127
- ["status", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
128
- ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
133
+ ["customerLifeCycleStatus", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")], [0, 1]],
134
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
135
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]]
129
136
  ]
130
137
  )
131
138
 
@@ -162,7 +169,7 @@ module CustomerManagementServiceMappingRegistry
162
169
  ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
163
170
  ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
164
171
  ["secretQuestion", ["AdCenterWrapper::SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
165
- ["status", ["AdCenterWrapper::UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
172
+ ["userLifeCycleStatus", ["AdCenterWrapper::UserLifeCycleStatus", XSD::QName.new(NsEntities, "UserLifeCycleStatus")], [0, 1]],
166
173
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
167
174
  ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
168
175
  ]
@@ -231,54 +238,65 @@ module CustomerManagementServiceMappingRegistry
231
238
  )
232
239
 
233
240
  EncodedRegistry.register(
234
- :class => AdCenterWrapper::ArrayOflong,
235
- :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
241
+ :class => AdCenterWrapper::ArrayOfPilotFeature,
242
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfPilotFeature"),
236
243
  :schema_element => [
237
- ["long", "SOAP::SOAPLong[]", [0, nil]]
244
+ ["pilotFeature", ["AdCenterWrapper::PilotFeature[]", XSD::QName.new(NsEntities, "PilotFeature")], [0, nil]]
238
245
  ]
239
246
  )
240
247
 
241
248
  EncodedRegistry.register(
242
- :class => AdCenterWrapper::ArrayOfint,
243
- :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
249
+ :class => AdCenterWrapper::PilotFeature,
250
+ :schema_type => XSD::QName.new(NsEntities, "PilotFeature"),
244
251
  :schema_element => [
245
- ["int", "SOAP::SOAPInt[]", [0, nil]]
252
+ ["id", ["SOAP::SOAPInt", XSD::QName.new(NsEntities, "Id")], [0, 1]],
253
+ ["countries", ["AdCenterWrapper::ArrayOfstring", XSD::QName.new(NsEntities, "Countries")], [0, 1]]
246
254
  ]
247
255
  )
248
256
 
249
257
  EncodedRegistry.register(
250
- :class => AdCenterWrapper::ApiFault,
251
- :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
252
- :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
258
+ :class => AdCenterWrapper::ArrayOfAccountInfoWithCustomerData,
259
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfAccountInfoWithCustomerData"),
253
260
  :schema_element => [
254
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
255
- ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
261
+ ["accountInfoWithCustomerData", ["AdCenterWrapper::AccountInfoWithCustomerData[]", XSD::QName.new(NsEntities, "AccountInfoWithCustomerData")], [0, nil]]
256
262
  ]
257
263
  )
258
264
 
259
265
  EncodedRegistry.register(
260
- :class => AdCenterWrapper::ArrayOfOperationError,
261
- :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
266
+ :class => AdCenterWrapper::AccountInfoWithCustomerData,
267
+ :schema_type => XSD::QName.new(NsEntities, "AccountInfoWithCustomerData"),
262
268
  :schema_element => [
263
- ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
269
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
270
+ ["customerName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CustomerName")], [0, 1]],
271
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AccountId")], [0, 1]],
272
+ ["accountName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountName")], [0, 1]],
273
+ ["accountNumber", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountNumber")], [0, 1]],
274
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
275
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
264
276
  ]
265
277
  )
266
278
 
267
279
  EncodedRegistry.register(
268
- :class => AdCenterWrapper::OperationError,
269
- :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
280
+ :class => AdCenterWrapper::ArrayOflong,
281
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
270
282
  :schema_element => [
271
- ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
272
- ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
273
- ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
283
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
274
284
  ]
275
285
  )
276
286
 
277
287
  EncodedRegistry.register(
278
- :class => AdCenterWrapper::ApplicationFault,
279
- :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
288
+ :class => AdCenterWrapper::ArrayOfint,
289
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
280
290
  :schema_element => [
281
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
291
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
292
+ ]
293
+ )
294
+
295
+ EncodedRegistry.register(
296
+ :class => AdCenterWrapper::ArrayOfstring,
297
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfstring"),
298
+ :schema_element => [
299
+ ["string", "SOAP::SOAPString[]", [0, nil]]
282
300
  ]
283
301
  )
284
302
 
@@ -292,6 +310,14 @@ module CustomerManagementServiceMappingRegistry
292
310
  ]
293
311
  )
294
312
 
313
+ EncodedRegistry.register(
314
+ :class => AdCenterWrapper::ApplicationFault,
315
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
316
+ :schema_element => [
317
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
318
+ ]
319
+ )
320
+
295
321
  EncodedRegistry.register(
296
322
  :class => AdCenterWrapper::ArrayOfAdApiError,
297
323
  :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
@@ -311,11 +337,44 @@ module CustomerManagementServiceMappingRegistry
311
337
  ]
312
338
  )
313
339
 
340
+ EncodedRegistry.register(
341
+ :class => AdCenterWrapper::ApiFault,
342
+ :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
343
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
344
+ :schema_element => [
345
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
346
+ ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
347
+ ]
348
+ )
349
+
350
+ EncodedRegistry.register(
351
+ :class => AdCenterWrapper::ArrayOfOperationError,
352
+ :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
353
+ :schema_element => [
354
+ ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
355
+ ]
356
+ )
357
+
358
+ EncodedRegistry.register(
359
+ :class => AdCenterWrapper::OperationError,
360
+ :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
361
+ :schema_element => [
362
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
363
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
364
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
365
+ ]
366
+ )
367
+
314
368
  EncodedRegistry.register(
315
369
  :class => AdCenterWrapper::AccountLifeCycleStatus,
316
370
  :schema_type => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
317
371
  )
318
372
 
373
+ EncodedRegistry.register(
374
+ :class => AdCenterWrapper::ApplicationType,
375
+ :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
376
+ )
377
+
319
378
  EncodedRegistry.register(
320
379
  :class => AdCenterWrapper::AccountType,
321
380
  :schema_type => XSD::QName.new(NsEntities, "AccountType")
@@ -356,11 +415,6 @@ module CustomerManagementServiceMappingRegistry
356
415
  :schema_type => XSD::QName.new(NsEntities, "Industry")
357
416
  )
358
417
 
359
- EncodedRegistry.register(
360
- :class => AdCenterWrapper::Market,
361
- :schema_type => XSD::QName.new(NsEntities, "Market")
362
- )
363
-
364
418
  EncodedRegistry.register(
365
419
  :class => AdCenterWrapper::ServiceLevel,
366
420
  :schema_type => XSD::QName.new(NsEntities, "ServiceLevel")
@@ -376,11 +430,6 @@ module CustomerManagementServiceMappingRegistry
376
430
  :schema_type => XSD::QName.new(NsEntities, "EmailFormat")
377
431
  )
378
432
 
379
- EncodedRegistry.register(
380
- :class => AdCenterWrapper::ApplicationType,
381
- :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
382
- )
383
-
384
433
  EncodedRegistry.register(
385
434
  :class => AdCenterWrapper::LCID,
386
435
  :schema_type => XSD::QName.new(NsEntities, "LCID")
@@ -392,8 +441,8 @@ module CustomerManagementServiceMappingRegistry
392
441
  )
393
442
 
394
443
  EncodedRegistry.register(
395
- :class => AdCenterWrapper::UserStatus,
396
- :schema_type => XSD::QName.new(NsEntities, "UserStatus")
444
+ :class => AdCenterWrapper::UserLifeCycleStatus,
445
+ :schema_type => XSD::QName.new(NsEntities, "UserLifeCycleStatus")
397
446
  )
398
447
 
399
448
  EncodedRegistry.register(
@@ -416,7 +465,8 @@ module CustomerManagementServiceMappingRegistry
416
465
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
417
466
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
418
467
  ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
419
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
468
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
469
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
420
470
  ]
421
471
  )
422
472
 
@@ -428,7 +478,7 @@ module CustomerManagementServiceMappingRegistry
428
478
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
429
479
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
430
480
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
431
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
481
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
432
482
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
433
483
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
434
484
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -439,9 +489,10 @@ module CustomerManagementServiceMappingRegistry
439
489
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
440
490
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
441
491
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
442
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
492
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
443
493
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
444
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
494
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
495
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
445
496
  ]
446
497
  )
447
498
 
@@ -454,7 +505,7 @@ module CustomerManagementServiceMappingRegistry
454
505
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
455
506
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
456
507
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
457
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
508
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
458
509
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
459
510
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
460
511
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -465,9 +516,10 @@ module CustomerManagementServiceMappingRegistry
465
516
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
466
517
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
467
518
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
468
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
519
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
469
520
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
470
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
521
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
522
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
471
523
  ]
472
524
  )
473
525
 
@@ -480,7 +532,7 @@ module CustomerManagementServiceMappingRegistry
480
532
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
481
533
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
482
534
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
483
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
535
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
484
536
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
485
537
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
486
538
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -491,9 +543,10 @@ module CustomerManagementServiceMappingRegistry
491
543
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
492
544
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
493
545
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
494
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
546
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
495
547
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
496
548
  ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
549
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]],
497
550
  ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
498
551
  ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
499
552
  ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
@@ -505,16 +558,18 @@ module CustomerManagementServiceMappingRegistry
505
558
  :schema_type => XSD::QName.new(NsEntities, "Customer"),
506
559
  :schema_element => [
507
560
  ["customerAddress", ["AdCenterWrapper::Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
508
- ["financialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
561
+ ["customerFinancialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "CustomerFinancialStatus")], [0, 1]],
509
562
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
510
563
  ["industry", ["AdCenterWrapper::Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
511
564
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
512
565
  ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
513
- ["market", ["AdCenterWrapper::Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
566
+ ["marketCountry", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MarketCountry")], [0, 1]],
567
+ ["marketLanguage", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "MarketLanguage")], [0, 1]],
514
568
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
515
569
  ["serviceLevel", ["AdCenterWrapper::ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
516
- ["status", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
517
- ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
570
+ ["customerLifeCycleStatus", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")], [0, 1]],
571
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
572
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]]
518
573
  ]
519
574
  )
520
575
 
@@ -551,7 +606,7 @@ module CustomerManagementServiceMappingRegistry
551
606
  ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
552
607
  ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
553
608
  ["secretQuestion", ["AdCenterWrapper::SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
554
- ["status", ["AdCenterWrapper::UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
609
+ ["userLifeCycleStatus", ["AdCenterWrapper::UserLifeCycleStatus", XSD::QName.new(NsEntities, "UserLifeCycleStatus")], [0, 1]],
555
610
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
556
611
  ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
557
612
  ]
@@ -620,54 +675,65 @@ module CustomerManagementServiceMappingRegistry
620
675
  )
621
676
 
622
677
  LiteralRegistry.register(
623
- :class => AdCenterWrapper::ArrayOflong,
624
- :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
678
+ :class => AdCenterWrapper::ArrayOfPilotFeature,
679
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfPilotFeature"),
625
680
  :schema_element => [
626
- ["long", "SOAP::SOAPLong[]", [0, nil]]
681
+ ["pilotFeature", ["AdCenterWrapper::PilotFeature[]", XSD::QName.new(NsEntities, "PilotFeature")], [0, nil]]
627
682
  ]
628
683
  )
629
684
 
630
685
  LiteralRegistry.register(
631
- :class => AdCenterWrapper::ArrayOfint,
632
- :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
686
+ :class => AdCenterWrapper::PilotFeature,
687
+ :schema_type => XSD::QName.new(NsEntities, "PilotFeature"),
633
688
  :schema_element => [
634
- ["int", "SOAP::SOAPInt[]", [0, nil]]
689
+ ["id", ["SOAP::SOAPInt", XSD::QName.new(NsEntities, "Id")], [0, 1]],
690
+ ["countries", ["AdCenterWrapper::ArrayOfstring", XSD::QName.new(NsEntities, "Countries")], [0, 1]]
635
691
  ]
636
692
  )
637
693
 
638
694
  LiteralRegistry.register(
639
- :class => AdCenterWrapper::ApiFault,
640
- :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
641
- :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
695
+ :class => AdCenterWrapper::ArrayOfAccountInfoWithCustomerData,
696
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfAccountInfoWithCustomerData"),
642
697
  :schema_element => [
643
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
644
- ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
698
+ ["accountInfoWithCustomerData", ["AdCenterWrapper::AccountInfoWithCustomerData[]", XSD::QName.new(NsEntities, "AccountInfoWithCustomerData")], [0, nil]]
645
699
  ]
646
700
  )
647
701
 
648
702
  LiteralRegistry.register(
649
- :class => AdCenterWrapper::ArrayOfOperationError,
650
- :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
703
+ :class => AdCenterWrapper::AccountInfoWithCustomerData,
704
+ :schema_type => XSD::QName.new(NsEntities, "AccountInfoWithCustomerData"),
651
705
  :schema_element => [
652
- ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
706
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
707
+ ["customerName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CustomerName")], [0, 1]],
708
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AccountId")], [0, 1]],
709
+ ["accountName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountName")], [0, 1]],
710
+ ["accountNumber", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountNumber")], [0, 1]],
711
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
712
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
653
713
  ]
654
714
  )
655
715
 
656
716
  LiteralRegistry.register(
657
- :class => AdCenterWrapper::OperationError,
658
- :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
717
+ :class => AdCenterWrapper::ArrayOflong,
718
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
659
719
  :schema_element => [
660
- ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
661
- ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
662
- ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
720
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
663
721
  ]
664
722
  )
665
723
 
666
724
  LiteralRegistry.register(
667
- :class => AdCenterWrapper::ApplicationFault,
668
- :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
725
+ :class => AdCenterWrapper::ArrayOfint,
726
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
669
727
  :schema_element => [
670
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
728
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
729
+ ]
730
+ )
731
+
732
+ LiteralRegistry.register(
733
+ :class => AdCenterWrapper::ArrayOfstring,
734
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfstring"),
735
+ :schema_element => [
736
+ ["string", "SOAP::SOAPString[]", [0, nil]]
671
737
  ]
672
738
  )
673
739
 
@@ -681,6 +747,14 @@ module CustomerManagementServiceMappingRegistry
681
747
  ]
682
748
  )
683
749
 
750
+ LiteralRegistry.register(
751
+ :class => AdCenterWrapper::ApplicationFault,
752
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
753
+ :schema_element => [
754
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
755
+ ]
756
+ )
757
+
684
758
  LiteralRegistry.register(
685
759
  :class => AdCenterWrapper::ArrayOfAdApiError,
686
760
  :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
@@ -700,11 +774,44 @@ module CustomerManagementServiceMappingRegistry
700
774
  ]
701
775
  )
702
776
 
777
+ LiteralRegistry.register(
778
+ :class => AdCenterWrapper::ApiFault,
779
+ :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
780
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
781
+ :schema_element => [
782
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
783
+ ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
784
+ ]
785
+ )
786
+
787
+ LiteralRegistry.register(
788
+ :class => AdCenterWrapper::ArrayOfOperationError,
789
+ :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
790
+ :schema_element => [
791
+ ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
792
+ ]
793
+ )
794
+
795
+ LiteralRegistry.register(
796
+ :class => AdCenterWrapper::OperationError,
797
+ :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
798
+ :schema_element => [
799
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
800
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
801
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
802
+ ]
803
+ )
804
+
703
805
  LiteralRegistry.register(
704
806
  :class => AdCenterWrapper::AccountLifeCycleStatus,
705
807
  :schema_type => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
706
808
  )
707
809
 
810
+ LiteralRegistry.register(
811
+ :class => AdCenterWrapper::ApplicationType,
812
+ :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
813
+ )
814
+
708
815
  LiteralRegistry.register(
709
816
  :class => AdCenterWrapper::AccountType,
710
817
  :schema_type => XSD::QName.new(NsEntities, "AccountType")
@@ -745,11 +852,6 @@ module CustomerManagementServiceMappingRegistry
745
852
  :schema_type => XSD::QName.new(NsEntities, "Industry")
746
853
  )
747
854
 
748
- LiteralRegistry.register(
749
- :class => AdCenterWrapper::Market,
750
- :schema_type => XSD::QName.new(NsEntities, "Market")
751
- )
752
-
753
855
  LiteralRegistry.register(
754
856
  :class => AdCenterWrapper::ServiceLevel,
755
857
  :schema_type => XSD::QName.new(NsEntities, "ServiceLevel")
@@ -765,11 +867,6 @@ module CustomerManagementServiceMappingRegistry
765
867
  :schema_type => XSD::QName.new(NsEntities, "EmailFormat")
766
868
  )
767
869
 
768
- LiteralRegistry.register(
769
- :class => AdCenterWrapper::ApplicationType,
770
- :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
771
- )
772
-
773
870
  LiteralRegistry.register(
774
871
  :class => AdCenterWrapper::LCID,
775
872
  :schema_type => XSD::QName.new(NsEntities, "LCID")
@@ -781,8 +878,8 @@ module CustomerManagementServiceMappingRegistry
781
878
  )
782
879
 
783
880
  LiteralRegistry.register(
784
- :class => AdCenterWrapper::UserStatus,
785
- :schema_type => XSD::QName.new(NsEntities, "UserStatus")
881
+ :class => AdCenterWrapper::UserLifeCycleStatus,
882
+ :schema_type => XSD::QName.new(NsEntities, "UserLifeCycleStatus")
786
883
  )
787
884
 
788
885
  LiteralRegistry.register(
@@ -794,7 +891,8 @@ module CustomerManagementServiceMappingRegistry
794
891
  :class => AdCenterWrapper::GetAccountsInfoRequest,
795
892
  :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccountsInfoRequest"),
796
893
  :schema_element => [
797
- ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]]
894
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
895
+ ["onlyParentAccounts", ["SOAP::SOAPBoolean", XSD::QName.new(NsCustomermanagement, "OnlyParentAccounts")], [0, 1]]
798
896
  ]
799
897
  )
800
898
 
@@ -806,6 +904,25 @@ module CustomerManagementServiceMappingRegistry
806
904
  ]
807
905
  )
808
906
 
907
+ LiteralRegistry.register(
908
+ :class => AdCenterWrapper::FindAccountsRequest,
909
+ :schema_name => XSD::QName.new(NsCustomermanagement, "FindAccountsRequest"),
910
+ :schema_element => [
911
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
912
+ ["accountFilter", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "AccountFilter")], [0, 1]],
913
+ ["topN", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "TopN")], [0, 1]],
914
+ ["applicationScope", ["AdCenterWrapper::ApplicationType", XSD::QName.new(NsCustomermanagement, "ApplicationScope")], [0, 1]]
915
+ ]
916
+ )
917
+
918
+ LiteralRegistry.register(
919
+ :class => AdCenterWrapper::FindAccountsResponse,
920
+ :schema_name => XSD::QName.new(NsCustomermanagement, "FindAccountsResponse"),
921
+ :schema_element => [
922
+ ["accountsInfo", ["AdCenterWrapper::ArrayOfAccountInfo", XSD::QName.new(NsCustomermanagement, "AccountsInfo")], [0, 1]]
923
+ ]
924
+ )
925
+
809
926
  LiteralRegistry.register(
810
927
  :class => AdCenterWrapper::AddAccountRequest,
811
928
  :schema_name => XSD::QName.new(NsCustomermanagement, "AddAccountRequest"),
@@ -1038,6 +1155,20 @@ module CustomerManagementServiceMappingRegistry
1038
1155
  ]
1039
1156
  )
1040
1157
 
1158
+ LiteralRegistry.register(
1159
+ :class => AdCenterWrapper::GetCurrentUserRequest,
1160
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCurrentUserRequest"),
1161
+ :schema_element => []
1162
+ )
1163
+
1164
+ LiteralRegistry.register(
1165
+ :class => AdCenterWrapper::GetCurrentUserResponse,
1166
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCurrentUserResponse"),
1167
+ :schema_element => [
1168
+ ["user", ["AdCenterWrapper::User", XSD::QName.new(NsCustomermanagement, "User")], [0, 1]]
1169
+ ]
1170
+ )
1171
+
1041
1172
  LiteralRegistry.register(
1042
1173
  :class => AdCenterWrapper::DeleteUserRequest,
1043
1174
  :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteUserRequest"),
@@ -1058,7 +1189,7 @@ module CustomerManagementServiceMappingRegistry
1058
1189
  :schema_name => XSD::QName.new(NsCustomermanagement, "GetUsersInfoRequest"),
1059
1190
  :schema_element => [
1060
1191
  ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
1061
- ["statusFilter", ["AdCenterWrapper::UserStatus", XSD::QName.new(NsCustomermanagement, "StatusFilter")], [0, 1]]
1192
+ ["statusFilter", ["AdCenterWrapper::UserLifeCycleStatus", XSD::QName.new(NsCustomermanagement, "StatusFilter")], [0, 1]]
1062
1193
  ]
1063
1194
  )
1064
1195
 
@@ -1086,6 +1217,55 @@ module CustomerManagementServiceMappingRegistry
1086
1217
  ]
1087
1218
  )
1088
1219
 
1220
+ LiteralRegistry.register(
1221
+ :class => AdCenterWrapper::GetPilotFeaturesCountriesRequest,
1222
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetPilotFeaturesCountriesRequest"),
1223
+ :schema_element => []
1224
+ )
1225
+
1226
+ LiteralRegistry.register(
1227
+ :class => AdCenterWrapper::GetPilotFeaturesCountriesResponse,
1228
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetPilotFeaturesCountriesResponse"),
1229
+ :schema_element => [
1230
+ ["pilotFeatures", ["AdCenterWrapper::ArrayOfPilotFeature", XSD::QName.new(NsCustomermanagement, "PilotFeatures")], [0, 1]]
1231
+ ]
1232
+ )
1233
+
1234
+ LiteralRegistry.register(
1235
+ :class => AdCenterWrapper::GetAccessibleCustomerRequest,
1236
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccessibleCustomerRequest"),
1237
+ :schema_element => [
1238
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]]
1239
+ ]
1240
+ )
1241
+
1242
+ LiteralRegistry.register(
1243
+ :class => AdCenterWrapper::GetAccessibleCustomerResponse,
1244
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccessibleCustomerResponse"),
1245
+ :schema_element => [
1246
+ ["accessibleCustomer", ["AdCenterWrapper::Customer", XSD::QName.new(NsCustomermanagement, "AccessibleCustomer")], [0, 1]],
1247
+ ["validFields", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "ValidFields")], [0, 1]]
1248
+ ]
1249
+ )
1250
+
1251
+ LiteralRegistry.register(
1252
+ :class => AdCenterWrapper::FindAccountsOrCustomersInfoRequest,
1253
+ :schema_name => XSD::QName.new(NsCustomermanagement, "FindAccountsOrCustomersInfoRequest"),
1254
+ :schema_element => [
1255
+ ["filter", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "Filter")], [0, 1]],
1256
+ ["topN", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "TopN")], [0, 1]],
1257
+ ["applicationScope", ["AdCenterWrapper::ApplicationType", XSD::QName.new(NsCustomermanagement, "ApplicationScope")], [0, 1]]
1258
+ ]
1259
+ )
1260
+
1261
+ LiteralRegistry.register(
1262
+ :class => AdCenterWrapper::FindAccountsOrCustomersInfoResponse,
1263
+ :schema_name => XSD::QName.new(NsCustomermanagement, "FindAccountsOrCustomersInfoResponse"),
1264
+ :schema_element => [
1265
+ ["accountInfoWithCustomerData", ["AdCenterWrapper::ArrayOfAccountInfoWithCustomerData", XSD::QName.new(NsCustomermanagement, "AccountInfoWithCustomerData")], [0, 1]]
1266
+ ]
1267
+ )
1268
+
1089
1269
  LiteralRegistry.register(
1090
1270
  :class => AdCenterWrapper::ArrayOfAccountInfo,
1091
1271
  :schema_name => XSD::QName.new(NsEntities, "ArrayOfAccountInfo"),
@@ -1101,7 +1281,8 @@ module CustomerManagementServiceMappingRegistry
1101
1281
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1102
1282
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1103
1283
  ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
1104
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
1284
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
1285
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
1105
1286
  ]
1106
1287
  )
1107
1288
 
@@ -1110,6 +1291,11 @@ module CustomerManagementServiceMappingRegistry
1110
1291
  :schema_name => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
1111
1292
  )
1112
1293
 
1294
+ LiteralRegistry.register(
1295
+ :class => AdCenterWrapper::ApplicationType,
1296
+ :schema_name => XSD::QName.new(NsEntities, "ApplicationType")
1297
+ )
1298
+
1113
1299
  LiteralRegistry.register(
1114
1300
  :class => AdCenterWrapper::Account,
1115
1301
  :schema_name => XSD::QName.new(NsEntities, "Account"),
@@ -1118,7 +1304,7 @@ module CustomerManagementServiceMappingRegistry
1118
1304
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1119
1305
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1120
1306
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1121
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1307
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
1122
1308
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1123
1309
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1124
1310
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -1129,9 +1315,10 @@ module CustomerManagementServiceMappingRegistry
1129
1315
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1130
1316
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1131
1317
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1132
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1318
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
1133
1319
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1134
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
1320
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
1321
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
1135
1322
  ]
1136
1323
  )
1137
1324
 
@@ -1173,7 +1360,7 @@ module CustomerManagementServiceMappingRegistry
1173
1360
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1174
1361
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1175
1362
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1176
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1363
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
1177
1364
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1178
1365
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1179
1366
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -1184,9 +1371,10 @@ module CustomerManagementServiceMappingRegistry
1184
1371
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1185
1372
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1186
1373
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1187
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1374
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
1188
1375
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1189
- ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
1376
+ ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
1377
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
1190
1378
  ]
1191
1379
  )
1192
1380
 
@@ -1198,7 +1386,7 @@ module CustomerManagementServiceMappingRegistry
1198
1386
  ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1199
1387
  ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1200
1388
  ["currencyType", ["AdCenterWrapper::CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1201
- ["financialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1389
+ ["accountFinancialStatus", ["AdCenterWrapper::AccountFinancialStatus", XSD::QName.new(NsEntities, "AccountFinancialStatus")], [0, 1]],
1202
1390
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1203
1391
  ["language", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1204
1392
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
@@ -1209,9 +1397,10 @@ module CustomerManagementServiceMappingRegistry
1209
1397
  ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1210
1398
  ["paymentMethodType", ["AdCenterWrapper::PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1211
1399
  ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1212
- ["status", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1400
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
1213
1401
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1214
1402
  ["timeZone", ["AdCenterWrapper::TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
1403
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]],
1215
1404
  ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
1216
1405
  ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
1217
1406
  ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
@@ -1223,16 +1412,18 @@ module CustomerManagementServiceMappingRegistry
1223
1412
  :schema_name => XSD::QName.new(NsEntities, "Customer"),
1224
1413
  :schema_element => [
1225
1414
  ["customerAddress", ["AdCenterWrapper::Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
1226
- ["financialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1415
+ ["customerFinancialStatus", ["AdCenterWrapper::CustomerFinancialStatus", XSD::QName.new(NsEntities, "CustomerFinancialStatus")], [0, 1]],
1227
1416
  ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1228
1417
  ["industry", ["AdCenterWrapper::Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
1229
1418
  ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1230
1419
  ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1231
- ["market", ["AdCenterWrapper::Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
1420
+ ["marketCountry", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MarketCountry")], [0, 1]],
1421
+ ["marketLanguage", ["AdCenterWrapper::LanguageType", XSD::QName.new(NsEntities, "MarketLanguage")], [0, 1]],
1232
1422
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1233
1423
  ["serviceLevel", ["AdCenterWrapper::ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
1234
- ["status", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1235
- ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
1424
+ ["customerLifeCycleStatus", ["AdCenterWrapper::CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")], [0, 1]],
1425
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1426
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]]
1236
1427
  ]
1237
1428
  )
1238
1429
 
@@ -1263,11 +1454,6 @@ module CustomerManagementServiceMappingRegistry
1263
1454
  :schema_name => XSD::QName.new(NsEntities, "Industry")
1264
1455
  )
1265
1456
 
1266
- LiteralRegistry.register(
1267
- :class => AdCenterWrapper::Market,
1268
- :schema_name => XSD::QName.new(NsEntities, "Market")
1269
- )
1270
-
1271
1457
  LiteralRegistry.register(
1272
1458
  :class => AdCenterWrapper::ServiceLevel,
1273
1459
  :schema_name => XSD::QName.new(NsEntities, "ServiceLevel")
@@ -1294,7 +1480,7 @@ module CustomerManagementServiceMappingRegistry
1294
1480
  ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
1295
1481
  ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
1296
1482
  ["secretQuestion", ["AdCenterWrapper::SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
1297
- ["status", ["AdCenterWrapper::UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1483
+ ["userLifeCycleStatus", ["AdCenterWrapper::UserLifeCycleStatus", XSD::QName.new(NsEntities, "UserLifeCycleStatus")], [0, 1]],
1298
1484
  ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1299
1485
  ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
1300
1486
  ]
@@ -1323,11 +1509,6 @@ module CustomerManagementServiceMappingRegistry
1323
1509
  :schema_name => XSD::QName.new(NsEntities, "EmailFormat")
1324
1510
  )
1325
1511
 
1326
- LiteralRegistry.register(
1327
- :class => AdCenterWrapper::ApplicationType,
1328
- :schema_name => XSD::QName.new(NsEntities, "ApplicationType")
1329
- )
1330
-
1331
1512
  LiteralRegistry.register(
1332
1513
  :class => AdCenterWrapper::LCID,
1333
1514
  :schema_name => XSD::QName.new(NsEntities, "LCID")
@@ -1349,8 +1530,8 @@ module CustomerManagementServiceMappingRegistry
1349
1530
  )
1350
1531
 
1351
1532
  LiteralRegistry.register(
1352
- :class => AdCenterWrapper::UserStatus,
1353
- :schema_name => XSD::QName.new(NsEntities, "UserStatus")
1533
+ :class => AdCenterWrapper::UserLifeCycleStatus,
1534
+ :schema_name => XSD::QName.new(NsEntities, "UserLifeCycleStatus")
1354
1535
  )
1355
1536
 
1356
1537
  LiteralRegistry.register(
@@ -1393,53 +1574,65 @@ module CustomerManagementServiceMappingRegistry
1393
1574
  )
1394
1575
 
1395
1576
  LiteralRegistry.register(
1396
- :class => AdCenterWrapper::ArrayOflong,
1397
- :schema_name => XSD::QName.new(NsArrays, "ArrayOflong"),
1577
+ :class => AdCenterWrapper::ArrayOfPilotFeature,
1578
+ :schema_name => XSD::QName.new(NsEntities, "ArrayOfPilotFeature"),
1398
1579
  :schema_element => [
1399
- ["long", "SOAP::SOAPLong[]", [0, nil]]
1580
+ ["pilotFeature", ["AdCenterWrapper::PilotFeature[]", XSD::QName.new(NsEntities, "PilotFeature")], [0, nil]]
1400
1581
  ]
1401
1582
  )
1402
1583
 
1403
1584
  LiteralRegistry.register(
1404
- :class => AdCenterWrapper::ArrayOfint,
1405
- :schema_name => XSD::QName.new(NsArrays, "ArrayOfint"),
1585
+ :class => AdCenterWrapper::PilotFeature,
1586
+ :schema_name => XSD::QName.new(NsEntities, "PilotFeature"),
1406
1587
  :schema_element => [
1407
- ["int", "SOAP::SOAPInt[]", [0, nil]]
1588
+ ["id", ["SOAP::SOAPInt", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1589
+ ["countries", ["AdCenterWrapper::ArrayOfstring", XSD::QName.new(NsEntities, "Countries")], [0, 1]]
1408
1590
  ]
1409
1591
  )
1410
1592
 
1411
1593
  LiteralRegistry.register(
1412
- :class => AdCenterWrapper::ApiFault,
1413
- :schema_name => XSD::QName.new(NsC_Exception, "ApiFault"),
1594
+ :class => AdCenterWrapper::ArrayOfAccountInfoWithCustomerData,
1595
+ :schema_name => XSD::QName.new(NsEntities, "ArrayOfAccountInfoWithCustomerData"),
1414
1596
  :schema_element => [
1415
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
1416
- ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
1597
+ ["accountInfoWithCustomerData", ["AdCenterWrapper::AccountInfoWithCustomerData[]", XSD::QName.new(NsEntities, "AccountInfoWithCustomerData")], [0, nil]]
1417
1598
  ]
1418
1599
  )
1419
1600
 
1420
1601
  LiteralRegistry.register(
1421
- :class => AdCenterWrapper::ArrayOfOperationError,
1422
- :schema_name => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
1602
+ :class => AdCenterWrapper::AccountInfoWithCustomerData,
1603
+ :schema_name => XSD::QName.new(NsEntities, "AccountInfoWithCustomerData"),
1423
1604
  :schema_element => [
1424
- ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
1605
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
1606
+ ["customerName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CustomerName")], [0, 1]],
1607
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AccountId")], [0, 1]],
1608
+ ["accountName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountName")], [0, 1]],
1609
+ ["accountNumber", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AccountNumber")], [0, 1]],
1610
+ ["accountLifeCycleStatus", ["AdCenterWrapper::AccountLifeCycleStatus", XSD::QName.new(NsEntities, "AccountLifeCycleStatus")], [0, 1]],
1611
+ ["pauseReason", ["SOAP::SOAPUnsignedByte", XSD::QName.new(NsEntities, "PauseReason")], [0, 1]]
1425
1612
  ]
1426
1613
  )
1427
1614
 
1428
1615
  LiteralRegistry.register(
1429
- :class => AdCenterWrapper::OperationError,
1430
- :schema_name => XSD::QName.new(NsC_Exception, "OperationError"),
1616
+ :class => AdCenterWrapper::ArrayOflong,
1617
+ :schema_name => XSD::QName.new(NsArrays, "ArrayOflong"),
1431
1618
  :schema_element => [
1432
- ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
1433
- ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
1434
- ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
1619
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
1435
1620
  ]
1436
1621
  )
1437
1622
 
1438
1623
  LiteralRegistry.register(
1439
- :class => AdCenterWrapper::ApplicationFault,
1440
- :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
1624
+ :class => AdCenterWrapper::ArrayOfint,
1625
+ :schema_name => XSD::QName.new(NsArrays, "ArrayOfint"),
1441
1626
  :schema_element => [
1442
- ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
1627
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
1628
+ ]
1629
+ )
1630
+
1631
+ LiteralRegistry.register(
1632
+ :class => AdCenterWrapper::ArrayOfstring,
1633
+ :schema_name => XSD::QName.new(NsArrays, "ArrayOfstring"),
1634
+ :schema_element => [
1635
+ ["string", "SOAP::SOAPString[]", [0, nil]]
1443
1636
  ]
1444
1637
  )
1445
1638
 
@@ -1452,6 +1645,14 @@ module CustomerManagementServiceMappingRegistry
1452
1645
  ]
1453
1646
  )
1454
1647
 
1648
+ LiteralRegistry.register(
1649
+ :class => AdCenterWrapper::ApplicationFault,
1650
+ :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
1651
+ :schema_element => [
1652
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
1653
+ ]
1654
+ )
1655
+
1455
1656
  LiteralRegistry.register(
1456
1657
  :class => AdCenterWrapper::ArrayOfAdApiError,
1457
1658
  :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
@@ -1470,6 +1671,33 @@ module CustomerManagementServiceMappingRegistry
1470
1671
  ["message", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Message")], [0, 1]]
1471
1672
  ]
1472
1673
  )
1674
+
1675
+ LiteralRegistry.register(
1676
+ :class => AdCenterWrapper::ApiFault,
1677
+ :schema_name => XSD::QName.new(NsC_Exception, "ApiFault"),
1678
+ :schema_element => [
1679
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
1680
+ ["operationErrors", ["AdCenterWrapper::ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
1681
+ ]
1682
+ )
1683
+
1684
+ LiteralRegistry.register(
1685
+ :class => AdCenterWrapper::ArrayOfOperationError,
1686
+ :schema_name => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
1687
+ :schema_element => [
1688
+ ["operationError", ["AdCenterWrapper::OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
1689
+ ]
1690
+ )
1691
+
1692
+ LiteralRegistry.register(
1693
+ :class => AdCenterWrapper::OperationError,
1694
+ :schema_name => XSD::QName.new(NsC_Exception, "OperationError"),
1695
+ :schema_element => [
1696
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
1697
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
1698
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
1699
+ ]
1700
+ )
1473
1701
  end
1474
1702
 
1475
1703
  end