adcenter-client 7.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.autotest +23 -0
  2. data/History.txt +6 -0
  3. data/Manifest.txt +55 -0
  4. data/README.txt +78 -0
  5. data/Rakefile.rb +31 -0
  6. data/TODO +12 -0
  7. data/bin/gen_wsdl_drivers.rb +26 -0
  8. data/bin/wsdl.yml +16 -0
  9. data/lib/AdministrationService.rb +79 -0
  10. data/lib/AdministrationServiceClient.rb +40 -0
  11. data/lib/AdministrationServiceDriver.rb +55 -0
  12. data/lib/AdministrationServiceMappingRegistry.rb +148 -0
  13. data/lib/CampaignManagementService.rb +3458 -0
  14. data/lib/CampaignManagementServiceClient.rb +1370 -0
  15. data/lib/CampaignManagementServiceDriver.rb +719 -0
  16. data/lib/CampaignManagementServiceMappingRegistry.rb +5107 -0
  17. data/lib/CustomerBillingService.rb +390 -0
  18. data/lib/CustomerBillingServiceClient.rb +126 -0
  19. data/lib/CustomerBillingServiceDriver.rb +95 -0
  20. data/lib/CustomerBillingServiceMappingRegistry.rb +676 -0
  21. data/lib/CustomerManagementService.rb +1284 -0
  22. data/lib/CustomerManagementServiceClient.rb +282 -0
  23. data/lib/CustomerManagementServiceDriver.rb +175 -0
  24. data/lib/CustomerManagementServiceMappingRegistry.rb +1471 -0
  25. data/lib/NotificationManagementClient.rb +89 -0
  26. data/lib/ReportingService.rb +2121 -0
  27. data/lib/ReportingServiceClient.rb +42 -0
  28. data/lib/ReportingServiceDriver.rb +55 -0
  29. data/lib/ReportingServiceMappingRegistry.rb +3164 -0
  30. data/lib/SecureDataManagementService.rb +203 -0
  31. data/lib/SecureDataManagementServiceClient.rb +26 -0
  32. data/lib/SecureDataManagementServiceDriver.rb +47 -0
  33. data/lib/SecureDataManagementServiceMappingRegistry.rb +376 -0
  34. data/lib/adcenter_client.rb +103 -0
  35. data/lib/adcenter_service.rb +70 -0
  36. data/lib/administration_service.rb +7 -0
  37. data/lib/campaign_management_service.rb +7 -0
  38. data/lib/custom_assertions.rb +5 -0
  39. data/lib/custom_exceptions.rb +1 -0
  40. data/lib/customer_billing_service.rb +7 -0
  41. data/lib/customer_management_service.rb +9 -0
  42. data/lib/default.rb +636 -0
  43. data/lib/defaultDriver.rb +63 -0
  44. data/lib/defaultMappingRegistry.rb +525 -0
  45. data/lib/notification_management.rb +7 -0
  46. data/lib/reporting_service.rb +7 -0
  47. data/lib/secure_data_management_service.rb +7 -0
  48. data/tasks/doctask.rake +9 -0
  49. data/tasks/testtask.rake +13 -0
  50. data/test/adcenter_client_test.rb +13 -0
  51. data/test/administration_service_test.rb +19 -0
  52. data/test/customer_management_service_test.rb +20 -0
  53. data/test/report_service_test.rb +34 -0
  54. data/test/test_credentials.yml-sample +7 -0
  55. data/test/test_helper.rb +8 -0
  56. metadata +188 -0
