glexchange 2.1.0 → 4.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/glexchange.rb +84 -16
  3. data/lib/glexchange/model/Document.rb +1 -1
  4. data/lib/glexchange/model/ReferenceDocument.rb +2 -1
  5. data/lib/glexchange/model/Submission.rb +1 -0
  6. data/lib/glexchange/model/Target.rb +1 -1
  7. data/lib/glexchange/model/WordCount.rb +0 -1
  8. data/lib/glexchange/pdws/DocumentService_4180.rb +1889 -0
  9. data/lib/glexchange/pdws/DocumentService_4180Driver.rb +83 -0
  10. data/lib/glexchange/pdws/DocumentService_4180MappingRegistry.rb +1911 -0
  11. data/lib/glexchange/pdws/ProjectService_4180.rb +1789 -0
  12. data/lib/glexchange/pdws/ProjectService_4180Driver.rb +75 -0
  13. data/lib/glexchange/pdws/ProjectService_4180MappingRegistry.rb +1890 -0
  14. data/lib/glexchange/pdws/SubmissionService_4180.rb +2138 -0
  15. data/lib/glexchange/pdws/SubmissionService_4180Driver.rb +171 -0
  16. data/lib/glexchange/pdws/SubmissionService_4180MappingRegistry.rb +2095 -0
  17. data/lib/glexchange/pdws/TargetService_4180.rb +2115 -0
  18. data/lib/glexchange/pdws/TargetService_4180Driver.rb +187 -0
  19. data/lib/glexchange/pdws/TargetService_4180MappingRegistry.rb +2128 -0
  20. data/lib/glexchange/pdws/UserProfileService_4180.rb +1772 -0
  21. data/lib/glexchange/pdws/UserProfileService_4180Driver.rb +82 -0
  22. data/lib/glexchange/pdws/UserProfileService_4180MappingRegistry.rb +1899 -0
  23. data/lib/glexchange/pdws/WorkflowService_4180.rb +1892 -0
  24. data/lib/glexchange/pdws/WorkflowService_4180Driver.rb +115 -0
  25. data/lib/glexchange/pdws/WorkflowService_4180MappingRegistry.rb +1971 -0
  26. metadata +21 -21
  27. data/lib/glexchange/pdws/DocumentService_4130.rb +0 -1847
  28. data/lib/glexchange/pdws/DocumentService_4130Driver.rb +0 -81
  29. data/lib/glexchange/pdws/DocumentService_4130MappingRegistry.rb +0 -1866
  30. data/lib/glexchange/pdws/ProjectService_4130.rb +0 -1748
  31. data/lib/glexchange/pdws/ProjectService_4130Driver.rb +0 -74
  32. data/lib/glexchange/pdws/ProjectService_4130MappingRegistry.rb +0 -1846
  33. data/lib/glexchange/pdws/SubmissionService_4130.rb +0 -2076
  34. data/lib/glexchange/pdws/SubmissionService_4130Driver.rb +0 -163
  35. data/lib/glexchange/pdws/SubmissionService_4130MappingRegistry.rb +0 -2035
  36. data/lib/glexchange/pdws/TargetService_4130.rb +0 -2041
  37. data/lib/glexchange/pdws/TargetService_4130Driver.rb +0 -178
  38. data/lib/glexchange/pdws/TargetService_4130MappingRegistry.rb +0 -2065
  39. data/lib/glexchange/pdws/UserProfileService_4130.rb +0 -1732
  40. data/lib/glexchange/pdws/UserProfileService_4130Driver.rb +0 -81
  41. data/lib/glexchange/pdws/UserProfileService_4130MappingRegistry.rb +0 -1855
  42. data/lib/glexchange/pdws/WorkflowService_4130.rb +0 -1852
  43. data/lib/glexchange/pdws/WorkflowService_4130Driver.rb +0 -114
  44. data/lib/glexchange/pdws/WorkflowService_4130MappingRegistry.rb +0 -1927
