glexchange 2.0.1

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