@@ -0,0 +1,1471 @@
1
+ require 'CustomerManagementService.rb'
2
+ require 'soap/mapping'
3
+
4
+ module CustomerManagementServiceMappingRegistry
5
+ EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
6
+ LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
7
+ NsAdapiMicrosoftCom = "https://adapi.microsoft.com"
8
+ NsArrays = "http://schemas.microsoft.com/2003/10/Serialization/Arrays"
9
+ NsC_Exception = "https://adcenter.microsoft.com/api/customermanagement/Exception"
10
+ NsCustomermanagement = "https://adcenter.microsoft.com/api/customermanagement"
11
+ NsEntities = "https://adcenter.microsoft.com/api/customermanagement/Entities"
12
+
13
+ EncodedRegistry.register(
14
+ :class => ArrayOfAccountInfo,
15
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfAccountInfo"),
16
+ :schema_element => [
17
+ ["accountInfo", ["AccountInfo[]", XSD::QName.new(NsEntities, "AccountInfo")], [0, nil]]
18
+ ]
19
+ )
20
+
21
+ EncodedRegistry.register(
22
+ :class => AccountInfo,
23
+ :schema_type => XSD::QName.new(NsEntities, "AccountInfo"),
24
+ :schema_element => [
25
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
26
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
27
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
28
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
29
+ ]
30
+ )
31
+
32
+ EncodedRegistry.register(
33
+ :class => Account,
34
+ :schema_type => XSD::QName.new(NsEntities, "Account"),
35
+ :schema_element => [
36
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
37
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
38
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
39
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
40
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
41
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
42
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
43
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
44
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
45
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
46
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
47
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
48
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
49
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
50
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
51
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
52
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
53
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
54
+ ]
55
+ )
56
+
57
+ EncodedRegistry.register(
58
+ :class => PublisherAccount,
59
+ :schema_type => XSD::QName.new(NsEntities, "PublisherAccount"),
60
+ :schema_basetype => XSD::QName.new(NsEntities, "Account"),
61
+ :schema_element => [
62
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
63
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
64
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
65
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
66
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
67
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
68
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
69
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
70
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
71
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
72
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
73
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
74
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
75
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
76
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
77
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
78
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
79
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
80
+ ]
81
+ )
82
+
83
+ EncodedRegistry.register(
84
+ :class => AdvertiserAccount,
85
+ :schema_type => XSD::QName.new(NsEntities, "AdvertiserAccount"),
86
+ :schema_basetype => XSD::QName.new(NsEntities, "Account"),
87
+ :schema_element => [
88
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
89
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
90
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
91
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
92
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
93
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
94
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
95
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
96
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
97
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
98
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
99
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
100
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
101
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
102
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
103
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
104
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
105
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
106
+ ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
107
+ ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
108
+ ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
109
+ ]
110
+ )
111
+
112
+ EncodedRegistry.register(
113
+ :class => Customer,
114
+ :schema_type => XSD::QName.new(NsEntities, "Customer"),
115
+ :schema_element => [
116
+ ["customerAddress", ["Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
117
+ ["financialStatus", ["CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
118
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
119
+ ["industry", ["Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
120
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
121
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
122
+ ["market", ["Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
123
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
124
+ ["serviceLevel", ["ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
125
+ ["status", ["CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
126
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
127
+ ]
128
+ )
129
+
130
+ EncodedRegistry.register(
131
+ :class => Address,
132
+ :schema_type => XSD::QName.new(NsEntities, "Address"),
133
+ :schema_element => [
134
+ ["city", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "City")], [0, 1]],
135
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
136
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
137
+ ["line1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line1")], [0, 1]],
138
+ ["line2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line2")], [0, 1]],
139
+ ["line3", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line3")], [0, 1]],
140
+ ["line4", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line4")], [0, 1]],
141
+ ["postalCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "PostalCode")], [0, 1]],
142
+ ["stateOrProvince", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "StateOrProvince")], [0, 1]],
143
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
144
+ ]
145
+ )
146
+
147
+ EncodedRegistry.register(
148
+ :class => User,
149
+ :schema_type => XSD::QName.new(NsEntities, "User"),
150
+ :schema_element => [
151
+ ["contactInfo", ["ContactInfo", XSD::QName.new(NsEntities, "ContactInfo")], [0, 1]],
152
+ ["customerAppScope", ["ApplicationType", XSD::QName.new(NsEntities, "CustomerAppScope")], [0, 1]],
153
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
154
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
155
+ ["jobTitle", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "JobTitle")], [0, 1]],
156
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
157
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
158
+ ["lcid", ["LCID", XSD::QName.new(NsEntities, "Lcid")], [0, 1]],
159
+ ["name", ["PersonName", XSD::QName.new(NsEntities, "Name")], [0, 1]],
160
+ ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
161
+ ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
162
+ ["secretQuestion", ["SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
163
+ ["status", ["UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
164
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
165
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
166
+ ]
167
+ )
168
+
169
+ EncodedRegistry.register(
170
+ :class => ContactInfo,
171
+ :schema_type => XSD::QName.new(NsEntities, "ContactInfo"),
172
+ :schema_element => [
173
+ ["address", ["Address", XSD::QName.new(NsEntities, "Address")], [0, 1]],
174
+ ["contactByPhone", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPhone")], [0, 1]],
175
+ ["contactByPostalMail", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPostalMail")], [0, 1]],
176
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Email")], [0, 1]],
177
+ ["emailFormat", ["EmailFormat", XSD::QName.new(NsEntities, "EmailFormat")], [0, 1]],
178
+ ["fax", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Fax")], [0, 1]],
179
+ ["homePhone", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "HomePhone")], [0, 1]],
180
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
181
+ ["mobile", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Mobile")], [0, 1]],
182
+ ["phone1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone1")], [0, 1]],
183
+ ["phone2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone2")], [0, 1]]
184
+ ]
185
+ )
186
+
187
+ EncodedRegistry.register(
188
+ :class => PersonName,
189
+ :schema_type => XSD::QName.new(NsEntities, "PersonName"),
190
+ :schema_element => [
191
+ ["firstName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "FirstName")], [0, 1]],
192
+ ["lastName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "LastName")], [0, 1]],
193
+ ["middleInitial", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MiddleInitial")], [0, 1]]
194
+ ]
195
+ )
196
+
197
+ EncodedRegistry.register(
198
+ :class => ArrayOfCustomerInfo,
199
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfCustomerInfo"),
200
+ :schema_element => [
201
+ ["customerInfo", ["CustomerInfo[]", XSD::QName.new(NsEntities, "CustomerInfo")], [0, nil]]
202
+ ]
203
+ )
204
+
205
+ EncodedRegistry.register(
206
+ :class => CustomerInfo,
207
+ :schema_type => XSD::QName.new(NsEntities, "CustomerInfo"),
208
+ :schema_element => [
209
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
210
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]]
211
+ ]
212
+ )
213
+
214
+ EncodedRegistry.register(
215
+ :class => ArrayOfUserInfo,
216
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfUserInfo"),
217
+ :schema_element => [
218
+ ["userInfo", ["UserInfo[]", XSD::QName.new(NsEntities, "UserInfo")], [0, nil]]
219
+ ]
220
+ )
221
+
222
+ EncodedRegistry.register(
223
+ :class => UserInfo,
224
+ :schema_type => XSD::QName.new(NsEntities, "UserInfo"),
225
+ :schema_element => [
226
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
227
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
228
+ ]
229
+ )
230
+
231
+ EncodedRegistry.register(
232
+ :class => ArrayOflong,
233
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
234
+ :schema_element => [
235
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
236
+ ]
237
+ )
238
+
239
+ EncodedRegistry.register(
240
+ :class => ArrayOfint,
241
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
242
+ :schema_element => [
243
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
244
+ ]
245
+ )
246
+
247
+ EncodedRegistry.register(
248
+ :class => ApiFault,
249
+ :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
250
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
251
+ :schema_element => [
252
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
253
+ ["operationErrors", ["ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
254
+ ]
255
+ )
256
+
257
+ EncodedRegistry.register(
258
+ :class => ArrayOfOperationError,
259
+ :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
260
+ :schema_element => [
261
+ ["operationError", ["OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
262
+ ]
263
+ )
264
+
265
+ EncodedRegistry.register(
266
+ :class => OperationError,
267
+ :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
268
+ :schema_element => [
269
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
270
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
271
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
272
+ ]
273
+ )
274
+
275
+ EncodedRegistry.register(
276
+ :class => ApplicationFault,
277
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
278
+ :schema_element => [
279
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
280
+ ]
281
+ )
282
+
283
+ EncodedRegistry.register(
284
+ :class => AdApiFaultDetail,
285
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiFaultDetail"),
286
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
287
+ :schema_element => [
288
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
289
+ ["errors", ["ArrayOfAdApiError", XSD::QName.new(NsAdapiMicrosoftCom, "Errors")], [0, 1]]
290
+ ]
291
+ )
292
+
293
+ EncodedRegistry.register(
294
+ :class => ArrayOfAdApiError,
295
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
296
+ :schema_element => [
297
+ ["adApiError", ["AdApiError[]", XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError")], [0, nil]]
298
+ ]
299
+ )
300
+
301
+ EncodedRegistry.register(
302
+ :class => AdApiError,
303
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError"),
304
+ :schema_element => [
305
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsAdapiMicrosoftCom, "Code")], [0, 1]],
306
+ ["detail", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Detail")], [0, 1]],
307
+ ["errorCode", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "ErrorCode")], [0, 1]],
308
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Message")], [0, 1]]
309
+ ]
310
+ )
311
+
312
+ EncodedRegistry.register(
313
+ :class => AccountLifeCycleStatus,
314
+ :schema_type => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
315
+ )
316
+
317
+ EncodedRegistry.register(
318
+ :class => AccountType,
319
+ :schema_type => XSD::QName.new(NsEntities, "AccountType")
320
+ )
321
+
322
+ EncodedRegistry.register(
323
+ :class => CurrencyType,
324
+ :schema_type => XSD::QName.new(NsEntities, "CurrencyType")
325
+ )
326
+
327
+ EncodedRegistry.register(
328
+ :class => AccountFinancialStatus,
329
+ :schema_type => XSD::QName.new(NsEntities, "AccountFinancialStatus")
330
+ )
331
+
332
+ EncodedRegistry.register(
333
+ :class => LanguageType,
334
+ :schema_type => XSD::QName.new(NsEntities, "LanguageType")
335
+ )
336
+
337
+ EncodedRegistry.register(
338
+ :class => PaymentMethodType,
339
+ :schema_type => XSD::QName.new(NsEntities, "PaymentMethodType")
340
+ )
341
+
342
+ EncodedRegistry.register(
343
+ :class => TimeZoneType,
344
+ :schema_type => XSD::QName.new(NsEntities, "TimeZoneType")
345
+ )
346
+
347
+ EncodedRegistry.register(
348
+ :class => CustomerFinancialStatus,
349
+ :schema_type => XSD::QName.new(NsEntities, "CustomerFinancialStatus")
350
+ )
351
+
352
+ EncodedRegistry.register(
353
+ :class => Industry,
354
+ :schema_type => XSD::QName.new(NsEntities, "Industry")
355
+ )
356
+
357
+ EncodedRegistry.register(
358
+ :class => Market,
359
+ :schema_type => XSD::QName.new(NsEntities, "Market")
360
+ )
361
+
362
+ EncodedRegistry.register(
363
+ :class => ServiceLevel,
364
+ :schema_type => XSD::QName.new(NsEntities, "ServiceLevel")
365
+ )
366
+
367
+ EncodedRegistry.register(
368
+ :class => CustomerLifeCycleStatus,
369
+ :schema_type => XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")
370
+ )
371
+
372
+ EncodedRegistry.register(
373
+ :class => EmailFormat,
374
+ :schema_type => XSD::QName.new(NsEntities, "EmailFormat")
375
+ )
376
+
377
+ EncodedRegistry.register(
378
+ :class => ApplicationType,
379
+ :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
380
+ )
381
+
382
+ EncodedRegistry.register(
383
+ :class => LCID,
384
+ :schema_type => XSD::QName.new(NsEntities, "LCID")
385
+ )
386
+
387
+ EncodedRegistry.register(
388
+ :class => SecretQuestion,
389
+ :schema_type => XSD::QName.new(NsEntities, "SecretQuestion")
390
+ )
391
+
392
+ EncodedRegistry.register(
393
+ :class => UserStatus,
394
+ :schema_type => XSD::QName.new(NsEntities, "UserStatus")
395
+ )
396
+
397
+ EncodedRegistry.register(
398
+ :class => UserRole,
399
+ :schema_type => XSD::QName.new(NsEntities, "UserRole")
400
+ )
401
+
402
+ LiteralRegistry.register(
403
+ :class => ArrayOfAccountInfo,
404
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfAccountInfo"),
405
+ :schema_element => [
406
+ ["accountInfo", ["AccountInfo[]", XSD::QName.new(NsEntities, "AccountInfo")], [0, nil]]
407
+ ]
408
+ )
409
+
410
+ LiteralRegistry.register(
411
+ :class => AccountInfo,
412
+ :schema_type => XSD::QName.new(NsEntities, "AccountInfo"),
413
+ :schema_element => [
414
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
415
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
416
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
417
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
418
+ ]
419
+ )
420
+
421
+ LiteralRegistry.register(
422
+ :class => Account,
423
+ :schema_type => XSD::QName.new(NsEntities, "Account"),
424
+ :schema_element => [
425
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
426
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
427
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
428
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
429
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
430
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
431
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
432
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
433
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
434
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
435
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
436
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
437
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
438
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
439
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
440
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
441
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
442
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
443
+ ]
444
+ )
445
+
446
+ LiteralRegistry.register(
447
+ :class => PublisherAccount,
448
+ :schema_type => XSD::QName.new(NsEntities, "PublisherAccount"),
449
+ :schema_basetype => XSD::QName.new(NsEntities, "Account"),
450
+ :schema_element => [
451
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
452
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
453
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
454
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
455
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
456
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
457
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
458
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
459
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
460
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
461
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
462
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
463
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
464
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
465
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
466
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
467
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
468
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
469
+ ]
470
+ )
471
+
472
+ LiteralRegistry.register(
473
+ :class => AdvertiserAccount,
474
+ :schema_type => XSD::QName.new(NsEntities, "AdvertiserAccount"),
475
+ :schema_basetype => XSD::QName.new(NsEntities, "Account"),
476
+ :schema_element => [
477
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
478
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
479
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
480
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
481
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
482
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
483
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
484
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
485
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
486
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
487
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
488
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
489
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
490
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
491
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
492
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
493
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
494
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
495
+ ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
496
+ ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
497
+ ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
498
+ ]
499
+ )
500
+
501
+ LiteralRegistry.register(
502
+ :class => Customer,
503
+ :schema_type => XSD::QName.new(NsEntities, "Customer"),
504
+ :schema_element => [
505
+ ["customerAddress", ["Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
506
+ ["financialStatus", ["CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
507
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
508
+ ["industry", ["Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
509
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
510
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
511
+ ["market", ["Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
512
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
513
+ ["serviceLevel", ["ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
514
+ ["status", ["CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
515
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
516
+ ]
517
+ )
518
+
519
+ LiteralRegistry.register(
520
+ :class => Address,
521
+ :schema_type => XSD::QName.new(NsEntities, "Address"),
522
+ :schema_element => [
523
+ ["city", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "City")], [0, 1]],
524
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
525
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
526
+ ["line1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line1")], [0, 1]],
527
+ ["line2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line2")], [0, 1]],
528
+ ["line3", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line3")], [0, 1]],
529
+ ["line4", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line4")], [0, 1]],
530
+ ["postalCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "PostalCode")], [0, 1]],
531
+ ["stateOrProvince", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "StateOrProvince")], [0, 1]],
532
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
533
+ ]
534
+ )
535
+
536
+ LiteralRegistry.register(
537
+ :class => User,
538
+ :schema_type => XSD::QName.new(NsEntities, "User"),
539
+ :schema_element => [
540
+ ["contactInfo", ["ContactInfo", XSD::QName.new(NsEntities, "ContactInfo")], [0, 1]],
541
+ ["customerAppScope", ["ApplicationType", XSD::QName.new(NsEntities, "CustomerAppScope")], [0, 1]],
542
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
543
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
544
+ ["jobTitle", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "JobTitle")], [0, 1]],
545
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
546
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
547
+ ["lcid", ["LCID", XSD::QName.new(NsEntities, "Lcid")], [0, 1]],
548
+ ["name", ["PersonName", XSD::QName.new(NsEntities, "Name")], [0, 1]],
549
+ ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
550
+ ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
551
+ ["secretQuestion", ["SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
552
+ ["status", ["UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
553
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
554
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
555
+ ]
556
+ )
557
+
558
+ LiteralRegistry.register(
559
+ :class => ContactInfo,
560
+ :schema_type => XSD::QName.new(NsEntities, "ContactInfo"),
561
+ :schema_element => [
562
+ ["address", ["Address", XSD::QName.new(NsEntities, "Address")], [0, 1]],
563
+ ["contactByPhone", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPhone")], [0, 1]],
564
+ ["contactByPostalMail", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPostalMail")], [0, 1]],
565
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Email")], [0, 1]],
566
+ ["emailFormat", ["EmailFormat", XSD::QName.new(NsEntities, "EmailFormat")], [0, 1]],
567
+ ["fax", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Fax")], [0, 1]],
568
+ ["homePhone", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "HomePhone")], [0, 1]],
569
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
570
+ ["mobile", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Mobile")], [0, 1]],
571
+ ["phone1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone1")], [0, 1]],
572
+ ["phone2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone2")], [0, 1]]
573
+ ]
574
+ )
575
+
576
+ LiteralRegistry.register(
577
+ :class => PersonName,
578
+ :schema_type => XSD::QName.new(NsEntities, "PersonName"),
579
+ :schema_element => [
580
+ ["firstName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "FirstName")], [0, 1]],
581
+ ["lastName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "LastName")], [0, 1]],
582
+ ["middleInitial", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MiddleInitial")], [0, 1]]
583
+ ]
584
+ )
585
+
586
+ LiteralRegistry.register(
587
+ :class => ArrayOfCustomerInfo,
588
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfCustomerInfo"),
589
+ :schema_element => [
590
+ ["customerInfo", ["CustomerInfo[]", XSD::QName.new(NsEntities, "CustomerInfo")], [0, nil]]
591
+ ]
592
+ )
593
+
594
+ LiteralRegistry.register(
595
+ :class => CustomerInfo,
596
+ :schema_type => XSD::QName.new(NsEntities, "CustomerInfo"),
597
+ :schema_element => [
598
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
599
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]]
600
+ ]
601
+ )
602
+
603
+ LiteralRegistry.register(
604
+ :class => ArrayOfUserInfo,
605
+ :schema_type => XSD::QName.new(NsEntities, "ArrayOfUserInfo"),
606
+ :schema_element => [
607
+ ["userInfo", ["UserInfo[]", XSD::QName.new(NsEntities, "UserInfo")], [0, nil]]
608
+ ]
609
+ )
610
+
611
+ LiteralRegistry.register(
612
+ :class => UserInfo,
613
+ :schema_type => XSD::QName.new(NsEntities, "UserInfo"),
614
+ :schema_element => [
615
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
616
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
617
+ ]
618
+ )
619
+
620
+ LiteralRegistry.register(
621
+ :class => ArrayOflong,
622
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOflong"),
623
+ :schema_element => [
624
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
625
+ ]
626
+ )
627
+
628
+ LiteralRegistry.register(
629
+ :class => ArrayOfint,
630
+ :schema_type => XSD::QName.new(NsArrays, "ArrayOfint"),
631
+ :schema_element => [
632
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
633
+ ]
634
+ )
635
+
636
+ LiteralRegistry.register(
637
+ :class => ApiFault,
638
+ :schema_type => XSD::QName.new(NsC_Exception, "ApiFault"),
639
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
640
+ :schema_element => [
641
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
642
+ ["operationErrors", ["ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
643
+ ]
644
+ )
645
+
646
+ LiteralRegistry.register(
647
+ :class => ArrayOfOperationError,
648
+ :schema_type => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
649
+ :schema_element => [
650
+ ["operationError", ["OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
651
+ ]
652
+ )
653
+
654
+ LiteralRegistry.register(
655
+ :class => OperationError,
656
+ :schema_type => XSD::QName.new(NsC_Exception, "OperationError"),
657
+ :schema_element => [
658
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
659
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
660
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
661
+ ]
662
+ )
663
+
664
+ LiteralRegistry.register(
665
+ :class => ApplicationFault,
666
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
667
+ :schema_element => [
668
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
669
+ ]
670
+ )
671
+
672
+ LiteralRegistry.register(
673
+ :class => AdApiFaultDetail,
674
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiFaultDetail"),
675
+ :schema_basetype => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
676
+ :schema_element => [
677
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
678
+ ["errors", ["ArrayOfAdApiError", XSD::QName.new(NsAdapiMicrosoftCom, "Errors")], [0, 1]]
679
+ ]
680
+ )
681
+
682
+ LiteralRegistry.register(
683
+ :class => ArrayOfAdApiError,
684
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
685
+ :schema_element => [
686
+ ["adApiError", ["AdApiError[]", XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError")], [0, nil]]
687
+ ]
688
+ )
689
+
690
+ LiteralRegistry.register(
691
+ :class => AdApiError,
692
+ :schema_type => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError"),
693
+ :schema_element => [
694
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsAdapiMicrosoftCom, "Code")], [0, 1]],
695
+ ["detail", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Detail")], [0, 1]],
696
+ ["errorCode", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "ErrorCode")], [0, 1]],
697
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Message")], [0, 1]]
698
+ ]
699
+ )
700
+
701
+ LiteralRegistry.register(
702
+ :class => AccountLifeCycleStatus,
703
+ :schema_type => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
704
+ )
705
+
706
+ LiteralRegistry.register(
707
+ :class => AccountType,
708
+ :schema_type => XSD::QName.new(NsEntities, "AccountType")
709
+ )
710
+
711
+ LiteralRegistry.register(
712
+ :class => CurrencyType,
713
+ :schema_type => XSD::QName.new(NsEntities, "CurrencyType")
714
+ )
715
+
716
+ LiteralRegistry.register(
717
+ :class => AccountFinancialStatus,
718
+ :schema_type => XSD::QName.new(NsEntities, "AccountFinancialStatus")
719
+ )
720
+
721
+ LiteralRegistry.register(
722
+ :class => LanguageType,
723
+ :schema_type => XSD::QName.new(NsEntities, "LanguageType")
724
+ )
725
+
726
+ LiteralRegistry.register(
727
+ :class => PaymentMethodType,
728
+ :schema_type => XSD::QName.new(NsEntities, "PaymentMethodType")
729
+ )
730
+
731
+ LiteralRegistry.register(
732
+ :class => TimeZoneType,
733
+ :schema_type => XSD::QName.new(NsEntities, "TimeZoneType")
734
+ )
735
+
736
+ LiteralRegistry.register(
737
+ :class => CustomerFinancialStatus,
738
+ :schema_type => XSD::QName.new(NsEntities, "CustomerFinancialStatus")
739
+ )
740
+
741
+ LiteralRegistry.register(
742
+ :class => Industry,
743
+ :schema_type => XSD::QName.new(NsEntities, "Industry")
744
+ )
745
+
746
+ LiteralRegistry.register(
747
+ :class => Market,
748
+ :schema_type => XSD::QName.new(NsEntities, "Market")
749
+ )
750
+
751
+ LiteralRegistry.register(
752
+ :class => ServiceLevel,
753
+ :schema_type => XSD::QName.new(NsEntities, "ServiceLevel")
754
+ )
755
+
756
+ LiteralRegistry.register(
757
+ :class => CustomerLifeCycleStatus,
758
+ :schema_type => XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")
759
+ )
760
+
761
+ LiteralRegistry.register(
762
+ :class => EmailFormat,
763
+ :schema_type => XSD::QName.new(NsEntities, "EmailFormat")
764
+ )
765
+
766
+ LiteralRegistry.register(
767
+ :class => ApplicationType,
768
+ :schema_type => XSD::QName.new(NsEntities, "ApplicationType")
769
+ )
770
+
771
+ LiteralRegistry.register(
772
+ :class => LCID,
773
+ :schema_type => XSD::QName.new(NsEntities, "LCID")
774
+ )
775
+
776
+ LiteralRegistry.register(
777
+ :class => SecretQuestion,
778
+ :schema_type => XSD::QName.new(NsEntities, "SecretQuestion")
779
+ )
780
+
781
+ LiteralRegistry.register(
782
+ :class => UserStatus,
783
+ :schema_type => XSD::QName.new(NsEntities, "UserStatus")
784
+ )
785
+
786
+ LiteralRegistry.register(
787
+ :class => UserRole,
788
+ :schema_type => XSD::QName.new(NsEntities, "UserRole")
789
+ )
790
+
791
+ LiteralRegistry.register(
792
+ :class => GetAccountsInfoRequest,
793
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccountsInfoRequest"),
794
+ :schema_element => [
795
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]]
796
+ ]
797
+ )
798
+
799
+ LiteralRegistry.register(
800
+ :class => GetAccountsInfoResponse,
801
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccountsInfoResponse"),
802
+ :schema_element => [
803
+ ["accountsInfo", ["ArrayOfAccountInfo", XSD::QName.new(NsCustomermanagement, "AccountsInfo")], [0, 1]]
804
+ ]
805
+ )
806
+
807
+ LiteralRegistry.register(
808
+ :class => AddAccountRequest,
809
+ :schema_name => XSD::QName.new(NsCustomermanagement, "AddAccountRequest"),
810
+ :schema_element => [
811
+ ["account", ["Account", XSD::QName.new(NsCustomermanagement, "Account")], [0, 1]]
812
+ ]
813
+ )
814
+
815
+ LiteralRegistry.register(
816
+ :class => AddAccountResponse,
817
+ :schema_name => XSD::QName.new(NsCustomermanagement, "AddAccountResponse"),
818
+ :schema_element => [
819
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "AccountId")], [0, 1]],
820
+ ["accountNumber", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "AccountNumber")], [0, 1]],
821
+ ["createTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "CreateTime")], [0, 1]]
822
+ ]
823
+ )
824
+
825
+ LiteralRegistry.register(
826
+ :class => UpdateAccountRequest,
827
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateAccountRequest"),
828
+ :schema_element => [
829
+ ["account", ["Account", XSD::QName.new(NsCustomermanagement, "Account")], [0, 1]]
830
+ ]
831
+ )
832
+
833
+ LiteralRegistry.register(
834
+ :class => UpdateAccountResponse,
835
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateAccountResponse"),
836
+ :schema_element => [
837
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "LastModifiedTime")], [0, 1]]
838
+ ]
839
+ )
840
+
841
+ LiteralRegistry.register(
842
+ :class => GetCustomerRequest,
843
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomerRequest"),
844
+ :schema_element => [
845
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]]
846
+ ]
847
+ )
848
+
849
+ LiteralRegistry.register(
850
+ :class => GetCustomerResponse,
851
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomerResponse"),
852
+ :schema_element => [
853
+ ["customer", ["Customer", XSD::QName.new(NsCustomermanagement, "Customer")], [0, 1]]
854
+ ]
855
+ )
856
+
857
+ LiteralRegistry.register(
858
+ :class => UpdateCustomerRequest,
859
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateCustomerRequest"),
860
+ :schema_element => [
861
+ ["customer", ["Customer", XSD::QName.new(NsCustomermanagement, "Customer")], [0, 1]]
862
+ ]
863
+ )
864
+
865
+ LiteralRegistry.register(
866
+ :class => UpdateCustomerResponse,
867
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateCustomerResponse"),
868
+ :schema_element => [
869
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "LastModifiedTime")], [0, 1]]
870
+ ]
871
+ )
872
+
873
+ LiteralRegistry.register(
874
+ :class => SignupCustomerRequest,
875
+ :schema_name => XSD::QName.new(NsCustomermanagement, "SignupCustomerRequest"),
876
+ :schema_element => [
877
+ ["customer", ["Customer", XSD::QName.new(NsCustomermanagement, "Customer")], [0, 1]],
878
+ ["user", ["User", XSD::QName.new(NsCustomermanagement, "User")], [0, 1]],
879
+ ["account", ["Account", XSD::QName.new(NsCustomermanagement, "Account")], [0, 1]],
880
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "ParentCustomerId")], [0, 1]],
881
+ ["applicationScope", ["ApplicationType", XSD::QName.new(NsCustomermanagement, "ApplicationScope")], [0, 1]]
882
+ ]
883
+ )
884
+
885
+ LiteralRegistry.register(
886
+ :class => SignupCustomerResponse,
887
+ :schema_name => XSD::QName.new(NsCustomermanagement, "SignupCustomerResponse"),
888
+ :schema_element => [
889
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
890
+ ["customerNumber", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "CustomerNumber")], [0, 1]],
891
+ ["userId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "UserId")], [0, 1]],
892
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "AccountId")], [0, 1]],
893
+ ["accountNumber", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "AccountNumber")], [0, 1]],
894
+ ["createTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "CreateTime")], [0, 1]]
895
+ ]
896
+ )
897
+
898
+ LiteralRegistry.register(
899
+ :class => GetAccountRequest,
900
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccountRequest"),
901
+ :schema_element => [
902
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "AccountId")], [0, 1]]
903
+ ]
904
+ )
905
+
906
+ LiteralRegistry.register(
907
+ :class => GetAccountResponse,
908
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetAccountResponse"),
909
+ :schema_element => [
910
+ ["account", ["Account", XSD::QName.new(NsCustomermanagement, "Account")], [0, 1]]
911
+ ]
912
+ )
913
+
914
+ LiteralRegistry.register(
915
+ :class => GetCustomersInfoRequest,
916
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomersInfoRequest"),
917
+ :schema_element => [
918
+ ["customerNameFilter", ["SOAP::SOAPString", XSD::QName.new(NsCustomermanagement, "CustomerNameFilter")], [0, 1]],
919
+ ["topN", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "TopN")], [0, 1]],
920
+ ["applicationScope", ["ApplicationType", XSD::QName.new(NsCustomermanagement, "ApplicationScope")], [0, 1]]
921
+ ]
922
+ )
923
+
924
+ LiteralRegistry.register(
925
+ :class => GetCustomersInfoResponse,
926
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomersInfoResponse"),
927
+ :schema_element => [
928
+ ["customersInfo", ["ArrayOfCustomerInfo", XSD::QName.new(NsCustomermanagement, "CustomersInfo")], [0, 1]]
929
+ ]
930
+ )
931
+
932
+ LiteralRegistry.register(
933
+ :class => AddUserRequest,
934
+ :schema_name => XSD::QName.new(NsCustomermanagement, "AddUserRequest"),
935
+ :schema_element => [
936
+ ["user", ["User", XSD::QName.new(NsCustomermanagement, "User")], [0, 1]],
937
+ ["role", ["UserRole", XSD::QName.new(NsCustomermanagement, "Role")], [0, 1]],
938
+ ["accountIds", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "AccountIds")], [0, 1]]
939
+ ]
940
+ )
941
+
942
+ LiteralRegistry.register(
943
+ :class => AddUserResponse,
944
+ :schema_name => XSD::QName.new(NsCustomermanagement, "AddUserResponse"),
945
+ :schema_element => [
946
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "Id")], [0, 1]],
947
+ ["createTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "CreateTime")], [0, 1]]
948
+ ]
949
+ )
950
+
951
+ LiteralRegistry.register(
952
+ :class => DeleteAccountRequest,
953
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteAccountRequest"),
954
+ :schema_element => [
955
+ ["accountId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "AccountId")], [0, 1]],
956
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsCustomermanagement, "TimeStamp")], [0, 1]]
957
+ ]
958
+ )
959
+
960
+ LiteralRegistry.register(
961
+ :class => DeleteAccountResponse,
962
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteAccountResponse"),
963
+ :schema_element => []
964
+ )
965
+
966
+ LiteralRegistry.register(
967
+ :class => DeleteCustomerRequest,
968
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteCustomerRequest"),
969
+ :schema_element => [
970
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
971
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsCustomermanagement, "TimeStamp")], [0, 1]]
972
+ ]
973
+ )
974
+
975
+ LiteralRegistry.register(
976
+ :class => DeleteCustomerResponse,
977
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteCustomerResponse"),
978
+ :schema_element => []
979
+ )
980
+
981
+ LiteralRegistry.register(
982
+ :class => UpdateUserRequest,
983
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateUserRequest"),
984
+ :schema_element => [
985
+ ["user", ["User", XSD::QName.new(NsCustomermanagement, "User")], [0, 1]]
986
+ ]
987
+ )
988
+
989
+ LiteralRegistry.register(
990
+ :class => UpdateUserResponse,
991
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateUserResponse"),
992
+ :schema_element => [
993
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "LastModifiedTime")], [0, 1]]
994
+ ]
995
+ )
996
+
997
+ LiteralRegistry.register(
998
+ :class => UpdateUserRolesRequest,
999
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateUserRolesRequest"),
1000
+ :schema_element => [
1001
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
1002
+ ["userId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "UserId")], [0, 1]],
1003
+ ["newRoleId", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "NewRoleId")], [0, 1]],
1004
+ ["newAccountIds", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "NewAccountIds")], [0, 1]],
1005
+ ["newCustomerIds", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "NewCustomerIds")], [0, 1]],
1006
+ ["deleteRoleId", ["SOAP::SOAPInt", XSD::QName.new(NsCustomermanagement, "DeleteRoleId")], [0, 1]],
1007
+ ["deleteAccountIds", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "DeleteAccountIds")], [0, 1]],
1008
+ ["deleteCustomerIds", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "DeleteCustomerIds")], [0, 1]]
1009
+ ]
1010
+ )
1011
+
1012
+ LiteralRegistry.register(
1013
+ :class => UpdateUserRolesResponse,
1014
+ :schema_name => XSD::QName.new(NsCustomermanagement, "UpdateUserRolesResponse"),
1015
+ :schema_element => [
1016
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsCustomermanagement, "LastModifiedTime")], [0, 1]]
1017
+ ]
1018
+ )
1019
+
1020
+ LiteralRegistry.register(
1021
+ :class => GetUserRequest,
1022
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetUserRequest"),
1023
+ :schema_element => [
1024
+ ["userId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "UserId")], [0, 1]]
1025
+ ]
1026
+ )
1027
+
1028
+ LiteralRegistry.register(
1029
+ :class => GetUserResponse,
1030
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetUserResponse"),
1031
+ :schema_element => [
1032
+ ["user", ["User", XSD::QName.new(NsCustomermanagement, "User")], [0, 1]],
1033
+ ["roles", ["ArrayOfint", XSD::QName.new(NsCustomermanagement, "Roles")], [0, 1]],
1034
+ ["accounts", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "Accounts")], [0, 1]],
1035
+ ["customers", ["ArrayOflong", XSD::QName.new(NsCustomermanagement, "Customers")], [0, 1]]
1036
+ ]
1037
+ )
1038
+
1039
+ LiteralRegistry.register(
1040
+ :class => DeleteUserRequest,
1041
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteUserRequest"),
1042
+ :schema_element => [
1043
+ ["userId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "UserId")], [0, 1]],
1044
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsCustomermanagement, "TimeStamp")], [0, 1]]
1045
+ ]
1046
+ )
1047
+
1048
+ LiteralRegistry.register(
1049
+ :class => DeleteUserResponse,
1050
+ :schema_name => XSD::QName.new(NsCustomermanagement, "DeleteUserResponse"),
1051
+ :schema_element => []
1052
+ )
1053
+
1054
+ LiteralRegistry.register(
1055
+ :class => GetUsersInfoRequest,
1056
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetUsersInfoRequest"),
1057
+ :schema_element => [
1058
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]],
1059
+ ["statusFilter", ["UserStatus", XSD::QName.new(NsCustomermanagement, "StatusFilter")], [0, 1]]
1060
+ ]
1061
+ )
1062
+
1063
+ LiteralRegistry.register(
1064
+ :class => GetUsersInfoResponse,
1065
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetUsersInfoResponse"),
1066
+ :schema_element => [
1067
+ ["usersInfo", ["ArrayOfUserInfo", XSD::QName.new(NsCustomermanagement, "UsersInfo")], [0, 1]]
1068
+ ]
1069
+ )
1070
+
1071
+ LiteralRegistry.register(
1072
+ :class => GetCustomerPilotFeatureRequest,
1073
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomerPilotFeatureRequest"),
1074
+ :schema_element => [
1075
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsCustomermanagement, "CustomerId")], [0, 1]]
1076
+ ]
1077
+ )
1078
+
1079
+ LiteralRegistry.register(
1080
+ :class => GetCustomerPilotFeatureResponse,
1081
+ :schema_name => XSD::QName.new(NsCustomermanagement, "GetCustomerPilotFeatureResponse"),
1082
+ :schema_element => [
1083
+ ["featurePilotFlags", ["ArrayOfint", XSD::QName.new(NsCustomermanagement, "FeaturePilotFlags")], [0, 1]]
1084
+ ]
1085
+ )
1086
+
1087
+ LiteralRegistry.register(
1088
+ :class => ArrayOfAccountInfo,
1089
+ :schema_name => XSD::QName.new(NsEntities, "ArrayOfAccountInfo"),
1090
+ :schema_element => [
1091
+ ["accountInfo", ["AccountInfo[]", XSD::QName.new(NsEntities, "AccountInfo")], [0, nil]]
1092
+ ]
1093
+ )
1094
+
1095
+ LiteralRegistry.register(
1096
+ :class => AccountInfo,
1097
+ :schema_name => XSD::QName.new(NsEntities, "AccountInfo"),
1098
+ :schema_element => [
1099
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1100
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1101
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
1102
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]]
1103
+ ]
1104
+ )
1105
+
1106
+ LiteralRegistry.register(
1107
+ :class => AccountLifeCycleStatus,
1108
+ :schema_name => XSD::QName.new(NsEntities, "AccountLifeCycleStatus")
1109
+ )
1110
+
1111
+ LiteralRegistry.register(
1112
+ :class => Account,
1113
+ :schema_name => XSD::QName.new(NsEntities, "Account"),
1114
+ :schema_element => [
1115
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
1116
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1117
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1118
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1119
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1120
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1121
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1122
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1123
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1124
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1125
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
1126
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
1127
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1128
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1129
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1130
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1131
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1132
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
1133
+ ]
1134
+ )
1135
+
1136
+ LiteralRegistry.register(
1137
+ :class => AccountType,
1138
+ :schema_name => XSD::QName.new(NsEntities, "AccountType")
1139
+ )
1140
+
1141
+ LiteralRegistry.register(
1142
+ :class => CurrencyType,
1143
+ :schema_name => XSD::QName.new(NsEntities, "CurrencyType")
1144
+ )
1145
+
1146
+ LiteralRegistry.register(
1147
+ :class => AccountFinancialStatus,
1148
+ :schema_name => XSD::QName.new(NsEntities, "AccountFinancialStatus")
1149
+ )
1150
+
1151
+ LiteralRegistry.register(
1152
+ :class => LanguageType,
1153
+ :schema_name => XSD::QName.new(NsEntities, "LanguageType")
1154
+ )
1155
+
1156
+ LiteralRegistry.register(
1157
+ :class => PaymentMethodType,
1158
+ :schema_name => XSD::QName.new(NsEntities, "PaymentMethodType")
1159
+ )
1160
+
1161
+ LiteralRegistry.register(
1162
+ :class => TimeZoneType,
1163
+ :schema_name => XSD::QName.new(NsEntities, "TimeZoneType")
1164
+ )
1165
+
1166
+ LiteralRegistry.register(
1167
+ :class => PublisherAccount,
1168
+ :schema_name => XSD::QName.new(NsEntities, "PublisherAccount"),
1169
+ :schema_element => [
1170
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
1171
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1172
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1173
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1174
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1175
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1176
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1177
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1178
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1179
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1180
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
1181
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
1182
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1183
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1184
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1185
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1186
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1187
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]]
1188
+ ]
1189
+ )
1190
+
1191
+ LiteralRegistry.register(
1192
+ :class => AdvertiserAccount,
1193
+ :schema_name => XSD::QName.new(NsEntities, "AdvertiserAccount"),
1194
+ :schema_element => [
1195
+ ["accountType", ["AccountType", XSD::QName.new(NsEntities, "AccountType")], [0, 1]],
1196
+ ["billToCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "BillToCustomerId")], [0, 1]],
1197
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1198
+ ["currencyType", ["CurrencyType", XSD::QName.new(NsEntities, "CurrencyType")], [0, 1]],
1199
+ ["financialStatus", ["AccountFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1200
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1201
+ ["language", ["LanguageType", XSD::QName.new(NsEntities, "Language")], [0, 1]],
1202
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1203
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1204
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1205
+ ["number", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Number")], [0, 1]],
1206
+ ["parentCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "ParentCustomerId")], [0, 1]],
1207
+ ["paymentMethodId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PaymentMethodId")], [0, 1]],
1208
+ ["paymentMethodType", ["PaymentMethodType", XSD::QName.new(NsEntities, "PaymentMethodType")], [0, 1]],
1209
+ ["primaryUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "PrimaryUserId")], [0, 1]],
1210
+ ["status", ["AccountLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1211
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1212
+ ["timeZone", ["TimeZoneType", XSD::QName.new(NsEntities, "TimeZone")], [0, 1]],
1213
+ ["agencyContactName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "AgencyContactName")], [0, 1]],
1214
+ ["agencyCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "AgencyCustomerId")], [0, 1]],
1215
+ ["salesHouseCustomerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "SalesHouseCustomerId")], [0, 1]]
1216
+ ]
1217
+ )
1218
+
1219
+ LiteralRegistry.register(
1220
+ :class => Customer,
1221
+ :schema_name => XSD::QName.new(NsEntities, "Customer"),
1222
+ :schema_element => [
1223
+ ["customerAddress", ["Address", XSD::QName.new(NsEntities, "CustomerAddress")], [0, 1]],
1224
+ ["financialStatus", ["CustomerFinancialStatus", XSD::QName.new(NsEntities, "FinancialStatus")], [0, 1]],
1225
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1226
+ ["industry", ["Industry", XSD::QName.new(NsEntities, "Industry")], [0, 1]],
1227
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1228
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1229
+ ["market", ["Market", XSD::QName.new(NsEntities, "Market")], [0, 1]],
1230
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1231
+ ["serviceLevel", ["ServiceLevel", XSD::QName.new(NsEntities, "ServiceLevel")], [0, 1]],
1232
+ ["status", ["CustomerLifeCycleStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1233
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
1234
+ ]
1235
+ )
1236
+
1237
+ LiteralRegistry.register(
1238
+ :class => Address,
1239
+ :schema_name => XSD::QName.new(NsEntities, "Address"),
1240
+ :schema_element => [
1241
+ ["city", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "City")], [0, 1]],
1242
+ ["countryCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "CountryCode")], [0, 1]],
1243
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1244
+ ["line1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line1")], [0, 1]],
1245
+ ["line2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line2")], [0, 1]],
1246
+ ["line3", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line3")], [0, 1]],
1247
+ ["line4", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Line4")], [0, 1]],
1248
+ ["postalCode", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "PostalCode")], [0, 1]],
1249
+ ["stateOrProvince", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "StateOrProvince")], [0, 1]],
1250
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]]
1251
+ ]
1252
+ )
1253
+
1254
+ LiteralRegistry.register(
1255
+ :class => CustomerFinancialStatus,
1256
+ :schema_name => XSD::QName.new(NsEntities, "CustomerFinancialStatus")
1257
+ )
1258
+
1259
+ LiteralRegistry.register(
1260
+ :class => Industry,
1261
+ :schema_name => XSD::QName.new(NsEntities, "Industry")
1262
+ )
1263
+
1264
+ LiteralRegistry.register(
1265
+ :class => Market,
1266
+ :schema_name => XSD::QName.new(NsEntities, "Market")
1267
+ )
1268
+
1269
+ LiteralRegistry.register(
1270
+ :class => ServiceLevel,
1271
+ :schema_name => XSD::QName.new(NsEntities, "ServiceLevel")
1272
+ )
1273
+
1274
+ LiteralRegistry.register(
1275
+ :class => CustomerLifeCycleStatus,
1276
+ :schema_name => XSD::QName.new(NsEntities, "CustomerLifeCycleStatus")
1277
+ )
1278
+
1279
+ LiteralRegistry.register(
1280
+ :class => User,
1281
+ :schema_name => XSD::QName.new(NsEntities, "User"),
1282
+ :schema_element => [
1283
+ ["contactInfo", ["ContactInfo", XSD::QName.new(NsEntities, "ContactInfo")], [0, 1]],
1284
+ ["customerAppScope", ["ApplicationType", XSD::QName.new(NsEntities, "CustomerAppScope")], [0, 1]],
1285
+ ["customerId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "CustomerId")], [0, 1]],
1286
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1287
+ ["jobTitle", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "JobTitle")], [0, 1]],
1288
+ ["lastModifiedByUserId", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "LastModifiedByUserId")], [0, 1]],
1289
+ ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsEntities, "LastModifiedTime")], [0, 1]],
1290
+ ["lcid", ["LCID", XSD::QName.new(NsEntities, "Lcid")], [0, 1]],
1291
+ ["name", ["PersonName", XSD::QName.new(NsEntities, "Name")], [0, 1]],
1292
+ ["password", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Password")], [0, 1]],
1293
+ ["secretAnswer", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "SecretAnswer")], [0, 1]],
1294
+ ["secretQuestion", ["SecretQuestion", XSD::QName.new(NsEntities, "SecretQuestion")], [0, 1]],
1295
+ ["status", ["UserStatus", XSD::QName.new(NsEntities, "Status")], [0, 1]],
1296
+ ["timeStamp", ["SOAP::SOAPBase64", XSD::QName.new(NsEntities, "TimeStamp")], [0, 1]],
1297
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
1298
+ ]
1299
+ )
1300
+
1301
+ LiteralRegistry.register(
1302
+ :class => ContactInfo,
1303
+ :schema_name => XSD::QName.new(NsEntities, "ContactInfo"),
1304
+ :schema_element => [
1305
+ ["address", ["Address", XSD::QName.new(NsEntities, "Address")], [0, 1]],
1306
+ ["contactByPhone", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPhone")], [0, 1]],
1307
+ ["contactByPostalMail", ["SOAP::SOAPBoolean", XSD::QName.new(NsEntities, "ContactByPostalMail")], [0, 1]],
1308
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Email")], [0, 1]],
1309
+ ["emailFormat", ["EmailFormat", XSD::QName.new(NsEntities, "EmailFormat")], [0, 1]],
1310
+ ["fax", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Fax")], [0, 1]],
1311
+ ["homePhone", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "HomePhone")], [0, 1]],
1312
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1313
+ ["mobile", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Mobile")], [0, 1]],
1314
+ ["phone1", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone1")], [0, 1]],
1315
+ ["phone2", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Phone2")], [0, 1]]
1316
+ ]
1317
+ )
1318
+
1319
+ LiteralRegistry.register(
1320
+ :class => EmailFormat,
1321
+ :schema_name => XSD::QName.new(NsEntities, "EmailFormat")
1322
+ )
1323
+
1324
+ LiteralRegistry.register(
1325
+ :class => ApplicationType,
1326
+ :schema_name => XSD::QName.new(NsEntities, "ApplicationType")
1327
+ )
1328
+
1329
+ LiteralRegistry.register(
1330
+ :class => LCID,
1331
+ :schema_name => XSD::QName.new(NsEntities, "LCID")
1332
+ )
1333
+
1334
+ LiteralRegistry.register(
1335
+ :class => PersonName,
1336
+ :schema_name => XSD::QName.new(NsEntities, "PersonName"),
1337
+ :schema_element => [
1338
+ ["firstName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "FirstName")], [0, 1]],
1339
+ ["lastName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "LastName")], [0, 1]],
1340
+ ["middleInitial", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "MiddleInitial")], [0, 1]]
1341
+ ]
1342
+ )
1343
+
1344
+ LiteralRegistry.register(
1345
+ :class => SecretQuestion,
1346
+ :schema_name => XSD::QName.new(NsEntities, "SecretQuestion")
1347
+ )
1348
+
1349
+ LiteralRegistry.register(
1350
+ :class => UserStatus,
1351
+ :schema_name => XSD::QName.new(NsEntities, "UserStatus")
1352
+ )
1353
+
1354
+ LiteralRegistry.register(
1355
+ :class => ArrayOfCustomerInfo,
1356
+ :schema_name => XSD::QName.new(NsEntities, "ArrayOfCustomerInfo"),
1357
+ :schema_element => [
1358
+ ["customerInfo", ["CustomerInfo[]", XSD::QName.new(NsEntities, "CustomerInfo")], [0, nil]]
1359
+ ]
1360
+ )
1361
+
1362
+ LiteralRegistry.register(
1363
+ :class => CustomerInfo,
1364
+ :schema_name => XSD::QName.new(NsEntities, "CustomerInfo"),
1365
+ :schema_element => [
1366
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1367
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "Name")], [0, 1]]
1368
+ ]
1369
+ )
1370
+
1371
+ LiteralRegistry.register(
1372
+ :class => UserRole,
1373
+ :schema_name => XSD::QName.new(NsEntities, "UserRole")
1374
+ )
1375
+
1376
+ LiteralRegistry.register(
1377
+ :class => ArrayOfUserInfo,
1378
+ :schema_name => XSD::QName.new(NsEntities, "ArrayOfUserInfo"),
1379
+ :schema_element => [
1380
+ ["userInfo", ["UserInfo[]", XSD::QName.new(NsEntities, "UserInfo")], [0, nil]]
1381
+ ]
1382
+ )
1383
+
1384
+ LiteralRegistry.register(
1385
+ :class => UserInfo,
1386
+ :schema_name => XSD::QName.new(NsEntities, "UserInfo"),
1387
+ :schema_element => [
1388
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(NsEntities, "Id")], [0, 1]],
1389
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsEntities, "UserName")], [0, 1]]
1390
+ ]
1391
+ )
1392
+
1393
+ LiteralRegistry.register(
1394
+ :class => ArrayOflong,
1395
+ :schema_name => XSD::QName.new(NsArrays, "ArrayOflong"),
1396
+ :schema_element => [
1397
+ ["long", "SOAP::SOAPLong[]", [0, nil]]
1398
+ ]
1399
+ )
1400
+
1401
+ LiteralRegistry.register(
1402
+ :class => ArrayOfint,
1403
+ :schema_name => XSD::QName.new(NsArrays, "ArrayOfint"),
1404
+ :schema_element => [
1405
+ ["int", "SOAP::SOAPInt[]", [0, nil]]
1406
+ ]
1407
+ )
1408
+
1409
+ LiteralRegistry.register(
1410
+ :class => ApiFault,
1411
+ :schema_name => XSD::QName.new(NsC_Exception, "ApiFault"),
1412
+ :schema_element => [
1413
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
1414
+ ["operationErrors", ["ArrayOfOperationError", XSD::QName.new(NsC_Exception, "OperationErrors")], [0, 1]]
1415
+ ]
1416
+ )
1417
+
1418
+ LiteralRegistry.register(
1419
+ :class => ArrayOfOperationError,
1420
+ :schema_name => XSD::QName.new(NsC_Exception, "ArrayOfOperationError"),
1421
+ :schema_element => [
1422
+ ["operationError", ["OperationError[]", XSD::QName.new(NsC_Exception, "OperationError")], [0, nil]]
1423
+ ]
1424
+ )
1425
+
1426
+ LiteralRegistry.register(
1427
+ :class => OperationError,
1428
+ :schema_name => XSD::QName.new(NsC_Exception, "OperationError"),
1429
+ :schema_element => [
1430
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsC_Exception, "Code")], [0, 1]],
1431
+ ["details", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Details")], [0, 1]],
1432
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsC_Exception, "Message")], [0, 1]]
1433
+ ]
1434
+ )
1435
+
1436
+ LiteralRegistry.register(
1437
+ :class => ApplicationFault,
1438
+ :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "ApplicationFault"),
1439
+ :schema_element => [
1440
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]]
1441
+ ]
1442
+ )
1443
+
1444
+ LiteralRegistry.register(
1445
+ :class => AdApiFaultDetail,
1446
+ :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiFaultDetail"),
1447
+ :schema_element => [
1448
+ ["trackingId", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "TrackingId")], [0, 1]],
1449
+ ["errors", ["ArrayOfAdApiError", XSD::QName.new(NsAdapiMicrosoftCom, "Errors")], [0, 1]]
1450
+ ]
1451
+ )
1452
+
1453
+ LiteralRegistry.register(
1454
+ :class => ArrayOfAdApiError,
1455
+ :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "ArrayOfAdApiError"),
1456
+ :schema_element => [
1457
+ ["adApiError", ["AdApiError[]", XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError")], [0, nil]]
1458
+ ]
1459
+ )
1460
+
1461
+ LiteralRegistry.register(
1462
+ :class => AdApiError,
1463
+ :schema_name => XSD::QName.new(NsAdapiMicrosoftCom, "AdApiError"),
1464
+ :schema_element => [
1465
+ ["code", ["SOAP::SOAPInt", XSD::QName.new(NsAdapiMicrosoftCom, "Code")], [0, 1]],
1466
+ ["detail", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Detail")], [0, 1]],
1467
+ ["errorCode", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "ErrorCode")], [0, 1]],
1468
+ ["message", ["SOAP::SOAPString", XSD::QName.new(NsAdapiMicrosoftCom, "Message")], [0, 1]]
1469
+ ]
1470
+ )
1471
+ end