@@ -1,81 +0,0 @@
1
- require 'glexchange/pdws/DocumentService_4130.rb'
2
- require 'glexchange/pdws/DocumentService_4130MappingRegistry.rb'
3
- require 'soap/rpc/driver'
4
- module Glexchange
5
- module Pdws
6
- class DocumentServicePortType < ::SOAP::RPC::Driver
7
- DefaultEndpointUrl = "http://localhost/services/DocumentService_4130.DocumentServiceHttpSoap11Endpoint"
8
-
9
- Methods = [
10
- [ "urn:findByTicket",
11
- "findByTicket",
12
- [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "findByTicket"]],
13
- [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "findByTicketResponse"]] ],
14
- { :request_style => :document, :request_use => :literal,
15
- :response_style => :document, :response_use => :literal,
16
- :faults => {} }
17
- ],
18
- [ "urn:submitDocumentWithTextResource",
19
- "submitDocumentWithTextResource",
20
- [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "submitDocumentWithTextResource"]],
21
- [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "submitDocumentWithTextResourceResponse"]] ],
22
- { :request_style => :document, :request_use => :literal,
23
- :response_style => :document, :response_use => :literal,
24
- :faults => {} }
25
- ],
26
- [ "urn:submitDocumentWithBinaryResource",
27
- "submitDocumentWithBinaryResource",
28
- [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "submitDocumentWithBinaryResource"]],
29
- [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "submitDocumentWithBinaryResourceResponse"]] ],
30
- { :request_style => :document, :request_use => :literal,
31
- :response_style => :document, :response_use => :literal,
32
- :faults => {} }
33
- ],
34
- [ "urn:cancelDocument",
35
- "cancelDocument",
36
- [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "cancelDocument"]],
37
- [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "cancelDocumentResponse"]] ],
38
- { :request_style => :document, :request_use => :literal,
39
- :response_style => :document, :response_use => :literal,
40
- :faults => {} }
41
- ],
42
- [ "urn:search",
43
- "search",
44
- [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "search"]],
45
- [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "searchResponse"]] ],
46
- { :request_style => :document, :request_use => :literal,
47
- :response_style => :document, :response_use => :literal,
48
- :faults => {} }
49
- ]
50
- ]
51
-
52
- def initialize(endpoint_url = nil)
53
- endpoint_url ||= DefaultEndpointUrl
54
- super(endpoint_url, nil)
55
- self.mapping_registry = Glexchange::Pdws::DocumentMappingRegistry::DocumentEncodedRegistry
56
- self.literal_mapping_registry = Glexchange::Pdws::DocumentMappingRegistry::DocumentLiteralRegistry
57
- init_methods
58
- end
59
-
60
- private
61
-
62
- def init_methods
63
- Methods.each do |definitions|
64
- opt = definitions.last
65
- if opt[:request_style] == :document
66
- add_document_operation(*definitions)
67
- else
68
- add_rpc_operation(*definitions)
69
- qname = definitions[0]
70
- name = definitions[2]
71
- if qname.name != name and qname.name.capitalize == name.capitalize
72
- ::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
73
- __send__(name, *arg)
74
- end
75
- end
76
- end
77
- end
78
- end
79
- end
80
- end
81
- end
@@ -1,1866 +0,0 @@
1
- require 'glexchange/pdws/DocumentService_4130.rb'
2
- require 'soap/mapping'
3
- module Glexchange
4
- module Pdws
5
- module DocumentMappingRegistry
6
- DocumentEncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
7
- DocumentLiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
8
- NsImplServicesServiceWsProjectdirectorGs4trOrg = "http://impl.services.service.ws.projectdirector.gs4tr.org"
9
- NsXmlmime = "http://www.w3.org/2005/05/xmlmime"
10
- NsXsd = "http://dto.model.projectdirector.gs4tr.org/xsd"
11
-
12
- DocumentEncodedRegistry.register(
13
- :class => Glexchange::Pdws::Notification,
14
- :schema_type => XSD::QName.new(NsXsd, "Notification"),
15
- :schema_element => [
16
- ["errorMessage", "SOAP::SOAPString"],
17
- ["notificationDate", "Glexchange::Pdws::Date"],
18
- ["notificationPriority", "Glexchange::Pdws::NotificationPriority"],
19
- ["notificationText", "SOAP::SOAPString"]
20
- ]
21
- )
22
-
23
- DocumentEncodedRegistry.register(
24
- :class => Glexchange::Pdws::NotificationPriority,
25
- :schema_type => XSD::QName.new(NsXsd, "NotificationPriority"),
26
- :schema_element => [
27
- ["notificationPriorityName", "SOAP::SOAPString"]
28
- ]
29
- )
30
-
31
- DocumentEncodedRegistry.register(
32
- :class => Glexchange::Pdws::Announcement,
33
- :schema_type => XSD::QName.new(NsXsd, "Announcement"),
34
- :schema_element => [
35
- ["announcementText", "SOAP::SOAPString"],
36
- ["date", "Glexchange::Pdws::Date"]
37
- ]
38
- )
39
-
40
- DocumentEncodedRegistry.register(
41
- :class => Glexchange::Pdws::ContentMonitorPluginInfo,
42
- :schema_type => XSD::QName.new(NsXsd, "ContentMonitorPluginInfo"),
43
- :schema_element => [
44
- ["pluginId", "SOAP::SOAPString"],
45
- ["pluginName", "SOAP::SOAPString"]
46
- ]
47
- )
48
-
49
- DocumentEncodedRegistry.register(
50
- :class => Glexchange::Pdws::Date,
51
- :schema_type => XSD::QName.new(NsXsd, "Date"),
52
- :schema_element => [
53
- ["critical", "SOAP::SOAPBoolean"],
54
- ["date", "SOAP::SOAPLong"]
55
- ]
56
- )
57
-
58
- DocumentEncodedRegistry.register(
59
- :class => Glexchange::Pdws::Document,
60
- :schema_type => XSD::QName.new(NsXsd, "Document"),
61
- :schema_element => [
62
- ["documentGroup", "Glexchange::Pdws::DocumentGroup"],
63
- ["documentInfo", "Glexchange::Pdws::DocumentInfo"],
64
- ["id", "SOAP::SOAPString"],
65
- ["sourceLanguage", "Glexchange::Pdws::Language"],
66
- ["sourceWordCount", "SOAP::SOAPInt"],
67
- ["ticket", "SOAP::SOAPString"]
68
- ]
69
- )
70
-
71
- DocumentEncodedRegistry.register(
72
- :class => Glexchange::Pdws::DocumentGroup,
73
- :schema_type => XSD::QName.new(NsXsd, "DocumentGroup"),
74
- :schema_element => [
75
- ["classifier", "SOAP::SOAPString"],
76
- ["documents", "Glexchange::Pdws::Document[]", [0, nil]],
77
- ["mimeType", "SOAP::SOAPString"],
78
- ["submission", "Glexchange::Pdws::Submission"]
79
- ]
80
- )
81
-
82
- DocumentEncodedRegistry.register(
83
- :class => Glexchange::Pdws::DocumentInfo,
84
- :schema_type => XSD::QName.new(NsXsd, "DocumentInfo"),
85
- :schema_element => [
86
- ["childDocumentInfos", "Glexchange::Pdws::DocumentInfo[]", [0, nil]],
87
- ["clientIdentifier", "SOAP::SOAPString"],
88
- ["dateRequested", "Glexchange::Pdws::Date"],
89
- ["instructions", "SOAP::SOAPString"],
90
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
91
- ["name", "SOAP::SOAPString"],
92
- ["projectTicket", "SOAP::SOAPString"],
93
- ["sourceLocale", "SOAP::SOAPString"],
94
- ["submissionTicket", "SOAP::SOAPString"],
95
- ["targetInfos", "Glexchange::Pdws::TargetInfo[]", [0, nil]],
96
- ["wordCount", "SOAP::SOAPInt"]
97
- ]
98
- )
99
-
100
- DocumentEncodedRegistry.register(
101
- :class => Glexchange::Pdws::DocumentPagedList,
102
- :schema_type => XSD::QName.new(NsXsd, "DocumentPagedList"),
103
- :schema_element => [
104
- ["elements", "Glexchange::Pdws::Document[]", [0, nil]],
105
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
106
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
107
- ["totalCount", "SOAP::SOAPLong"]
108
- ]
109
- )
110
-
111
- DocumentEncodedRegistry.register(
112
- :class => Glexchange::Pdws::DocumentSearchRequest,
113
- :schema_type => XSD::QName.new(NsXsd, "DocumentSearchRequest"),
114
- :schema_element => [
115
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
116
- ["sourceLocaleId", "SOAP::SOAPString"],
117
- ["submissionTicket", "SOAP::SOAPString"]
118
- ]
119
- )
120
-
121
- DocumentEncodedRegistry.register(
122
- :class => Glexchange::Pdws::DocumentTicket,
123
- :schema_type => XSD::QName.new(NsXsd, "DocumentTicket"),
124
- :schema_element => [
125
- ["submissionTicket", "SOAP::SOAPString"],
126
- ["ticketId", "SOAP::SOAPString"]
127
- ]
128
- )
129
-
130
- DocumentEncodedRegistry.register(
131
- :class => Glexchange::Pdws::EntityTypeEnum,
132
- :schema_type => XSD::QName.new(NsXsd, "EntityTypeEnum"),
133
- :schema_element => [
134
- ["name", "SOAP::SOAPString"],
135
- ["value", "SOAP::SOAPInt"]
136
- ]
137
- )
138
-
139
- DocumentEncodedRegistry.register(
140
- :class => Glexchange::Pdws::FileFormatProfile,
141
- :schema_type => XSD::QName.new(NsXsd, "FileFormatProfile"),
142
- :schema_element => [
143
- ["configurable", "SOAP::SOAPBoolean"],
144
- ["isDefault", "SOAP::SOAPBoolean"],
145
- ["mimeType", "SOAP::SOAPString"],
146
- ["pluginId", "SOAP::SOAPString"],
147
- ["pluginName", "SOAP::SOAPString"],
148
- ["profileName", "SOAP::SOAPString"],
149
- ["targetWorkflowDefinition", "Glexchange::Pdws::WorkflowDefinition"],
150
- ["ticket", "SOAP::SOAPString"]
151
- ]
152
- )
153
-
154
- DocumentEncodedRegistry.register(
155
- :class => Glexchange::Pdws::FileFormatProgressData,
156
- :schema_type => XSD::QName.new(NsXsd, "FileFormatProgressData"),
157
- :schema_element => [
158
- ["dateCompleted", "Glexchange::Pdws::Date"],
159
- ["fileCount", "SOAP::SOAPLong"],
160
- ["fileFormatName", "SOAP::SOAPString"],
161
- ["fileProgressData", "Glexchange::Pdws::FileProgressData"],
162
- ["jobTicket", "SOAP::SOAPString"],
163
- ["workflowDueDate", "Glexchange::Pdws::Date"],
164
- ["workflowStatus", "SOAP::SOAPString"]
165
- ]
166
- )
167
-
168
- DocumentEncodedRegistry.register(
169
- :class => Glexchange::Pdws::FileProgressData,
170
- :schema_type => XSD::QName.new(NsXsd, "FileProgressData"),
171
- :schema_element => [
172
- ["numberOfAvailableFiles", "SOAP::SOAPInt"],
173
- ["numberOfCanceledFiles", "SOAP::SOAPInt"],
174
- ["numberOfCompletedFiles", "SOAP::SOAPInt"],
175
- ["numberOfDeliveredFiles", "SOAP::SOAPInt"],
176
- ["numberOfFailedFiles", "SOAP::SOAPInt"],
177
- ["numberOfInProcessFiles", "SOAP::SOAPInt"],
178
- ["overallProgressPercent", "SOAP::SOAPInt"]
179
- ]
180
- )
181
-
182
- DocumentEncodedRegistry.register(
183
- :class => Glexchange::Pdws::FuzzyTmStatistics,
184
- :schema_type => XSD::QName.new(NsXsd, "FuzzyTmStatistics"),
185
- :schema_element => [
186
- ["fuzzyName", "SOAP::SOAPString"],
187
- ["wordCount", "SOAP::SOAPInt"]
188
- ]
189
- )
190
-
191
- DocumentEncodedRegistry.register(
192
- :class => Glexchange::Pdws::ItemFolderEnum,
193
- :schema_type => XSD::QName.new(NsXsd, "ItemFolderEnum"),
194
- :schema_element => [
195
- ["value", "SOAP::SOAPInt"]
196
- ]
197
- )
198
-
199
- DocumentEncodedRegistry.register(
200
- :class => Glexchange::Pdws::ItemStatusEnum,
201
- :schema_type => XSD::QName.new(NsXsd, "ItemStatusEnum"),
202
- :schema_element => [
203
- ["name", "SOAP::SOAPString"],
204
- ["value", "SOAP::SOAPInt"]
205
- ]
206
- )
207
-
208
- DocumentEncodedRegistry.register(
209
- :class => Glexchange::Pdws::Metadata,
210
- :schema_type => XSD::QName.new(NsXsd, "Metadata"),
211
- :schema_element => [
212
- ["key", "SOAP::SOAPString"],
213
- ["value", "SOAP::SOAPString"]
214
- ]
215
- )
216
-
217
- DocumentEncodedRegistry.register(
218
- :class => Glexchange::Pdws::Language,
219
- :schema_type => XSD::QName.new(NsXsd, "Language"),
220
- :schema_element => [
221
- ["locale", "SOAP::SOAPString"],
222
- ["value", "SOAP::SOAPString"]
223
- ]
224
- )
225
-
226
- DocumentEncodedRegistry.register(
227
- :class => Glexchange::Pdws::LanguageDirection,
228
- :schema_type => XSD::QName.new(NsXsd, "LanguageDirection"),
229
- :schema_element => [
230
- ["sourceLanguage", "Glexchange::Pdws::Language"],
231
- ["targetLanguage", "Glexchange::Pdws::Language"]
232
- ]
233
- )
234
-
235
- DocumentEncodedRegistry.register(
236
- :class => Glexchange::Pdws::LanguageDirectionModel,
237
- :schema_type => XSD::QName.new(NsXsd, "LanguageDirectionModel"),
238
- :schema_element => [
239
- ["dateCompleted", "Glexchange::Pdws::Date"],
240
- ["fileCount", "SOAP::SOAPLong"],
241
- ["fileFormatProgressData", "Glexchange::Pdws::FileFormatProgressData[]", [0, nil]],
242
- ["fileProgress", "Glexchange::Pdws::FileProgressData"],
243
- ["sourceLanguage", "Glexchange::Pdws::Language"],
244
- ["targetLanguage", "Glexchange::Pdws::Language"],
245
- ["workflowDueDate", "Glexchange::Pdws::Date"],
246
- ["workflowStatus", "SOAP::SOAPString"]
247
- ]
248
- )
249
-
250
- DocumentEncodedRegistry.register(
251
- :class => Glexchange::Pdws::Organization,
252
- :schema_type => XSD::QName.new(NsXsd, "Organization"),
253
- :schema_element => [
254
- ["availableTasks", "SOAP::SOAPInteger"],
255
- ["parentOrganization", "Glexchange::Pdws::Organization"],
256
- ["organizationInfo", "Glexchange::Pdws::OrganizationInfo"],
257
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
258
- ["ticket", "SOAP::SOAPString"]
259
- ]
260
- )
261
-
262
- DocumentEncodedRegistry.register(
263
- :class => Glexchange::Pdws::OrganizationInfo,
264
- :schema_type => XSD::QName.new(NsXsd, "OrganizationInfo"),
265
- :schema_element => [
266
- ["name", "SOAP::SOAPString"],
267
- ["ticket", "SOAP::SOAPString"],
268
- ["currencyCode", "SOAP::SOAPString"],
269
- ["domain", "SOAP::SOAPString"],
270
- ["theme", "SOAP::SOAPString"],
271
- ["enabled", "SOAP::SOAPBoolean"]
272
- ]
273
- )
274
-
275
- DocumentEncodedRegistry.register(
276
- :class => Glexchange::Pdws::PagedListInfo,
277
- :schema_type => XSD::QName.new(NsXsd, "PagedListInfo"),
278
- :schema_element => [
279
- ["index", "SOAP::SOAPInt"],
280
- ["indexesSize", "SOAP::SOAPInt"],
281
- ["size", "SOAP::SOAPInt"],
282
- ["sortDirection", "SOAP::SOAPString"],
283
- ["sortProperty", "SOAP::SOAPString"]
284
- ]
285
- )
286
-
287
- DocumentEncodedRegistry.register(
288
- :class => Glexchange::Pdws::Phase,
289
- :schema_type => XSD::QName.new(NsXsd, "Phase"),
290
- :schema_element => [
291
- ["dateEnded", "Glexchange::Pdws::Date"],
292
- ["dueDate", "Glexchange::Pdws::Date"],
293
- ["name", "SOAP::SOAPString"],
294
- ["status", "Glexchange::Pdws::ItemStatusEnum"]
295
- ]
296
- )
297
-
298
- DocumentEncodedRegistry.register(
299
- :class => Glexchange::Pdws::PreviewResult,
300
- :schema_type => XSD::QName.new(NsXsd, "PreviewResult"),
301
- :schema_element => [
302
- ["message", "SOAP::SOAPString"],
303
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
304
- ]
305
- )
306
-
307
- DocumentEncodedRegistry.register(
308
- :class => Glexchange::Pdws::Priority,
309
- :schema_type => XSD::QName.new(NsXsd, "Priority"),
310
- :schema_element => [
311
- ["name", "SOAP::SOAPString"],
312
- ["value", "SOAP::SOAPInt"]
313
- ]
314
- )
315
-
316
- DocumentEncodedRegistry.register(
317
- :class => Glexchange::Pdws::Project,
318
- :schema_type => XSD::QName.new(NsXsd, "Project"),
319
- :schema_element => [
320
- ["announcements", "Glexchange::Pdws::Announcement[]", [0, nil]],
321
- ["contentMonitorPluginInfo", "Glexchange::Pdws::ContentMonitorPluginInfo"],
322
- ["defaultTargetWorkflowDefinition", "Glexchange::Pdws::WorkflowDefinition"],
323
- ["defaultTargetWorkflowDefinitionTicket", "SOAP::SOAPString"],
324
- ["fileFormatProfiles", "Glexchange::Pdws::FileFormatProfile[]", [0, nil]],
325
- ["includeSubmissionNameInLocalizationKit", "SOAP::SOAPBoolean[]", [0, nil]],
326
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
327
- ["organizationName", "SOAP::SOAPString"],
328
- ["projectCustomFieldConfiguration", "Glexchange::Pdws::ProjectCustomFieldConfiguration[]", [0, nil]],
329
- ["projectInfo", "Glexchange::Pdws::ProjectInfo"],
330
- ["projectLanguageDirections", "Glexchange::Pdws::ProjectLanguageDirection[]", [0, nil]],
331
- ["ticket", "SOAP::SOAPString"],
332
- ["workflowDefinitions", "Glexchange::Pdws::WorkflowDefinition[]", [0, nil]]
333
- ]
334
- )
335
-
336
- DocumentEncodedRegistry.register(
337
- :class => Glexchange::Pdws::ProjectInfo,
338
- :schema_type => XSD::QName.new(NsXsd, "ProjectInfo"),
339
- :schema_element => [
340
- ["clientIdentifier", "SOAP::SOAPString"],
341
- ["defaultJobWorkflowDefinitionTicket", "SOAP::SOAPString"],
342
- ["defaultSubmissionWorkflowDefinitionTicket", "SOAP::SOAPString"],
343
- ["defaultTargetWorkflowDefinitionTicket", "SOAP::SOAPString"],
344
- ["enabled", "SOAP::SOAPBoolean"],
345
- ["name", "SOAP::SOAPString"],
346
- ["shortCode", "SOAP::SOAPString"]
347
- ]
348
- )
349
-
350
- DocumentEncodedRegistry.register(
351
- :class => Glexchange::Pdws::ProjectLanguage,
352
- :schema_type => XSD::QName.new(NsXsd, "ProjectLanguage"),
353
- :schema_element => [
354
- ["customLocaleCode", "SOAP::SOAPString"],
355
- ["localeCode", "SOAP::SOAPString"]
356
- ]
357
- )
358
-
359
- DocumentEncodedRegistry.register(
360
- :class => Glexchange::Pdws::ProjectLanguageDirection,
361
- :schema_type => XSD::QName.new(NsXsd, "ProjectLanguageDirection"),
362
- :schema_element => [
363
- ["sourceLanguage", "Glexchange::Pdws::Language"],
364
- ["targetLanguage", "Glexchange::Pdws::Language"],
365
- ["default", "SOAP::SOAPBoolean"],
366
- ["frequent", "SOAP::SOAPBoolean"]
367
- ]
368
- )
369
-
370
- DocumentEncodedRegistry.register(
371
- :class => Glexchange::Pdws::ProjectAClient,
372
- :schema_type => XSD::QName.new(NsXsd, "ProjectAClient"),
373
- :schema_element => [
374
- ["enabled", "SOAP::SOAPBoolean"],
375
- ["name", "SOAP::SOAPString"],
376
- ["parentOrganization", "Glexchange::Pdws::Organization"],
377
- ["ticket", "SOAP::SOAPString"]
378
- ]
379
- )
380
-
381
- DocumentEncodedRegistry.register(
382
- :class => Glexchange::Pdws::RepositoryItem,
383
- :schema_type => XSD::QName.new(NsXsd, "RepositoryItem"),
384
- :schema_element => [
385
- ["data", "Glexchange::Pdws::Base64Binary"],
386
- ["resourceInfo", "Glexchange::Pdws::ResourceInfo"]
387
- ]
388
- )
389
-
390
- DocumentEncodedRegistry.register(
391
- :class => Glexchange::Pdws::ResourceInfo,
392
- :schema_type => XSD::QName.new(NsXsd, "ResourceInfo"),
393
- :schema_element => [
394
- ["classifier", "SOAP::SOAPString"],
395
- ["clientIdentifier", "SOAP::SOAPString"],
396
- ["description", "SOAP::SOAPString"],
397
- ["encoding", "SOAP::SOAPString"],
398
- ["md5Checksum", "SOAP::SOAPString"],
399
- ["mimeType", "SOAP::SOAPString"],
400
- ["name", "SOAP::SOAPString"],
401
- ["path", "SOAP::SOAPString"],
402
- ["resourceInfoId", "SOAP::SOAPLong"],
403
- ["size", "SOAP::SOAPLong"],
404
- ["type", "Glexchange::Pdws::ResourceType"]
405
- ]
406
- )
407
-
408
- DocumentEncodedRegistry.register(
409
- :class => Glexchange::Pdws::ResourceType,
410
- :schema_type => XSD::QName.new(NsXsd, "ResourceType"),
411
- :schema_element => [
412
- ["value", "SOAP::SOAPInt"]
413
- ]
414
- )
415
-
416
- DocumentEncodedRegistry.register(
417
- :class => Glexchange::Pdws::Submission,
418
- :schema_type => XSD::QName.new(NsXsd, "Submission"),
419
- :schema_element => [
420
- ["alerts", "Glexchange::Pdws::Notification[]", [0, nil]],
421
- ["availableTasks", "SOAP::SOAPInt"],
422
- ["dateArchived", "Glexchange::Pdws::Date"],
423
- ["dateCompleted", "Glexchange::Pdws::Date"],
424
- ["dateCreated", "Glexchange::Pdws::Date"],
425
- ["dateEstimated", "Glexchange::Pdws::Date"],
426
- ["documents", "Glexchange::Pdws::Document[]", [0, nil]],
427
- ["dueDate", "Glexchange::Pdws::Date"],
428
- ["id", "SOAP::SOAPString"],
429
- ["owner", "SOAP::SOAPString"],
430
- ["project", "Glexchange::Pdws::Project"],
431
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
432
- ["submissionInfo", "Glexchange::Pdws::SubmissionInfo"],
433
- ["submitterFullNames", "SOAP::SOAPString[]", [0, nil]],
434
- ["ticket", "SOAP::SOAPString"],
435
- ["workflowDefinition", "Glexchange::Pdws::WorkflowDefinition"]
436
- ]
437
- )
438
-
439
- DocumentEncodedRegistry.register(
440
- :class => Glexchange::Pdws::SubmissionInfo,
441
- :schema_type => XSD::QName.new(NsXsd, "SubmissionInfo"),
442
- :schema_element => [
443
- ["additionalCosts", "SOAP::SOAPString"],
444
- ["autoStartChilds", "SOAP::SOAPBoolean"],
445
- ["claimScope", "Glexchange::Pdws::ClaimScopeEnum"],
446
- ["clientIdentifier", "SOAP::SOAPString"],
447
- ["dateRequested", "Glexchange::Pdws::Date"],
448
- ["internalNotes", "SOAP::SOAPString"],
449
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
450
- ["name", "SOAP::SOAPString"],
451
- ["officeName", "SOAP::SOAPString"],
452
- ["paClientTicket", "SOAP::SOAPString"],
453
- ["paJobNumber", "SOAP::SOAPString"],
454
- ["priority", "Glexchange::Pdws::Priority"],
455
- ["projectTicket", "SOAP::SOAPString"],
456
- ["revenue", "SOAP::SOAPDouble"],
457
- ["submissionBackground", "SOAP::SOAPString"],
458
- ["submissionCustomFields", "Glexchange::Pdws::SubmissionCustomFields[]", [0, nil]],
459
- ["submitters", "SOAP::SOAPString[]", [0, nil]],
460
- ["workflowDefinitionTicket", "SOAP::SOAPString"]
461
- ]
462
- )
463
-
464
- DocumentEncodedRegistry.register(
465
- :class => Glexchange::Pdws::SubmissionPagedList,
466
- :schema_type => XSD::QName.new(NsXsd, "SubmissionPagedList"),
467
- :schema_element => [
468
- ["elements", "Glexchange::Pdws::Submission[]", [0, nil]],
469
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
470
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
471
- ["totalCount", "SOAP::SOAPLong"]
472
- ]
473
- )
474
-
475
- DocumentEncodedRegistry.register(
476
- :class => Glexchange::Pdws::SimpleSubmissionSearchModel,
477
- :schema_type => XSD::QName.new(NsXsd, "SimpleSubmissionSearchModel"),
478
- :schema_element => [
479
- ["alerts", "Glexchange::Pdws::Notification[]", [0, nil]],
480
- ["availableTasks", "SOAP::SOAPLong"],
481
- ["budgetStatus", "SOAP::SOAPInt"],
482
- ["claimScope", "Glexchange::Pdws::ClaimScopeEnum"],
483
- ["customFields", "SOAP::SOAPString[]", [0, nil]],
484
- ["date", "Glexchange::Pdws::Date"],
485
- ["dateArchived", "Glexchange::Pdws::Date"],
486
- ["dateCompleted", "Glexchange::Pdws::Date"],
487
- ["dateStarted", "Glexchange::Pdws::Date"],
488
- ["dueDate", "Glexchange::Pdws::Date"],
489
- ["fileCount", "SOAP::SOAPLong"],
490
- ["fileProgress", "Glexchange::Pdws::FileProgressData"],
491
- ["gate", "SOAP::SOAPByte"],
492
- ["id", "SOAP::SOAPString"],
493
- ["instructions", "SOAP::SOAPString"],
494
- ["officeName", "SOAP::SOAPString"],
495
- ["owner", "Glexchange::Pdws::UserData[]", [0, nil]],
496
- ["paClientName", "SOAP::SOAPString"],
497
- ["parentSubmissionName", "SOAP::SOAPString"],
498
- ["parentTicket", "SOAP::SOAPString"],
499
- ["pmNotes", "SOAP::SOAPString"],
500
- ["priority", "SOAP::SOAPString"],
501
- ["projectName", "SOAP::SOAPString"],
502
- ["projectTicket", "SOAP::SOAPString"],
503
- ["quote", "SOAP::SOAPByte"],
504
- ["reserved", "SOAP::SOAPBoolean"],
505
- ["sourceLanguage", "SOAP::SOAPString"],
506
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
507
- ["submissionBackground", "SOAP::SOAPString"],
508
- ["submissionName", "SOAP::SOAPString"],
509
- ["submitterFullName", "Glexchange::Pdws::UserData[]", [0, nil]],
510
- ["ticket", "SOAP::SOAPString"],
511
- ["wordCount", "SOAP::SOAPLong"],
512
- ["workflowDueDate", "Glexchange::Pdws::Date"],
513
- ["workflowStatus", "SOAP::SOAPString"]
514
- ]
515
- )
516
-
517
- DocumentEncodedRegistry.register(
518
- :class => Glexchange::Pdws::SubmissionSearchModelPagedList,
519
- :schema_type => XSD::QName.new(NsXsd, "SubmissionSearchModelPagedList"),
520
- :schema_element => [
521
- ["elements", "Glexchange::Pdws::SimpleSubmissionSearchModel[]", [0, nil]],
522
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
523
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
524
- ["totalCount", "SOAP::SOAPLong"]
525
- ]
526
- )
527
-
528
- DocumentEncodedRegistry.register(
529
- :class => Glexchange::Pdws::SubmissionSearchRequest,
530
- :schema_type => XSD::QName.new(NsXsd, "SubmissionSearchRequest"),
531
- :schema_element => [
532
- ["folder", "Glexchange::Pdws::ItemFolderEnum"],
533
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
534
- ["submissionDate", "Glexchange::Pdws::Date"],
535
- ["submissionDueDate", "Glexchange::Pdws::Date"],
536
- ["submissionName", "SOAP::SOAPString"]
537
- ]
538
- )
539
-
540
- DocumentEncodedRegistry.register(
541
- :class => Glexchange::Pdws::Target,
542
- :schema_type => XSD::QName.new(NsXsd, "Target"),
543
- :schema_element => [
544
- ["availableTasks", "SOAP::SOAPLong"],
545
- ["dateCompleted", "Glexchange::Pdws::Date"],
546
- ["dateCreated", "Glexchange::Pdws::Date"],
547
- ["dateEstimated", "Glexchange::Pdws::Date"],
548
- ["document", "Glexchange::Pdws::Document"],
549
- ["downloadThresholdTimeStamp", "Glexchange::Pdws::Date"],
550
- ["dueDate", "Glexchange::Pdws::Date"],
551
- ["fileName", "SOAP::SOAPString"],
552
- ["id", "SOAP::SOAPString"],
553
- ["phases", "Glexchange::Pdws::Phase[]", [0, nil]],
554
- ["refPhase", "Glexchange::Pdws::Phase"],
555
- ["sourceLanguage", "Glexchange::Pdws::Language"],
556
- ["sourceWordCount", "SOAP::SOAPInt"],
557
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
558
- ["targetInfo", "Glexchange::Pdws::TargetInfo"],
559
- ["targetLanguage", "Glexchange::Pdws::Language"],
560
- ["targetWordCount", "SOAP::SOAPInt"],
561
- ["ticket", "SOAP::SOAPString"],
562
- ["tmStatistics", "Glexchange::Pdws::TmStatistics"],
563
- ["workflowDefinition", "Glexchange::Pdws::WorkflowDefinition"]
564
- ]
565
- )
566
-
567
- DocumentEncodedRegistry.register(
568
- :class => Glexchange::Pdws::TargetInfo,
569
- :schema_type => XSD::QName.new(NsXsd, "TargetInfo"),
570
- :schema_element => [
571
- ["dateRequested", "Glexchange::Pdws::Date"],
572
- ["encoding", "SOAP::SOAPString"],
573
- ["instructions", "SOAP::SOAPString"],
574
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
575
- ["priority", "Glexchange::Pdws::Priority"],
576
- ["requestedDueDate", "SOAP::SOAPLong"],
577
- ["targetLocale", "SOAP::SOAPString"],
578
- ["workflowDefinitionTicket", "SOAP::SOAPString"]
579
- ]
580
- )
581
-
582
- DocumentEncodedRegistry.register(
583
- :class => Glexchange::Pdws::TargetPagedList,
584
- :schema_type => XSD::QName.new(NsXsd, "TargetPagedList"),
585
- :schema_element => [
586
- ["elements", "Glexchange::Pdws::Target[]", [0, nil]],
587
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
588
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
589
- ["totalCount", "SOAP::SOAPLong"]
590
- ]
591
- )
592
-
593
- DocumentEncodedRegistry.register(
594
- :class => Glexchange::Pdws::TargetSearchRequest,
595
- :schema_type => XSD::QName.new(NsXsd, "TargetSearchRequest"),
596
- :schema_element => [
597
- ["dateCreated", "Glexchange::Pdws::Date"],
598
- ["folder", "Glexchange::Pdws::ItemFolderEnum"],
599
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
600
- ["sourceLocaleId", "SOAP::SOAPString"],
601
- ["submissionTicket", "SOAP::SOAPString"],
602
- ["targetLocaleId", "SOAP::SOAPString"]
603
- ]
604
- )
605
-
606
- DocumentEncodedRegistry.register(
607
- :class => Glexchange::Pdws::Task,
608
- :schema_type => XSD::QName.new(NsXsd, "Task"),
609
- :schema_element => [
610
- ["groupName", "SOAP::SOAPString"],
611
- ["selectStyle", "SOAP::SOAPInt"],
612
- ["taskId", "SOAP::SOAPInt"],
613
- ["taskName", "SOAP::SOAPString"],
614
- ["weight", "SOAP::SOAPInt"]
615
- ]
616
- )
617
-
618
- DocumentEncodedRegistry.register(
619
- :class => Glexchange::Pdws::TmStatistics,
620
- :schema_type => XSD::QName.new(NsXsd, "TmStatistics"),
621
- :schema_element => [
622
- ["fuzzyRepetitionsWordCount1", "Glexchange::Pdws::FuzzyTmStatistics"],
623
- ["fuzzyRepetitionsWordCount10", "Glexchange::Pdws::FuzzyTmStatistics"],
624
- ["fuzzyRepetitionsWordCount2", "Glexchange::Pdws::FuzzyTmStatistics"],
625
- ["fuzzyRepetitionsWordCount3", "Glexchange::Pdws::FuzzyTmStatistics"],
626
- ["fuzzyRepetitionsWordCount4", "Glexchange::Pdws::FuzzyTmStatistics"],
627
- ["fuzzyRepetitionsWordCount5", "Glexchange::Pdws::FuzzyTmStatistics"],
628
- ["fuzzyRepetitionsWordCount6", "Glexchange::Pdws::FuzzyTmStatistics"],
629
- ["fuzzyRepetitionsWordCount7", "Glexchange::Pdws::FuzzyTmStatistics"],
630
- ["fuzzyRepetitionsWordCount8", "Glexchange::Pdws::FuzzyTmStatistics"],
631
- ["fuzzyRepetitionsWordCount9", "Glexchange::Pdws::FuzzyTmStatistics"],
632
- ["fuzzyWordCount1", "Glexchange::Pdws::FuzzyTmStatistics"],
633
- ["fuzzyWordCount10", "Glexchange::Pdws::FuzzyTmStatistics"],
634
- ["fuzzyWordCount2", "Glexchange::Pdws::FuzzyTmStatistics"],
635
- ["fuzzyWordCount3", "Glexchange::Pdws::FuzzyTmStatistics"],
636
- ["fuzzyWordCount4", "Glexchange::Pdws::FuzzyTmStatistics"],
637
- ["fuzzyWordCount5", "Glexchange::Pdws::FuzzyTmStatistics"],
638
- ["fuzzyWordCount6", "Glexchange::Pdws::FuzzyTmStatistics"],
639
- ["fuzzyWordCount7", "Glexchange::Pdws::FuzzyTmStatistics"],
640
- ["fuzzyWordCount8", "Glexchange::Pdws::FuzzyTmStatistics"],
641
- ["fuzzyWordCount9", "Glexchange::Pdws::FuzzyTmStatistics"],
642
- ["goldWordCount", "SOAP::SOAPInt"],
643
- ["noMatchWordCount", "SOAP::SOAPInt"],
644
- ["oneHundredMatchWordCount", "SOAP::SOAPInt"],
645
- ["repetitionWordCount", "SOAP::SOAPInt"],
646
- ["totalWordCount", "SOAP::SOAPInt"]
647
- ]
648
- )
649
-
650
- DocumentEncodedRegistry.register(
651
- :class => Glexchange::Pdws::WorkflowDefinition,
652
- :schema_type => XSD::QName.new(NsXsd, "WorkflowDefinition"),
653
- :schema_element => [
654
- ["description", "SOAP::SOAPString"],
655
- ["name", "SOAP::SOAPString"],
656
- ["ticket", "SOAP::SOAPString"],
657
- ["type", "Glexchange::Pdws::EntityTypeEnum"]
658
- ]
659
- )
660
-
661
- DocumentEncodedRegistry.register(
662
- :class => Glexchange::Pdws::UserData,
663
- :schema_type => XSD::QName.new(NsXsd, "UserData"),
664
- :schema_element => [
665
- ["email", "SOAP::SOAPString"],
666
- ["name", "SOAP::SOAPString"]
667
- ]
668
- )
669
-
670
- DocumentEncodedRegistry.register(
671
- :class => Glexchange::Pdws::UserInfo,
672
- :schema_type => XSD::QName.new(NsXsd, "UserInfo"),
673
- :schema_element => [
674
- ["accountLocked", "SOAP::SOAPBoolean"],
675
- ["accountNonExpired", "SOAP::SOAPBoolean"],
676
- ["address", "SOAP::SOAPString"],
677
- ["autoClaimMultipleTasks", "SOAP::SOAPBoolean"],
678
- ["claimMultipleJobTasks", "SOAP::SOAPBoolean"],
679
- ["credentialsNonExpired", "SOAP::SOAPBoolean"],
680
- ["dateLastLogin", "SOAP::SOAPDateTime"],
681
- ["department", "SOAP::SOAPString"],
682
- ["emailAddress", "SOAP::SOAPString"],
683
- ["emailNotification", "SOAP::SOAPBoolean"],
684
- ["enabled", "SOAP::SOAPBoolean"],
685
- ["fax", "SOAP::SOAPString"],
686
- ["firstName", "SOAP::SOAPString"],
687
- ["lastName", "SOAP::SOAPString"],
688
- ["password", "SOAP::SOAPString"],
689
- ["phone1", "SOAP::SOAPString"],
690
- ["phone2", "SOAP::SOAPString"],
691
- ["timeZone", "SOAP::SOAPString"],
692
- ["userName", "SOAP::SOAPString"],
693
- ["userType", "SOAP::SOAPString"]
694
- ]
695
- )
696
-
697
- DocumentEncodedRegistry.register(
698
- :class => Glexchange::Pdws::TiUserInfo,
699
- :schema_type => XSD::QName.new(NsXsd, "TiUserInfo"),
700
- :schema_element => [
701
- ["languageDirections", "Glexchange::Pdws::LanguageDirection[]", [0, nil]],
702
- ["organizationId", "SOAP::SOAPLong"],
703
- ["projectRoles", "SOAP::SOAPString[]", [0, nil]],
704
- ["projectTicket", "SOAP::SOAPString[]", [0, nil]],
705
- ["systemRoles", "SOAP::SOAPString[]", [0, nil]],
706
- ["vendorId", "SOAP::SOAPLong"]
707
- ]
708
- )
709
-
710
- DocumentEncodedRegistry.register(
711
- :class => Glexchange::Pdws::ClaimScopeEnum,
712
- :schema_type => XSD::QName.new(NsXsd, "ClaimScopeEnum"),
713
- :schema_element => [
714
- ["name", "SOAP::SOAPString"],
715
- ["value", "SOAP::SOAPInt"]
716
- ]
717
- )
718
-
719
- DocumentEncodedRegistry.register(
720
- :class => Glexchange::Pdws::ProjectCustomFieldConfiguration,
721
- :schema_type => XSD::QName.new(NsXsd, "ProjectCustomFieldConfiguration"),
722
- :schema_element => [
723
- ["description", "SOAP::SOAPString"],
724
- ["mandatory", "SOAP::SOAPBoolean"],
725
- ["name", "SOAP::SOAPString"],
726
- ["type", "SOAP::SOAPString"],
727
- ["values", "SOAP::SOAPString"]
728
- ]
729
- )
730
-
731
- DocumentEncodedRegistry.register(
732
- :class => Glexchange::Pdws::SubmissionCustomFields,
733
- :schema_type => XSD::QName.new(NsXsd, "SubmissionCustomFields"),
734
- :schema_element => [
735
- ["fieldName", "SOAP::SOAPString"],
736
- ["fieldValue", "SOAP::SOAPString"]
737
- ]
738
- )
739
-
740
- DocumentEncodedRegistry.register(
741
- :class => Glexchange::Pdws::UserProfile,
742
- :schema_type => XSD::QName.new(NsXsd, "UserProfile"),
743
- :schema_element => [
744
- ["availableTasks", "SOAP::SOAPInt"],
745
- ["organizationName", "SOAP::SOAPString"],
746
- ["systemRoles", "Glexchange::Pdws::Role[]", [0, nil]],
747
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
748
- ["ticket", "SOAP::SOAPString"],
749
- ["userInfo", "Glexchange::Pdws::UserInfo"],
750
- ["vendorName", "SOAP::SOAPString"]
751
- ]
752
- )
753
-
754
- DocumentEncodedRegistry.register(
755
- :class => Glexchange::Pdws::Role,
756
- :schema_type => XSD::QName.new(NsXsd, "Role"),
757
- :schema_element => [
758
- ["policies", "Glexchange::Pdws::Policy[]", [0, nil]],
759
- ["roleId", "SOAP::SOAPString"],
760
- ["roleType", "Glexchange::Pdws::RoleTypeEnum"],
761
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
762
- ["ticket", "SOAP::SOAPString"]
763
- ]
764
- )
765
-
766
- DocumentEncodedRegistry.register(
767
- :class => Glexchange::Pdws::RoleTypeEnum,
768
- :schema_type => XSD::QName.new(NsXsd, "RoleTypeEnum"),
769
- :schema_element => [
770
- ["value", "SOAP::SOAPInt"]
771
- ]
772
- )
773
-
774
- DocumentEncodedRegistry.register(
775
- :class => Glexchange::Pdws::Policy,
776
- :schema_type => XSD::QName.new(NsXsd, "Policy"),
777
- :schema_element => [
778
- ["category", "SOAP::SOAPString"],
779
- ["policyId", "SOAP::SOAPString"],
780
- ["policyType", "Glexchange::Pdws::RoleTypeEnum"]
781
- ]
782
- )
783
-
784
- DocumentEncodedRegistry.register(
785
- :class => Glexchange::Pdws::LanguageWorkflowInfo,
786
- :schema_type => XSD::QName.new(NsXsd, "LanguageWorkflowInfo"),
787
- :schema_element => [
788
- ["sourceLanguage", "Glexchange::Pdws::Language"],
789
- ["targetLanguage", "Glexchange::Pdws::Language"]
790
- ]
791
- )
792
-
793
- DocumentEncodedRegistry.register(
794
- :class => Glexchange::Pdws::BatchWorkflowInfo,
795
- :schema_type => XSD::QName.new(NsXsd, "BatchWorkflowInfo"),
796
- :schema_element => [
797
- ["batchName", "SOAP::SOAPString"],
798
- ["languageWorkflowInfo", "Glexchange::Pdws::LanguageWorkflowInfo"]
799
- ]
800
- )
801
-
802
- DocumentEncodedRegistry.register(
803
- :class => Glexchange::Pdws::TargetWorkflowInfo,
804
- :schema_type => XSD::QName.new(NsXsd, "TargetWorkflowInfo"),
805
- :schema_element => [
806
- ["batchName", "SOAP::SOAPString"],
807
- ["documentName", "SOAP::SOAPString"],
808
- ["fileName", "SOAP::SOAPString"],
809
- ["sourceLanguage", "Glexchange::Pdws::Language"],
810
- ["targetLanguage", "Glexchange::Pdws::Language"],
811
- ["targetTicket", "SOAP::SOAPString"]
812
- ]
813
- )
814
-
815
- DocumentEncodedRegistry.register(
816
- :class => Glexchange::Pdws::SubmissionWorkflowInfo,
817
- :schema_type => XSD::QName.new(NsXsd, "SubmissionWorkflowInfo"),
818
- :schema_element => [
819
- ["batchWorkflowInfos", "Glexchange::Pdws::BatchWorkflowInfo[]", [0, nil]],
820
- ["languageWorkflowInfos", "Glexchange::Pdws::LanguageWorkflowInfo[]", [0, nil]],
821
- ["phaseName", "SOAP::SOAPString"],
822
- ["submissionId", "SOAP::SOAPLong"],
823
- ["submissionName", "SOAP::SOAPString"],
824
- ["submissionTicket", "SOAP::SOAPString"],
825
- ["targetWorkflowInfos", "Glexchange::Pdws::TargetWorkflowInfo[]", [0, nil]]
826
- ]
827
- )
828
-
829
- DocumentEncodedRegistry.register(
830
- :class => Glexchange::Pdws::WorkflowRequest,
831
- :schema_type => XSD::QName.new(NsXsd, "WorkflowRequest"),
832
- :schema_element => [
833
- ["batchWorkflowInfos", "Glexchange::Pdws::BatchWorkflowInfo[]", [0, nil]],
834
- ["languageWorkflowInfos", "Glexchange::Pdws::LanguageWorkflowInfo[]", [0, nil]],
835
- ["phaseName", "SOAP::SOAPString"],
836
- ["submissionTicket", "SOAP::SOAPString"],
837
- ["targetWorkflowInfos", "Glexchange::Pdws::TargetWorkflowInfo[]", [0, nil]]
838
- ]
839
- )
840
-
841
- DocumentEncodedRegistry.register(
842
- :class => Glexchange::Pdws::WorkflowRequestTicket,
843
- :schema_type => XSD::QName.new(NsXsd, "WorkflowRequestTicket"),
844
- :schema_element => [
845
- ["message", "SOAP::SOAPString"],
846
- ["processTicket", "SOAP::SOAPString"],
847
- ["submissionTicket", "SOAP::SOAPString"]
848
- ]
849
- )
850
-
851
- DocumentEncodedRegistry.register(
852
- :class => Glexchange::Pdws::DownloadActionResult,
853
- :schema_type => XSD::QName.new(NsXsd, "DownloadActionResult"),
854
- :schema_element => [
855
- ["message", "SOAP::SOAPString"],
856
- ["processingFinished", "SOAP::SOAPBoolean"],
857
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
858
- ]
859
- )
860
-
861
- DocumentEncodedRegistry.register(
862
- :class => Glexchange::Pdws::UploadActionResult,
863
- :schema_type => XSD::QName.new(NsXsd, "UploadActionResult"),
864
- :schema_element => [
865
- ["messages", "SOAP::SOAPString[]", [0, nil]],
866
- ["processingFinished", "SOAP::SOAPBoolean"]
867
- ]
868
- )
869
-
870
- DocumentEncodedRegistry.register(
871
- :class => Glexchange::Pdws::DownloadCollateralResult,
872
- :schema_type => XSD::QName.new(NsXsd, "DownloadCollateralResult"),
873
- :schema_element => [
874
- ["errorMessages", "SOAP::SOAPString[]", [0, nil]],
875
- ["processingFinished", "SOAP::SOAPBoolean"],
876
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
877
- ]
878
- )
879
-
880
- DocumentEncodedRegistry.register(
881
- :class => Glexchange::Pdws::Base64Binary,
882
- :schema_type => XSD::QName.new(NsXmlmime, "base64Binary"),
883
- :schema_attribute => {
884
- XSD::QName.new(NsXmlmime, "contentType") => "SOAP::SOAPString"
885
- }
886
- )
887
-
888
- DocumentEncodedRegistry.register(
889
- :class => Glexchange::Pdws::HexBinary,
890
- :schema_type => XSD::QName.new(NsXmlmime, "hexBinary"),
891
- :schema_attribute => {
892
- XSD::QName.new(NsXmlmime, "contentType") => "SOAP::SOAPString"
893
- }
894
- )
895
-
896
- DocumentLiteralRegistry.register(
897
- :class => Glexchange::Pdws::Notification,
898
- :schema_type => XSD::QName.new(NsXsd, "Notification"),
899
- :schema_element => [
900
- ["errorMessage", "SOAP::SOAPString"],
901
- ["notificationDate", "Glexchange::Pdws::Date"],
902
- ["notificationPriority", "Glexchange::Pdws::NotificationPriority"],
903
- ["notificationText", "SOAP::SOAPString"]
904
- ]
905
- )
906
-
907
- DocumentLiteralRegistry.register(
908
- :class => Glexchange::Pdws::NotificationPriority,
909
- :schema_type => XSD::QName.new(NsXsd, "NotificationPriority"),
910
- :schema_element => [
911
- ["notificationPriorityName", "SOAP::SOAPString"]
912
- ]
913
- )
914
-
915
- DocumentLiteralRegistry.register(
916
- :class => Glexchange::Pdws::Announcement,
917
- :schema_type => XSD::QName.new(NsXsd, "Announcement"),
918
- :schema_element => [
919
- ["announcementText", "SOAP::SOAPString"],
920
- ["date", "Glexchange::Pdws::Date"]
921
- ]
922
- )
923
-
924
- DocumentLiteralRegistry.register(
925
- :class => Glexchange::Pdws::ContentMonitorPluginInfo,
926
- :schema_type => XSD::QName.new(NsXsd, "ContentMonitorPluginInfo"),
927
- :schema_element => [
928
- ["pluginId", "SOAP::SOAPString"],
929
- ["pluginName", "SOAP::SOAPString"]
930
- ]
931
- )
932
-
933
- DocumentLiteralRegistry.register(
934
- :class => Glexchange::Pdws::Date,
935
- :schema_type => XSD::QName.new(NsXsd, "Date"),
936
- :schema_element => [
937
- ["critical", "SOAP::SOAPBoolean"],
938
- ["date", "SOAP::SOAPLong"]
939
- ]
940
- )
941
-
942
- DocumentLiteralRegistry.register(
943
- :class => Glexchange::Pdws::Document,
944
- :schema_type => XSD::QName.new(NsXsd, "Document"),
945
- :schema_element => [
946
- ["documentGroup", "Glexchange::Pdws::DocumentGroup"],
947
- ["documentInfo", "Glexchange::Pdws::DocumentInfo"],
948
- ["id", "SOAP::SOAPString"],
949
- ["sourceLanguage", "Glexchange::Pdws::Language"],
950
- ["sourceWordCount", "SOAP::SOAPInt"],
951
- ["ticket", "SOAP::SOAPString"]
952
- ]
953
- )
954
-
955
- DocumentLiteralRegistry.register(
956
- :class => Glexchange::Pdws::DocumentGroup,
957
- :schema_type => XSD::QName.new(NsXsd, "DocumentGroup"),
958
- :schema_element => [
959
- ["classifier", "SOAP::SOAPString"],
960
- ["documents", "Glexchange::Pdws::Document[]", [0, nil]],
961
- ["mimeType", "SOAP::SOAPString"],
962
- ["submission", "Glexchange::Pdws::Submission"]
963
- ]
964
- )
965
-
966
- DocumentLiteralRegistry.register(
967
- :class => Glexchange::Pdws::DocumentInfo,
968
- :schema_type => XSD::QName.new(NsXsd, "DocumentInfo"),
969
- :schema_element => [
970
- ["childDocumentInfos", "Glexchange::Pdws::DocumentInfo[]", [0, nil]],
971
- ["clientIdentifier", "SOAP::SOAPString"],
972
- ["dateRequested", "Glexchange::Pdws::Date"],
973
- ["instructions", "SOAP::SOAPString"],
974
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
975
- ["name", "SOAP::SOAPString"],
976
- ["projectTicket", "SOAP::SOAPString"],
977
- ["sourceLocale", "SOAP::SOAPString"],
978
- ["submissionTicket", "SOAP::SOAPString"],
979
- ["targetInfos", "Glexchange::Pdws::TargetInfo[]", [0, nil]],
980
- ["wordCount", "SOAP::SOAPInt"]
981
- ]
982
- )
983
-
984
- DocumentLiteralRegistry.register(
985
- :class => Glexchange::Pdws::DocumentPagedList,
986
- :schema_type => XSD::QName.new(NsXsd, "DocumentPagedList"),
987
- :schema_element => [
988
- ["elements", "Glexchange::Pdws::Document[]", [0, nil]],
989
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
990
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
991
- ["totalCount", "SOAP::SOAPLong"]
992
- ]
993
- )
994
-
995
- DocumentLiteralRegistry.register(
996
- :class => Glexchange::Pdws::DocumentSearchRequest,
997
- :schema_type => XSD::QName.new(NsXsd, "DocumentSearchRequest"),
998
- :schema_element => [
999
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
1000
- ["sourceLocaleId", "SOAP::SOAPString"],
1001
- ["submissionTicket", "SOAP::SOAPString"]
1002
- ]
1003
- )
1004
-
1005
- DocumentLiteralRegistry.register(
1006
- :class => Glexchange::Pdws::DocumentTicket,
1007
- :schema_type => XSD::QName.new(NsXsd, "DocumentTicket"),
1008
- :schema_element => [
1009
- ["submissionTicket", "SOAP::SOAPString"],
1010
- ["ticketId", "SOAP::SOAPString"]
1011
- ]
1012
- )
1013
-
1014
- DocumentLiteralRegistry.register(
1015
- :class => Glexchange::Pdws::EntityTypeEnum,
1016
- :schema_type => XSD::QName.new(NsXsd, "EntityTypeEnum"),
1017
- :schema_element => [
1018
- ["name", "SOAP::SOAPString"],
1019
- ["value", "SOAP::SOAPInt"]
1020
- ]
1021
- )
1022
-
1023
- DocumentLiteralRegistry.register(
1024
- :class => Glexchange::Pdws::FileFormatProfile,
1025
- :schema_type => XSD::QName.new(NsXsd, "FileFormatProfile"),
1026
- :schema_element => [
1027
- ["configurable", "SOAP::SOAPBoolean"],
1028
- ["isDefault", "SOAP::SOAPBoolean"],
1029
- ["mimeType", "SOAP::SOAPString"],
1030
- ["pluginId", "SOAP::SOAPString"],
1031
- ["pluginName", "SOAP::SOAPString"],
1032
- ["profileName", "SOAP::SOAPString"],
1033
- ["targetWorkflowDefinition", "Glexchange::Pdws::WorkflowDefinition"],
1034
- ["ticket", "SOAP::SOAPString"]
1035
- ]
1036
- )
1037
-
1038
- DocumentLiteralRegistry.register(
1039
- :class => Glexchange::Pdws::FileFormatProgressData,
1040
- :schema_type => XSD::QName.new(NsXsd, "FileFormatProgressData"),
1041
- :schema_element => [
1042
- ["dateCompleted", "Glexchange::Pdws::Date"],
1043
- ["fileCount", "SOAP::SOAPLong"],
1044
- ["fileFormatName", "SOAP::SOAPString"],
1045
- ["fileProgressData", "Glexchange::Pdws::FileProgressData"],
1046
- ["jobTicket", "SOAP::SOAPString"],
1047
- ["workflowDueDate", "Glexchange::Pdws::Date"],
1048
- ["workflowStatus", "SOAP::SOAPString"]
1049
- ]
1050
- )
1051
-
1052
- DocumentLiteralRegistry.register(
1053
- :class => Glexchange::Pdws::FileProgressData,
1054
- :schema_type => XSD::QName.new(NsXsd, "FileProgressData"),
1055
- :schema_element => [
1056
- ["numberOfAvailableFiles", "SOAP::SOAPInt"],
1057
- ["numberOfCanceledFiles", "SOAP::SOAPInt"],
1058
- ["numberOfCompletedFiles", "SOAP::SOAPInt"],
1059
- ["numberOfDeliveredFiles", "SOAP::SOAPInt"],
1060
- ["numberOfFailedFiles", "SOAP::SOAPInt"],
1061
- ["numberOfInProcessFiles", "SOAP::SOAPInt"],
1062
- ["overallProgressPercent", "SOAP::SOAPInt"]
1063
- ]
1064
- )
1065
-
1066
- DocumentLiteralRegistry.register(
1067
- :class => Glexchange::Pdws::FuzzyTmStatistics,
1068
- :schema_type => XSD::QName.new(NsXsd, "FuzzyTmStatistics"),
1069
- :schema_element => [
1070
- ["fuzzyName", "SOAP::SOAPString"],
1071
- ["wordCount", "SOAP::SOAPInt"]
1072
- ]
1073
- )
1074
-
1075
- DocumentLiteralRegistry.register(
1076
- :class => Glexchange::Pdws::ItemFolderEnum,
1077
- :schema_type => XSD::QName.new(NsXsd, "ItemFolderEnum"),
1078
- :schema_element => [
1079
- ["value", "SOAP::SOAPInt"]
1080
- ]
1081
- )
1082
-
1083
- DocumentLiteralRegistry.register(
1084
- :class => Glexchange::Pdws::ItemStatusEnum,
1085
- :schema_type => XSD::QName.new(NsXsd, "ItemStatusEnum"),
1086
- :schema_element => [
1087
- ["name", "SOAP::SOAPString"],
1088
- ["value", "SOAP::SOAPInt"]
1089
- ]
1090
- )
1091
-
1092
- DocumentLiteralRegistry.register(
1093
- :class => Glexchange::Pdws::Metadata,
1094
- :schema_type => XSD::QName.new(NsXsd, "Metadata"),
1095
- :schema_element => [
1096
- ["key", "SOAP::SOAPString"],
1097
- ["value", "SOAP::SOAPString"]
1098
- ]
1099
- )
1100
-
1101
- DocumentLiteralRegistry.register(
1102
- :class => Glexchange::Pdws::Language,
1103
- :schema_type => XSD::QName.new(NsXsd, "Language"),
1104
- :schema_element => [
1105
- ["locale", "SOAP::SOAPString"],
1106
- ["value", "SOAP::SOAPString"]
1107
- ]
1108
- )
1109
-
1110
- DocumentLiteralRegistry.register(
1111
- :class => Glexchange::Pdws::LanguageDirection,
1112
- :schema_type => XSD::QName.new(NsXsd, "LanguageDirection"),
1113
- :schema_element => [
1114
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1115
- ["targetLanguage", "Glexchange::Pdws::Language"]
1116
- ]
1117
- )
1118
-
1119
- DocumentLiteralRegistry.register(
1120
- :class => Glexchange::Pdws::LanguageDirectionModel,
1121
- :schema_type => XSD::QName.new(NsXsd, "LanguageDirectionModel"),
1122
- :schema_element => [
1123
- ["dateCompleted", "Glexchange::Pdws::Date"],
1124
- ["fileCount", "SOAP::SOAPLong"],
1125
- ["fileFormatProgressData", "Glexchange::Pdws::FileFormatProgressData[]", [0, nil]],
1126
- ["fileProgress", "Glexchange::Pdws::FileProgressData"],
1127
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1128
- ["targetLanguage", "Glexchange::Pdws::Language"],
1129
- ["workflowDueDate", "Glexchange::Pdws::Date"],
1130
- ["workflowStatus", "SOAP::SOAPString"]
1131
- ]
1132
- )
1133
-
1134
- DocumentLiteralRegistry.register(
1135
- :class => Glexchange::Pdws::Organization,
1136
- :schema_type => XSD::QName.new(NsXsd, "Organization"),
1137
- :schema_element => [
1138
- ["availableTasks", "SOAP::SOAPInteger"],
1139
- ["parentOrganization", "Glexchange::Pdws::Organization"],
1140
- ["organizationInfo", "Glexchange::Pdws::OrganizationInfo"],
1141
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1142
- ["ticket", "SOAP::SOAPString"]
1143
- ]
1144
- )
1145
-
1146
- DocumentLiteralRegistry.register(
1147
- :class => Glexchange::Pdws::OrganizationInfo,
1148
- :schema_type => XSD::QName.new(NsXsd, "OrganizationInfo"),
1149
- :schema_element => [
1150
- ["name", "SOAP::SOAPString"],
1151
- ["ticket", "SOAP::SOAPString"],
1152
- ["currencyCode", "SOAP::SOAPString"],
1153
- ["domain", "SOAP::SOAPString"],
1154
- ["theme", "SOAP::SOAPString"],
1155
- ["enabled", "SOAP::SOAPBoolean"]
1156
- ]
1157
- )
1158
-
1159
- DocumentLiteralRegistry.register(
1160
- :class => Glexchange::Pdws::PagedListInfo,
1161
- :schema_type => XSD::QName.new(NsXsd, "PagedListInfo"),
1162
- :schema_element => [
1163
- ["index", "SOAP::SOAPInt"],
1164
- ["indexesSize", "SOAP::SOAPInt"],
1165
- ["size", "SOAP::SOAPInt"],
1166
- ["sortDirection", "SOAP::SOAPString"],
1167
- ["sortProperty", "SOAP::SOAPString"]
1168
- ]
1169
- )
1170
-
1171
- DocumentLiteralRegistry.register(
1172
- :class => Glexchange::Pdws::Phase,
1173
- :schema_type => XSD::QName.new(NsXsd, "Phase"),
1174
- :schema_element => [
1175
- ["dateEnded", "Glexchange::Pdws::Date"],
1176
- ["dueDate", "Glexchange::Pdws::Date"],
1177
- ["name", "SOAP::SOAPString"],
1178
- ["status", "Glexchange::Pdws::ItemStatusEnum"]
1179
- ]
1180
- )
1181
-
1182
- DocumentLiteralRegistry.register(
1183
- :class => Glexchange::Pdws::PreviewResult,
1184
- :schema_type => XSD::QName.new(NsXsd, "PreviewResult"),
1185
- :schema_element => [
1186
- ["message", "SOAP::SOAPString"],
1187
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
1188
- ]
1189
- )
1190
-
1191
- DocumentLiteralRegistry.register(
1192
- :class => Glexchange::Pdws::Priority,
1193
- :schema_type => XSD::QName.new(NsXsd, "Priority"),
1194
- :schema_element => [
1195
- ["name", "SOAP::SOAPString"],
1196
- ["value", "SOAP::SOAPInt"]
1197
- ]
1198
- )
1199
-
1200
- DocumentLiteralRegistry.register(
1201
- :class => Glexchange::Pdws::Project,
1202
- :schema_type => XSD::QName.new(NsXsd, "Project"),
1203
- :schema_element => [
1204
- ["announcements", "Glexchange::Pdws::Announcement[]", [0, nil]],
1205
- ["contentMonitorPluginInfo", "Glexchange::Pdws::ContentMonitorPluginInfo"],
1206
- ["defaultTargetWorkflowDefinition", "Glexchange::Pdws::WorkflowDefinition"],
1207
- ["defaultTargetWorkflowDefinitionTicket", "SOAP::SOAPString"],
1208
- ["fileFormatProfiles", "Glexchange::Pdws::FileFormatProfile[]", [0, nil]],
1209
- ["includeSubmissionNameInLocalizationKit", "SOAP::SOAPBoolean[]", [0, nil]],
1210
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
1211
- ["organizationName", "SOAP::SOAPString"],
1212
- ["projectCustomFieldConfiguration", "Glexchange::Pdws::ProjectCustomFieldConfiguration[]", [0, nil]],
1213
- ["projectInfo", "Glexchange::Pdws::ProjectInfo"],
1214
- ["projectLanguageDirections", "Glexchange::Pdws::ProjectLanguageDirection[]", [0, nil]],
1215
- ["ticket", "SOAP::SOAPString"],
1216
- ["workflowDefinitions", "Glexchange::Pdws::WorkflowDefinition[]", [0, nil]]
1217
- ]
1218
- )
1219
-
1220
- DocumentLiteralRegistry.register(
1221
- :class => Glexchange::Pdws::ProjectInfo,
1222
- :schema_type => XSD::QName.new(NsXsd, "ProjectInfo"),
1223
- :schema_element => [
1224
- ["clientIdentifier", "SOAP::SOAPString"],
1225
- ["defaultJobWorkflowDefinitionTicket", "SOAP::SOAPString"],
1226
- ["defaultSubmissionWorkflowDefinitionTicket", "SOAP::SOAPString"],
1227
- ["defaultTargetWorkflowDefinitionTicket", "SOAP::SOAPString"],
1228
- ["enabled", "SOAP::SOAPBoolean"],
1229
- ["name", "SOAP::SOAPString"],
1230
- ["shortCode", "SOAP::SOAPString"]
1231
- ]
1232
- )
1233
-
1234
- DocumentLiteralRegistry.register(
1235
- :class => Glexchange::Pdws::ProjectLanguage,
1236
- :schema_type => XSD::QName.new(NsXsd, "ProjectLanguage"),
1237
- :schema_element => [
1238
- ["customLocaleCode", "SOAP::SOAPString"],
1239
- ["localeCode", "SOAP::SOAPString"]
1240
- ]
1241
- )
1242
-
1243
- DocumentLiteralRegistry.register(
1244
- :class => Glexchange::Pdws::ProjectLanguageDirection,
1245
- :schema_type => XSD::QName.new(NsXsd, "ProjectLanguageDirection"),
1246
- :schema_element => [
1247
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1248
- ["targetLanguage", "Glexchange::Pdws::Language"],
1249
- ["default", "SOAP::SOAPBoolean"],
1250
- ["frequent", "SOAP::SOAPBoolean"]
1251
- ]
1252
- )
1253
-
1254
- DocumentLiteralRegistry.register(
1255
- :class => Glexchange::Pdws::ProjectAClient,
1256
- :schema_type => XSD::QName.new(NsXsd, "ProjectAClient"),
1257
- :schema_element => [
1258
- ["enabled", "SOAP::SOAPBoolean"],
1259
- ["name", "SOAP::SOAPString"],
1260
- ["parentOrganization", "Glexchange::Pdws::Organization"],
1261
- ["ticket", "SOAP::SOAPString"]
1262
- ]
1263
- )
1264
-
1265
- DocumentLiteralRegistry.register(
1266
- :class => Glexchange::Pdws::RepositoryItem,
1267
- :schema_type => XSD::QName.new(NsXsd, "RepositoryItem"),
1268
- :schema_element => [
1269
- ["data", "Glexchange::Pdws::Base64Binary"],
1270
- ["resourceInfo", "Glexchange::Pdws::ResourceInfo"]
1271
- ]
1272
- )
1273
-
1274
- DocumentLiteralRegistry.register(
1275
- :class => Glexchange::Pdws::ResourceInfo,
1276
- :schema_type => XSD::QName.new(NsXsd, "ResourceInfo"),
1277
- :schema_element => [
1278
- ["classifier", "SOAP::SOAPString"],
1279
- ["clientIdentifier", "SOAP::SOAPString"],
1280
- ["description", "SOAP::SOAPString"],
1281
- ["encoding", "SOAP::SOAPString"],
1282
- ["md5Checksum", "SOAP::SOAPString"],
1283
- ["mimeType", "SOAP::SOAPString"],
1284
- ["name", "SOAP::SOAPString"],
1285
- ["path", "SOAP::SOAPString"],
1286
- ["resourceInfoId", "SOAP::SOAPLong"],
1287
- ["size", "SOAP::SOAPLong"],
1288
- ["type", "Glexchange::Pdws::ResourceType"]
1289
- ]
1290
- )
1291
-
1292
- DocumentLiteralRegistry.register(
1293
- :class => Glexchange::Pdws::ResourceType,
1294
- :schema_type => XSD::QName.new(NsXsd, "ResourceType"),
1295
- :schema_element => [
1296
- ["value", "SOAP::SOAPInt"]
1297
- ]
1298
- )
1299
-
1300
- DocumentLiteralRegistry.register(
1301
- :class => Glexchange::Pdws::Submission,
1302
- :schema_type => XSD::QName.new(NsXsd, "Submission"),
1303
- :schema_element => [
1304
- ["alerts", "Glexchange::Pdws::Notification[]", [0, nil]],
1305
- ["availableTasks", "SOAP::SOAPInt"],
1306
- ["dateArchived", "Glexchange::Pdws::Date"],
1307
- ["dateCompleted", "Glexchange::Pdws::Date"],
1308
- ["dateCreated", "Glexchange::Pdws::Date"],
1309
- ["dateEstimated", "Glexchange::Pdws::Date"],
1310
- ["documents", "Glexchange::Pdws::Document[]", [0, nil]],
1311
- ["dueDate", "Glexchange::Pdws::Date"],
1312
- ["id", "SOAP::SOAPString"],
1313
- ["owner", "SOAP::SOAPString"],
1314
- ["project", "Glexchange::Pdws::Project"],
1315
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
1316
- ["submissionInfo", "Glexchange::Pdws::SubmissionInfo"],
1317
- ["submitterFullNames", "SOAP::SOAPString[]", [0, nil]],
1318
- ["ticket", "SOAP::SOAPString"],
1319
- ["workflowDefinition", "Glexchange::Pdws::WorkflowDefinition"]
1320
- ]
1321
- )
1322
-
1323
- DocumentLiteralRegistry.register(
1324
- :class => Glexchange::Pdws::SubmissionInfo,
1325
- :schema_type => XSD::QName.new(NsXsd, "SubmissionInfo"),
1326
- :schema_element => [
1327
- ["additionalCosts", "SOAP::SOAPString"],
1328
- ["autoStartChilds", "SOAP::SOAPBoolean"],
1329
- ["claimScope", "Glexchange::Pdws::ClaimScopeEnum"],
1330
- ["clientIdentifier", "SOAP::SOAPString"],
1331
- ["dateRequested", "Glexchange::Pdws::Date"],
1332
- ["internalNotes", "SOAP::SOAPString"],
1333
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
1334
- ["name", "SOAP::SOAPString"],
1335
- ["officeName", "SOAP::SOAPString"],
1336
- ["paClientTicket", "SOAP::SOAPString"],
1337
- ["paJobNumber", "SOAP::SOAPString"],
1338
- ["priority", "Glexchange::Pdws::Priority"],
1339
- ["projectTicket", "SOAP::SOAPString"],
1340
- ["revenue", "SOAP::SOAPDouble"],
1341
- ["submissionBackground", "SOAP::SOAPString"],
1342
- ["submissionCustomFields", "Glexchange::Pdws::SubmissionCustomFields[]", [0, nil]],
1343
- ["submitters", "SOAP::SOAPString[]", [0, nil]],
1344
- ["workflowDefinitionTicket", "SOAP::SOAPString"]
1345
- ]
1346
- )
1347
-
1348
- DocumentLiteralRegistry.register(
1349
- :class => Glexchange::Pdws::SubmissionPagedList,
1350
- :schema_type => XSD::QName.new(NsXsd, "SubmissionPagedList"),
1351
- :schema_element => [
1352
- ["elements", "Glexchange::Pdws::Submission[]", [0, nil]],
1353
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
1354
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1355
- ["totalCount", "SOAP::SOAPLong"]
1356
- ]
1357
- )
1358
-
1359
- DocumentLiteralRegistry.register(
1360
- :class => Glexchange::Pdws::SimpleSubmissionSearchModel,
1361
- :schema_type => XSD::QName.new(NsXsd, "SimpleSubmissionSearchModel"),
1362
- :schema_element => [
1363
- ["alerts", "Glexchange::Pdws::Notification[]", [0, nil]],
1364
- ["availableTasks", "SOAP::SOAPLong"],
1365
- ["budgetStatus", "SOAP::SOAPInt"],
1366
- ["claimScope", "Glexchange::Pdws::ClaimScopeEnum"],
1367
- ["customFields", "SOAP::SOAPString[]", [0, nil]],
1368
- ["date", "Glexchange::Pdws::Date"],
1369
- ["dateArchived", "Glexchange::Pdws::Date"],
1370
- ["dateCompleted", "Glexchange::Pdws::Date"],
1371
- ["dateStarted", "Glexchange::Pdws::Date"],
1372
- ["dueDate", "Glexchange::Pdws::Date"],
1373
- ["fileCount", "SOAP::SOAPLong"],
1374
- ["fileProgress", "Glexchange::Pdws::FileProgressData"],
1375
- ["gate", "SOAP::SOAPByte"],
1376
- ["id", "SOAP::SOAPString"],
1377
- ["instructions", "SOAP::SOAPString"],
1378
- ["officeName", "SOAP::SOAPString"],
1379
- ["owner", "Glexchange::Pdws::UserData[]", [0, nil]],
1380
- ["paClientName", "SOAP::SOAPString"],
1381
- ["parentSubmissionName", "SOAP::SOAPString"],
1382
- ["parentTicket", "SOAP::SOAPString"],
1383
- ["pmNotes", "SOAP::SOAPString"],
1384
- ["priority", "SOAP::SOAPString"],
1385
- ["projectName", "SOAP::SOAPString"],
1386
- ["projectTicket", "SOAP::SOAPString"],
1387
- ["quote", "SOAP::SOAPByte"],
1388
- ["reserved", "SOAP::SOAPBoolean"],
1389
- ["sourceLanguage", "SOAP::SOAPString"],
1390
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
1391
- ["submissionBackground", "SOAP::SOAPString"],
1392
- ["submissionName", "SOAP::SOAPString"],
1393
- ["submitterFullName", "Glexchange::Pdws::UserData[]", [0, nil]],
1394
- ["ticket", "SOAP::SOAPString"],
1395
- ["wordCount", "SOAP::SOAPLong"],
1396
- ["workflowDueDate", "Glexchange::Pdws::Date"],
1397
- ["workflowStatus", "SOAP::SOAPString"]
1398
- ]
1399
- )
1400
-
1401
- DocumentLiteralRegistry.register(
1402
- :class => Glexchange::Pdws::SubmissionSearchModelPagedList,
1403
- :schema_type => XSD::QName.new(NsXsd, "SubmissionSearchModelPagedList"),
1404
- :schema_element => [
1405
- ["elements", "Glexchange::Pdws::SimpleSubmissionSearchModel[]", [0, nil]],
1406
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
1407
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1408
- ["totalCount", "SOAP::SOAPLong"]
1409
- ]
1410
- )
1411
-
1412
- DocumentLiteralRegistry.register(
1413
- :class => Glexchange::Pdws::SubmissionSearchRequest,
1414
- :schema_type => XSD::QName.new(NsXsd, "SubmissionSearchRequest"),
1415
- :schema_element => [
1416
- ["folder", "Glexchange::Pdws::ItemFolderEnum"],
1417
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
1418
- ["submissionDate", "Glexchange::Pdws::Date"],
1419
- ["submissionDueDate", "Glexchange::Pdws::Date"],
1420
- ["submissionName", "SOAP::SOAPString"]
1421
- ]
1422
- )
1423
-
1424
- DocumentLiteralRegistry.register(
1425
- :class => Glexchange::Pdws::Target,
1426
- :schema_type => XSD::QName.new(NsXsd, "Target"),
1427
- :schema_element => [
1428
- ["availableTasks", "SOAP::SOAPLong"],
1429
- ["dateCompleted", "Glexchange::Pdws::Date"],
1430
- ["dateCreated", "Glexchange::Pdws::Date"],
1431
- ["dateEstimated", "Glexchange::Pdws::Date"],
1432
- ["document", "Glexchange::Pdws::Document"],
1433
- ["downloadThresholdTimeStamp", "Glexchange::Pdws::Date"],
1434
- ["dueDate", "Glexchange::Pdws::Date"],
1435
- ["fileName", "SOAP::SOAPString"],
1436
- ["id", "SOAP::SOAPString"],
1437
- ["phases", "Glexchange::Pdws::Phase[]", [0, nil]],
1438
- ["refPhase", "Glexchange::Pdws::Phase"],
1439
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1440
- ["sourceWordCount", "SOAP::SOAPInt"],
1441
- ["status", "Glexchange::Pdws::ItemStatusEnum"],
1442
- ["targetInfo", "Glexchange::Pdws::TargetInfo"],
1443
- ["targetLanguage", "Glexchange::Pdws::Language"],
1444
- ["targetWordCount", "SOAP::SOAPInt"],
1445
- ["ticket", "SOAP::SOAPString"],
1446
- ["tmStatistics", "Glexchange::Pdws::TmStatistics"],
1447
- ["workflowDefinition", "Glexchange::Pdws::WorkflowDefinition"]
1448
- ]
1449
- )
1450
-
1451
- DocumentLiteralRegistry.register(
1452
- :class => Glexchange::Pdws::TargetInfo,
1453
- :schema_type => XSD::QName.new(NsXsd, "TargetInfo"),
1454
- :schema_element => [
1455
- ["dateRequested", "Glexchange::Pdws::Date"],
1456
- ["encoding", "SOAP::SOAPString"],
1457
- ["instructions", "SOAP::SOAPString"],
1458
- ["metadata", "Glexchange::Pdws::Metadata[]", [0, nil]],
1459
- ["priority", "Glexchange::Pdws::Priority"],
1460
- ["requestedDueDate", "SOAP::SOAPLong"],
1461
- ["targetLocale", "SOAP::SOAPString"],
1462
- ["workflowDefinitionTicket", "SOAP::SOAPString"]
1463
- ]
1464
- )
1465
-
1466
- DocumentLiteralRegistry.register(
1467
- :class => Glexchange::Pdws::TargetPagedList,
1468
- :schema_type => XSD::QName.new(NsXsd, "TargetPagedList"),
1469
- :schema_element => [
1470
- ["elements", "Glexchange::Pdws::Target[]", [0, nil]],
1471
- ["pagedListInfo", "Glexchange::Pdws::PagedListInfo"],
1472
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1473
- ["totalCount", "SOAP::SOAPLong"]
1474
- ]
1475
- )
1476
-
1477
- DocumentLiteralRegistry.register(
1478
- :class => Glexchange::Pdws::TargetSearchRequest,
1479
- :schema_type => XSD::QName.new(NsXsd, "TargetSearchRequest"),
1480
- :schema_element => [
1481
- ["dateCreated", "Glexchange::Pdws::Date"],
1482
- ["folder", "Glexchange::Pdws::ItemFolderEnum"],
1483
- ["projectTickets", "SOAP::SOAPString[]", [0, nil]],
1484
- ["sourceLocaleId", "SOAP::SOAPString"],
1485
- ["submissionTicket", "SOAP::SOAPString"],
1486
- ["targetLocaleId", "SOAP::SOAPString"]
1487
- ]
1488
- )
1489
-
1490
- DocumentLiteralRegistry.register(
1491
- :class => Glexchange::Pdws::Task,
1492
- :schema_type => XSD::QName.new(NsXsd, "Task"),
1493
- :schema_element => [
1494
- ["groupName", "SOAP::SOAPString"],
1495
- ["selectStyle", "SOAP::SOAPInt"],
1496
- ["taskId", "SOAP::SOAPInt"],
1497
- ["taskName", "SOAP::SOAPString"],
1498
- ["weight", "SOAP::SOAPInt"]
1499
- ]
1500
- )
1501
-
1502
- DocumentLiteralRegistry.register(
1503
- :class => Glexchange::Pdws::TmStatistics,
1504
- :schema_type => XSD::QName.new(NsXsd, "TmStatistics"),
1505
- :schema_element => [
1506
- ["fuzzyRepetitionsWordCount1", "Glexchange::Pdws::FuzzyTmStatistics"],
1507
- ["fuzzyRepetitionsWordCount10", "Glexchange::Pdws::FuzzyTmStatistics"],
1508
- ["fuzzyRepetitionsWordCount2", "Glexchange::Pdws::FuzzyTmStatistics"],
1509
- ["fuzzyRepetitionsWordCount3", "Glexchange::Pdws::FuzzyTmStatistics"],
1510
- ["fuzzyRepetitionsWordCount4", "Glexchange::Pdws::FuzzyTmStatistics"],
1511
- ["fuzzyRepetitionsWordCount5", "Glexchange::Pdws::FuzzyTmStatistics"],
1512
- ["fuzzyRepetitionsWordCount6", "Glexchange::Pdws::FuzzyTmStatistics"],
1513
- ["fuzzyRepetitionsWordCount7", "Glexchange::Pdws::FuzzyTmStatistics"],
1514
- ["fuzzyRepetitionsWordCount8", "Glexchange::Pdws::FuzzyTmStatistics"],
1515
- ["fuzzyRepetitionsWordCount9", "Glexchange::Pdws::FuzzyTmStatistics"],
1516
- ["fuzzyWordCount1", "Glexchange::Pdws::FuzzyTmStatistics"],
1517
- ["fuzzyWordCount10", "Glexchange::Pdws::FuzzyTmStatistics"],
1518
- ["fuzzyWordCount2", "Glexchange::Pdws::FuzzyTmStatistics"],
1519
- ["fuzzyWordCount3", "Glexchange::Pdws::FuzzyTmStatistics"],
1520
- ["fuzzyWordCount4", "Glexchange::Pdws::FuzzyTmStatistics"],
1521
- ["fuzzyWordCount5", "Glexchange::Pdws::FuzzyTmStatistics"],
1522
- ["fuzzyWordCount6", "Glexchange::Pdws::FuzzyTmStatistics"],
1523
- ["fuzzyWordCount7", "Glexchange::Pdws::FuzzyTmStatistics"],
1524
- ["fuzzyWordCount8", "Glexchange::Pdws::FuzzyTmStatistics"],
1525
- ["fuzzyWordCount9", "Glexchange::Pdws::FuzzyTmStatistics"],
1526
- ["goldWordCount", "SOAP::SOAPInt"],
1527
- ["noMatchWordCount", "SOAP::SOAPInt"],
1528
- ["oneHundredMatchWordCount", "SOAP::SOAPInt"],
1529
- ["repetitionWordCount", "SOAP::SOAPInt"],
1530
- ["totalWordCount", "SOAP::SOAPInt"]
1531
- ]
1532
- )
1533
-
1534
- DocumentLiteralRegistry.register(
1535
- :class => Glexchange::Pdws::WorkflowDefinition,
1536
- :schema_type => XSD::QName.new(NsXsd, "WorkflowDefinition"),
1537
- :schema_element => [
1538
- ["description", "SOAP::SOAPString"],
1539
- ["name", "SOAP::SOAPString"],
1540
- ["ticket", "SOAP::SOAPString"],
1541
- ["type", "Glexchange::Pdws::EntityTypeEnum"]
1542
- ]
1543
- )
1544
-
1545
- DocumentLiteralRegistry.register(
1546
- :class => Glexchange::Pdws::UserData,
1547
- :schema_type => XSD::QName.new(NsXsd, "UserData"),
1548
- :schema_element => [
1549
- ["email", "SOAP::SOAPString"],
1550
- ["name", "SOAP::SOAPString"]
1551
- ]
1552
- )
1553
-
1554
- DocumentLiteralRegistry.register(
1555
- :class => Glexchange::Pdws::UserInfo,
1556
- :schema_type => XSD::QName.new(NsXsd, "UserInfo"),
1557
- :schema_element => [
1558
- ["accountLocked", "SOAP::SOAPBoolean"],
1559
- ["accountNonExpired", "SOAP::SOAPBoolean"],
1560
- ["address", "SOAP::SOAPString"],
1561
- ["autoClaimMultipleTasks", "SOAP::SOAPBoolean"],
1562
- ["claimMultipleJobTasks", "SOAP::SOAPBoolean"],
1563
- ["credentialsNonExpired", "SOAP::SOAPBoolean"],
1564
- ["dateLastLogin", "SOAP::SOAPDateTime"],
1565
- ["department", "SOAP::SOAPString"],
1566
- ["emailAddress", "SOAP::SOAPString"],
1567
- ["emailNotification", "SOAP::SOAPBoolean"],
1568
- ["enabled", "SOAP::SOAPBoolean"],
1569
- ["fax", "SOAP::SOAPString"],
1570
- ["firstName", "SOAP::SOAPString"],
1571
- ["lastName", "SOAP::SOAPString"],
1572
- ["password", "SOAP::SOAPString"],
1573
- ["phone1", "SOAP::SOAPString"],
1574
- ["phone2", "SOAP::SOAPString"],
1575
- ["timeZone", "SOAP::SOAPString"],
1576
- ["userName", "SOAP::SOAPString"],
1577
- ["userType", "SOAP::SOAPString"]
1578
- ]
1579
- )
1580
-
1581
- DocumentLiteralRegistry.register(
1582
- :class => Glexchange::Pdws::TiUserInfo,
1583
- :schema_type => XSD::QName.new(NsXsd, "TiUserInfo"),
1584
- :schema_element => [
1585
- ["languageDirections", "Glexchange::Pdws::LanguageDirection[]", [0, nil]],
1586
- ["organizationId", "SOAP::SOAPLong"],
1587
- ["projectRoles", "SOAP::SOAPString[]", [0, nil]],
1588
- ["projectTicket", "SOAP::SOAPString[]", [0, nil]],
1589
- ["systemRoles", "SOAP::SOAPString[]", [0, nil]],
1590
- ["vendorId", "SOAP::SOAPLong"]
1591
- ]
1592
- )
1593
-
1594
- DocumentLiteralRegistry.register(
1595
- :class => Glexchange::Pdws::ClaimScopeEnum,
1596
- :schema_type => XSD::QName.new(NsXsd, "ClaimScopeEnum"),
1597
- :schema_element => [
1598
- ["name", "SOAP::SOAPString"],
1599
- ["value", "SOAP::SOAPInt"]
1600
- ]
1601
- )
1602
-
1603
- DocumentLiteralRegistry.register(
1604
- :class => Glexchange::Pdws::ProjectCustomFieldConfiguration,
1605
- :schema_type => XSD::QName.new(NsXsd, "ProjectCustomFieldConfiguration"),
1606
- :schema_element => [
1607
- ["description", "SOAP::SOAPString"],
1608
- ["mandatory", "SOAP::SOAPBoolean"],
1609
- ["name", "SOAP::SOAPString"],
1610
- ["type", "SOAP::SOAPString"],
1611
- ["values", "SOAP::SOAPString"]
1612
- ]
1613
- )
1614
-
1615
- DocumentLiteralRegistry.register(
1616
- :class => Glexchange::Pdws::SubmissionCustomFields,
1617
- :schema_type => XSD::QName.new(NsXsd, "SubmissionCustomFields"),
1618
- :schema_element => [
1619
- ["fieldName", "SOAP::SOAPString"],
1620
- ["fieldValue", "SOAP::SOAPString"]
1621
- ]
1622
- )
1623
-
1624
- DocumentLiteralRegistry.register(
1625
- :class => Glexchange::Pdws::UserProfile,
1626
- :schema_type => XSD::QName.new(NsXsd, "UserProfile"),
1627
- :schema_element => [
1628
- ["availableTasks", "SOAP::SOAPInt"],
1629
- ["organizationName", "SOAP::SOAPString"],
1630
- ["systemRoles", "Glexchange::Pdws::Role[]", [0, nil]],
1631
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1632
- ["ticket", "SOAP::SOAPString"],
1633
- ["userInfo", "Glexchange::Pdws::UserInfo"],
1634
- ["vendorName", "SOAP::SOAPString"]
1635
- ]
1636
- )
1637
-
1638
- DocumentLiteralRegistry.register(
1639
- :class => Glexchange::Pdws::Role,
1640
- :schema_type => XSD::QName.new(NsXsd, "Role"),
1641
- :schema_element => [
1642
- ["policies", "Glexchange::Pdws::Policy[]", [0, nil]],
1643
- ["roleId", "SOAP::SOAPString"],
1644
- ["roleType", "Glexchange::Pdws::RoleTypeEnum"],
1645
- ["tasks", "Glexchange::Pdws::Task[]", [0, nil]],
1646
- ["ticket", "SOAP::SOAPString"]
1647
- ]
1648
- )
1649
-
1650
- DocumentLiteralRegistry.register(
1651
- :class => Glexchange::Pdws::RoleTypeEnum,
1652
- :schema_type => XSD::QName.new(NsXsd, "RoleTypeEnum"),
1653
- :schema_element => [
1654
- ["value", "SOAP::SOAPInt"]
1655
- ]
1656
- )
1657
-
1658
- DocumentLiteralRegistry.register(
1659
- :class => Glexchange::Pdws::Policy,
1660
- :schema_type => XSD::QName.new(NsXsd, "Policy"),
1661
- :schema_element => [
1662
- ["category", "SOAP::SOAPString"],
1663
- ["policyId", "SOAP::SOAPString"],
1664
- ["policyType", "Glexchange::Pdws::RoleTypeEnum"]
1665
- ]
1666
- )
1667
-
1668
- DocumentLiteralRegistry.register(
1669
- :class => Glexchange::Pdws::LanguageWorkflowInfo,
1670
- :schema_type => XSD::QName.new(NsXsd, "LanguageWorkflowInfo"),
1671
- :schema_element => [
1672
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1673
- ["targetLanguage", "Glexchange::Pdws::Language"]
1674
- ]
1675
- )
1676
-
1677
- DocumentLiteralRegistry.register(
1678
- :class => Glexchange::Pdws::BatchWorkflowInfo,
1679
- :schema_type => XSD::QName.new(NsXsd, "BatchWorkflowInfo"),
1680
- :schema_element => [
1681
- ["batchName", "SOAP::SOAPString"],
1682
- ["languageWorkflowInfo", "Glexchange::Pdws::LanguageWorkflowInfo"]
1683
- ]
1684
- )
1685
-
1686
- DocumentLiteralRegistry.register(
1687
- :class => Glexchange::Pdws::TargetWorkflowInfo,
1688
- :schema_type => XSD::QName.new(NsXsd, "TargetWorkflowInfo"),
1689
- :schema_element => [
1690
- ["batchName", "SOAP::SOAPString"],
1691
- ["documentName", "SOAP::SOAPString"],
1692
- ["fileName", "SOAP::SOAPString"],
1693
- ["sourceLanguage", "Glexchange::Pdws::Language"],
1694
- ["targetLanguage", "Glexchange::Pdws::Language"],
1695
- ["targetTicket", "SOAP::SOAPString"]
1696
- ]
1697
- )
1698
-
1699
- DocumentLiteralRegistry.register(
1700
- :class => Glexchange::Pdws::SubmissionWorkflowInfo,
1701
- :schema_type => XSD::QName.new(NsXsd, "SubmissionWorkflowInfo"),
1702
- :schema_element => [
1703
- ["batchWorkflowInfos", "Glexchange::Pdws::BatchWorkflowInfo[]", [0, nil]],
1704
- ["languageWorkflowInfos", "Glexchange::Pdws::LanguageWorkflowInfo[]", [0, nil]],
1705
- ["phaseName", "SOAP::SOAPString"],
1706
- ["submissionId", "SOAP::SOAPLong"],
1707
- ["submissionName", "SOAP::SOAPString"],
1708
- ["submissionTicket", "SOAP::SOAPString"],
1709
- ["targetWorkflowInfos", "Glexchange::Pdws::TargetWorkflowInfo[]", [0, nil]]
1710
- ]
1711
- )
1712
-
1713
- DocumentLiteralRegistry.register(
1714
- :class => Glexchange::Pdws::WorkflowRequest,
1715
- :schema_type => XSD::QName.new(NsXsd, "WorkflowRequest"),
1716
- :schema_element => [
1717
- ["batchWorkflowInfos", "Glexchange::Pdws::BatchWorkflowInfo[]", [0, nil]],
1718
- ["languageWorkflowInfos", "Glexchange::Pdws::LanguageWorkflowInfo[]", [0, nil]],
1719
- ["phaseName", "SOAP::SOAPString"],
1720
- ["submissionTicket", "SOAP::SOAPString"],
1721
- ["targetWorkflowInfos", "Glexchange::Pdws::TargetWorkflowInfo[]", [0, nil]]
1722
- ]
1723
- )
1724
-
1725
- DocumentLiteralRegistry.register(
1726
- :class => Glexchange::Pdws::WorkflowRequestTicket,
1727
- :schema_type => XSD::QName.new(NsXsd, "WorkflowRequestTicket"),
1728
- :schema_element => [
1729
- ["message", "SOAP::SOAPString"],
1730
- ["processTicket", "SOAP::SOAPString"],
1731
- ["submissionTicket", "SOAP::SOAPString"]
1732
- ]
1733
- )
1734
-
1735
- DocumentLiteralRegistry.register(
1736
- :class => Glexchange::Pdws::DownloadActionResult,
1737
- :schema_type => XSD::QName.new(NsXsd, "DownloadActionResult"),
1738
- :schema_element => [
1739
- ["message", "SOAP::SOAPString"],
1740
- ["processingFinished", "SOAP::SOAPBoolean"],
1741
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
1742
- ]
1743
- )
1744
-
1745
- DocumentLiteralRegistry.register(
1746
- :class => Glexchange::Pdws::UploadActionResult,
1747
- :schema_type => XSD::QName.new(NsXsd, "UploadActionResult"),
1748
- :schema_element => [
1749
- ["messages", "SOAP::SOAPString[]", [0, nil]],
1750
- ["processingFinished", "SOAP::SOAPBoolean"]
1751
- ]
1752
- )
1753
-
1754
- DocumentLiteralRegistry.register(
1755
- :class => Glexchange::Pdws::DownloadCollateralResult,
1756
- :schema_type => XSD::QName.new(NsXsd, "DownloadCollateralResult"),
1757
- :schema_element => [
1758
- ["errorMessages", "SOAP::SOAPString[]", [0, nil]],
1759
- ["processingFinished", "SOAP::SOAPBoolean"],
1760
- ["repositoryItem", "Glexchange::Pdws::RepositoryItem"]
1761
- ]
1762
- )
1763
-
1764
- DocumentLiteralRegistry.register(
1765
- :class => Glexchange::Pdws::Base64Binary,
1766
- :schema_type => XSD::QName.new(NsXmlmime, "base64Binary"),
1767
- :schema_attribute => {
1768
- XSD::QName.new(NsXmlmime, "contentType") => "SOAP::SOAPString"
1769
- }
1770
- )
1771
-
1772
- DocumentLiteralRegistry.register(
1773
- :class => Glexchange::Pdws::HexBinary,
1774
- :schema_type => XSD::QName.new(NsXmlmime, "hexBinary"),
1775
- :schema_attribute => {
1776
- XSD::QName.new(NsXmlmime, "contentType") => "SOAP::SOAPString"
1777
- }
1778
- )
1779
-
1780
- DocumentLiteralRegistry.register(
1781
- :class => Glexchange::Pdws::CancelDocument,
1782
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "cancelDocument"),
1783
- :schema_element => [
1784
- ["documentTicket", "Glexchange::Pdws::DocumentTicket"]
1785
- ]
1786
- )
1787
-
1788
- DocumentLiteralRegistry.register(
1789
- :class => Glexchange::Pdws::CancelDocumentResponse,
1790
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "cancelDocumentResponse"),
1791
- :schema_element => [
1792
- ["v_return", ["SOAP::SOAPString", XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "return")]]
1793
- ]
1794
- )
1795
-
1796
- DocumentLiteralRegistry.register(
1797
- :class => Glexchange::Pdws::FindByTicket,
1798
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "findByTicket"),
1799
- :schema_element => [
1800
- ["ticket", "SOAP::SOAPString"]
1801
- ]
1802
- )
1803
-
1804
- DocumentLiteralRegistry.register(
1805
- :class => Glexchange::Pdws::FindByTicketResponse,
1806
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "findByTicketResponse"),
1807
- :schema_element => [
1808
- ["v_return", ["Glexchange::Pdws::Document", XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "return")]]
1809
- ]
1810
- )
1811
-
1812
- DocumentLiteralRegistry.register(
1813
- :class => Glexchange::Pdws::Search,
1814
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "search"),
1815
- :schema_element => [
1816
- ["command", "Glexchange::Pdws::DocumentSearchRequest"],
1817
- ["info", "Glexchange::Pdws::PagedListInfo"]
1818
- ]
1819
- )
1820
-
1821
- DocumentLiteralRegistry.register(
1822
- :class => Glexchange::Pdws::SearchResponse,
1823
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "searchResponse"),
1824
- :schema_element => [
1825
- ["v_return", ["Glexchange::Pdws::DocumentPagedList", XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "return")]]
1826
- ]
1827
- )
1828
-
1829
- DocumentLiteralRegistry.register(
1830
- :class => Glexchange::Pdws::SubmitDocumentWithBinaryResource,
1831
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "submitDocumentWithBinaryResource"),
1832
- :schema_element => [
1833
- ["documentInfo", "Glexchange::Pdws::DocumentInfo"],
1834
- ["resourceInfo", "Glexchange::Pdws::ResourceInfo"],
1835
- ["data", "Glexchange::Pdws::Base64Binary"]
1836
- ]
1837
- )
1838
-
1839
- DocumentLiteralRegistry.register(
1840
- :class => Glexchange::Pdws::SubmitDocumentWithBinaryResourceResponse,
1841
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "submitDocumentWithBinaryResourceResponse"),
1842
- :schema_element => [
1843
- ["v_return", ["Glexchange::Pdws::DocumentTicket", XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "return")]]
1844
- ]
1845
- )
1846
-
1847
- DocumentLiteralRegistry.register(
1848
- :class => Glexchange::Pdws::SubmitDocumentWithTextResource,
1849
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "submitDocumentWithTextResource"),
1850
- :schema_element => [
1851
- ["documentInfo", "Glexchange::Pdws::DocumentInfo"],
1852
- ["resourceInfo", "Glexchange::Pdws::ResourceInfo"],
1853
- ["data", "SOAP::SOAPString"]
1854
- ]
1855
- )
1856
-
1857
- DocumentLiteralRegistry.register(
1858
- :class => Glexchange::Pdws::SubmitDocumentWithTextResourceResponse,
1859
- :schema_name => XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "submitDocumentWithTextResourceResponse"),
1860
- :schema_element => [
1861
- ["v_return", ["Glexchange::Pdws::DocumentTicket", XSD::QName.new(NsImplServicesServiceWsProjectdirectorGs4trOrg, "return")]]
1862
- ]
1863
- )
1864
- end
1865
- end
1866
- end