glexchange 4.18.1 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/lib/glexchange/model/Document.rb +1 -1
  3. data/lib/glexchange/model/ReferenceDocument.rb +1 -1
  4. data/lib/glexchange/model/Submission.rb +5 -0
  5. data/lib/glexchange/pdws/{DocumentService_4180.rb → DocumentService_580.rb} +16 -387
  6. data/lib/glexchange/pdws/DocumentService_580Driver.rb +77 -0
  7. data/lib/glexchange/pdws/{DocumentService_4180MappingRegistry.rb → DocumentService_580MappingRegistry.rb} +1546 -1911
  8. data/lib/glexchange/pdws/{ProjectService_4180.rb → ProjectService_580.rb} +16 -356
  9. data/lib/glexchange/pdws/ProjectService_580Driver.rb +77 -0
  10. data/lib/glexchange/pdws/{ProjectService_4180MappingRegistry.rb → ProjectService_580MappingRegistry.rb} +1542 -1890
  11. data/lib/glexchange/pdws/SubmissionService_580.rb +1776 -0
  12. data/lib/glexchange/pdws/SubmissionService_580Driver.rb +165 -0
  13. data/lib/glexchange/pdws/SubmissionService_580MappingRegistry.rb +1732 -0
  14. data/lib/glexchange/pdws/TargetService_580.rb +1747 -0
  15. data/lib/glexchange/pdws/TargetService_580Driver.rb +181 -0
  16. data/lib/glexchange/pdws/TargetService_580MappingRegistry.rb +1763 -0
  17. data/lib/glexchange/pdws/{UserProfileService_4180.rb → UserProfileService_580.rb} +16 -357
  18. data/lib/glexchange/pdws/UserProfileService_580Driver.rb +84 -0
  19. data/lib/glexchange/pdws/{UserProfileService_4180MappingRegistry.rb → UserProfileService_580MappingRegistry.rb} +1551 -1899
  20. data/lib/glexchange/pdws/{WorkflowService_4180.rb → WorkflowService_580.rb} +15 -356
  21. data/lib/glexchange/pdws/WorkflowService_580Driver.rb +117 -0
  22. data/lib/glexchange/pdws/{WorkflowService_4180MappingRegistry.rb → WorkflowService_580MappingRegistry.rb} +1623 -1971
  23. data/lib/glexchange.rb +67 -16
  24. metadata +22 -22
  25. data/lib/glexchange/pdws/DocumentService_4180Driver.rb +0 -83
  26. data/lib/glexchange/pdws/ProjectService_4180Driver.rb +0 -75
  27. data/lib/glexchange/pdws/SubmissionService_4180.rb +0 -2138
  28. data/lib/glexchange/pdws/SubmissionService_4180Driver.rb +0 -171
  29. data/lib/glexchange/pdws/SubmissionService_4180MappingRegistry.rb +0 -2095
  30. data/lib/glexchange/pdws/TargetService_4180.rb +0 -2115
  31. data/lib/glexchange/pdws/TargetService_4180Driver.rb +0 -187
  32. data/lib/glexchange/pdws/TargetService_4180MappingRegistry.rb +0 -2128
  33. data/lib/glexchange/pdws/UserProfileService_4180Driver.rb +0 -82
  34. data/lib/glexchange/pdws/WorkflowService_4180Driver.rb +0 -115
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+ # Generated by wsdl2ruby (SOAP4R-NG/2.0.3)
1
3
  require 'xsd/qname'
2
4
 
3
5
  module Glexchange; module Pdws
@@ -171,41 +173,6 @@ class DocumentInfo
171
173
  end
172
174
  end
173
175
 
174
- # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentPagedList
175
- # elements - Glexchange::Pdws::Document
176
- # pagedListInfo - Glexchange::Pdws::PagedListInfo
177
- # tasks - Glexchange::Pdws::Task
178
- # totalCount - SOAP::SOAPLong
179
- class DocumentPagedList
180
- attr_accessor :elements
181
- attr_accessor :pagedListInfo
182
- attr_accessor :tasks
183
- attr_accessor :totalCount
184
-
185
- def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
186
- @elements = elements
187
- @pagedListInfo = pagedListInfo
188
- @tasks = tasks
189
- @totalCount = totalCount
190
- end
191
- end
192
-
193
- # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentSearchRequest
194
- # projectTickets - SOAP::SOAPString
195
- # sourceLocaleId - SOAP::SOAPString
196
- # submissionTicket - SOAP::SOAPString
197
- class DocumentSearchRequest
198
- attr_accessor :projectTickets
199
- attr_accessor :sourceLocaleId
200
- attr_accessor :submissionTicket
201
-
202
- def initialize(projectTickets = [], sourceLocaleId = nil, submissionTicket = nil)
203
- @projectTickets = projectTickets
204
- @sourceLocaleId = sourceLocaleId
205
- @submissionTicket = submissionTicket
206
- end
207
- end
208
-
209
176
  # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentTicket
210
177
  # submissionTicket - SOAP::SOAPString
211
178
  # ticketId - SOAP::SOAPString
@@ -263,62 +230,6 @@ class FileFormatProfile
263
230
  end
264
231
  end
265
232
 
266
- # {http://dto.model.projectdirector.gs4tr.org/xsd}FileFormatProgressData
267
- # dateCompleted - Glexchange::Pdws::Date
268
- # fileCount - SOAP::SOAPLong
269
- # fileFormatName - SOAP::SOAPString
270
- # fileProgressData - Glexchange::Pdws::FileProgressData
271
- # jobTicket - SOAP::SOAPString
272
- # workflowDueDate - Glexchange::Pdws::Date
273
- # workflowStatus - SOAP::SOAPString
274
- class FileFormatProgressData
275
- attr_accessor :dateCompleted
276
- attr_accessor :fileCount
277
- attr_accessor :fileFormatName
278
- attr_accessor :fileProgressData
279
- attr_accessor :jobTicket
280
- attr_accessor :workflowDueDate
281
- attr_accessor :workflowStatus
282
-
283
- def initialize(dateCompleted = nil, fileCount = nil, fileFormatName = nil, fileProgressData = nil, jobTicket = nil, workflowDueDate = nil, workflowStatus = nil)
284
- @dateCompleted = dateCompleted
285
- @fileCount = fileCount
286
- @fileFormatName = fileFormatName
287
- @fileProgressData = fileProgressData
288
- @jobTicket = jobTicket
289
- @workflowDueDate = workflowDueDate
290
- @workflowStatus = workflowStatus
291
- end
292
- end
293
-
294
- # {http://dto.model.projectdirector.gs4tr.org/xsd}FileProgressData
295
- # numberOfAvailableFiles - SOAP::SOAPInt
296
- # numberOfCanceledFiles - SOAP::SOAPInt
297
- # numberOfCompletedFiles - SOAP::SOAPInt
298
- # numberOfDeliveredFiles - SOAP::SOAPInt
299
- # numberOfFailedFiles - SOAP::SOAPInt
300
- # numberOfInProcessFiles - SOAP::SOAPInt
301
- # overallProgressPercent - SOAP::SOAPInt
302
- class FileProgressData
303
- attr_accessor :numberOfAvailableFiles
304
- attr_accessor :numberOfCanceledFiles
305
- attr_accessor :numberOfCompletedFiles
306
- attr_accessor :numberOfDeliveredFiles
307
- attr_accessor :numberOfFailedFiles
308
- attr_accessor :numberOfInProcessFiles
309
- attr_accessor :overallProgressPercent
310
-
311
- def initialize(numberOfAvailableFiles = nil, numberOfCanceledFiles = nil, numberOfCompletedFiles = nil, numberOfDeliveredFiles = nil, numberOfFailedFiles = nil, numberOfInProcessFiles = nil, overallProgressPercent = nil)
312
- @numberOfAvailableFiles = numberOfAvailableFiles
313
- @numberOfCanceledFiles = numberOfCanceledFiles
314
- @numberOfCompletedFiles = numberOfCompletedFiles
315
- @numberOfDeliveredFiles = numberOfDeliveredFiles
316
- @numberOfFailedFiles = numberOfFailedFiles
317
- @numberOfInProcessFiles = numberOfInProcessFiles
318
- @overallProgressPercent = overallProgressPercent
319
- end
320
- end
321
-
322
233
  # {http://dto.model.projectdirector.gs4tr.org/xsd}FuzzyTmStatistics
323
234
  # fuzzyName - SOAP::SOAPString
324
235
  # wordCount - SOAP::SOAPInt
@@ -332,16 +243,6 @@ class FuzzyTmStatistics
332
243
  end
333
244
  end
334
245
 
335
- # {http://dto.model.projectdirector.gs4tr.org/xsd}ItemFolderEnum
336
- # value - SOAP::SOAPInt
337
- class ItemFolderEnum
338
- attr_accessor :value
339
-
340
- def initialize(value = nil)
341
- @value = value
342
- end
343
- end
344
-
345
246
  # {http://dto.model.projectdirector.gs4tr.org/xsd}ItemStatusEnum
346
247
  # name - SOAP::SOAPString
347
248
  # value - SOAP::SOAPInt
@@ -394,37 +295,6 @@ class LanguageDirection
394
295
  end
395
296
  end
396
297
 
397
- # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguageDirectionModel
398
- # dateCompleted - Glexchange::Pdws::Date
399
- # fileCount - SOAP::SOAPLong
400
- # fileFormatProgressData - Glexchange::Pdws::FileFormatProgressData
401
- # fileProgress - Glexchange::Pdws::FileProgressData
402
- # sourceLanguage - Glexchange::Pdws::Language
403
- # targetLanguage - Glexchange::Pdws::Language
404
- # workflowDueDate - Glexchange::Pdws::Date
405
- # workflowStatus - SOAP::SOAPString
406
- class LanguageDirectionModel
407
- attr_accessor :dateCompleted
408
- attr_accessor :fileCount
409
- attr_accessor :fileFormatProgressData
410
- attr_accessor :fileProgress
411
- attr_accessor :sourceLanguage
412
- attr_accessor :targetLanguage
413
- attr_accessor :workflowDueDate
414
- attr_accessor :workflowStatus
415
-
416
- def initialize(dateCompleted = nil, fileCount = nil, fileFormatProgressData = [], fileProgress = nil, sourceLanguage = nil, targetLanguage = nil, workflowDueDate = nil, workflowStatus = nil)
417
- @dateCompleted = dateCompleted
418
- @fileCount = fileCount
419
- @fileFormatProgressData = fileFormatProgressData
420
- @fileProgress = fileProgress
421
- @sourceLanguage = sourceLanguage
422
- @targetLanguage = targetLanguage
423
- @workflowDueDate = workflowDueDate
424
- @workflowStatus = workflowStatus
425
- end
426
- end
427
-
428
298
  # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguagePhaseInfo
429
299
  # phaseStartDate - Glexchange::Pdws::Date
430
300
  # sourceFileList - SOAP::SOAPString
@@ -629,19 +499,6 @@ class ProjectInfo
629
499
  end
630
500
  end
631
501
 
632
- # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectLanguage
633
- # customLocaleCode - SOAP::SOAPString
634
- # localeCode - SOAP::SOAPString
635
- class ProjectLanguage
636
- attr_accessor :customLocaleCode
637
- attr_accessor :localeCode
638
-
639
- def initialize(customLocaleCode = nil, localeCode = nil)
640
- @customLocaleCode = customLocaleCode
641
- @localeCode = localeCode
642
- end
643
- end
644
-
645
502
  # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectLanguageDirection
646
503
  # sourceLanguage - Glexchange::Pdws::Language
647
504
  # targetLanguage - Glexchange::Pdws::Language
@@ -805,10 +662,13 @@ class Submission
805
662
  end
806
663
 
807
664
  # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionInfo
665
+ # adaptorName - SOAP::SOAPString
666
+ # adaptorVersion - SOAP::SOAPString
808
667
  # additionalCosts - SOAP::SOAPString
809
668
  # autoStartChilds - SOAP::SOAPBoolean
810
669
  # claimScope - Glexchange::Pdws::ClaimScopeEnum
811
670
  # clientIdentifier - SOAP::SOAPString
671
+ # clientVersion - SOAP::SOAPString
812
672
  # dateRequested - Glexchange::Pdws::Date
813
673
  # internalNotes - SOAP::SOAPString
814
674
  # metadata - Glexchange::Pdws::Metadata
@@ -822,12 +682,16 @@ end
822
682
  # submissionBackground - SOAP::SOAPString
823
683
  # submissionCustomFields - Glexchange::Pdws::SubmissionCustomFields
824
684
  # submitters - SOAP::SOAPString
685
+ # technologyProduct - SOAP::SOAPString
825
686
  # workflowDefinitionTicket - SOAP::SOAPString
826
687
  class SubmissionInfo
688
+ attr_accessor :adaptorName
689
+ attr_accessor :adaptorVersion
827
690
  attr_accessor :additionalCosts
828
691
  attr_accessor :autoStartChilds
829
692
  attr_accessor :claimScope
830
693
  attr_accessor :clientIdentifier
694
+ attr_accessor :clientVersion
831
695
  attr_accessor :dateRequested
832
696
  attr_accessor :internalNotes
833
697
  attr_accessor :metadata
@@ -841,13 +705,17 @@ class SubmissionInfo
841
705
  attr_accessor :submissionBackground
842
706
  attr_accessor :submissionCustomFields
843
707
  attr_accessor :submitters
708
+ attr_accessor :technologyProduct
844
709
  attr_accessor :workflowDefinitionTicket
845
710
 
846
- def initialize(additionalCosts = nil, autoStartChilds = nil, claimScope = nil, clientIdentifier = nil, dateRequested = nil, internalNotes = nil, metadata = [], name = nil, officeName = nil, paClientTicket = nil, paJobNumber = nil, priority = nil, projectTicket = nil, revenue = nil, submissionBackground = nil, submissionCustomFields = [], submitters = [], workflowDefinitionTicket = nil)
711
+ def initialize(adaptorName = nil, adaptorVersion = nil, additionalCosts = nil, autoStartChilds = nil, claimScope = nil, clientIdentifier = nil, clientVersion = nil, dateRequested = nil, internalNotes = nil, metadata = [], name = nil, officeName = nil, paClientTicket = nil, paJobNumber = nil, priority = nil, projectTicket = nil, revenue = nil, submissionBackground = nil, submissionCustomFields = [], submitters = [], technologyProduct = nil, workflowDefinitionTicket = nil)
712
+ @adaptorName = adaptorName
713
+ @adaptorVersion = adaptorVersion
847
714
  @additionalCosts = additionalCosts
848
715
  @autoStartChilds = autoStartChilds
849
716
  @claimScope = claimScope
850
717
  @clientIdentifier = clientIdentifier
718
+ @clientVersion = clientVersion
851
719
  @dateRequested = dateRequested
852
720
  @internalNotes = internalNotes
853
721
  @metadata = metadata
@@ -861,182 +729,11 @@ class SubmissionInfo
861
729
  @submissionBackground = submissionBackground
862
730
  @submissionCustomFields = submissionCustomFields
863
731
  @submitters = submitters
732
+ @technologyProduct = technologyProduct
864
733
  @workflowDefinitionTicket = workflowDefinitionTicket
865
734
  end
866
735
  end
867
736
 
868
- # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionPagedList
869
- # elements - Glexchange::Pdws::Submission
870
- # pagedListInfo - Glexchange::Pdws::PagedListInfo
871
- # tasks - Glexchange::Pdws::Task
872
- # totalCount - SOAP::SOAPLong
873
- class SubmissionPagedList
874
- attr_accessor :elements
875
- attr_accessor :pagedListInfo
876
- attr_accessor :tasks
877
- attr_accessor :totalCount
878
-
879
- def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
880
- @elements = elements
881
- @pagedListInfo = pagedListInfo
882
- @tasks = tasks
883
- @totalCount = totalCount
884
- end
885
- end
886
-
887
- # {http://dto.model.projectdirector.gs4tr.org/xsd}SimpleSubmissionSearchModel
888
- # alerts - Glexchange::Pdws::Notification
889
- # availableTasks - SOAP::SOAPLong
890
- # budgetStatus - SOAP::SOAPInt
891
- # claimScope - Glexchange::Pdws::ClaimScopeEnum
892
- # customFields - SOAP::SOAPString
893
- # date - Glexchange::Pdws::Date
894
- # dateArchived - Glexchange::Pdws::Date
895
- # dateCompleted - Glexchange::Pdws::Date
896
- # dateStarted - Glexchange::Pdws::Date
897
- # dueDate - Glexchange::Pdws::Date
898
- # fileCount - SOAP::SOAPLong
899
- # fileProgress - Glexchange::Pdws::FileProgressData
900
- # gate - SOAP::SOAPByte
901
- # id - SOAP::SOAPString
902
- # instructions - SOAP::SOAPString
903
- # officeName - SOAP::SOAPString
904
- # owner - Glexchange::Pdws::UserData
905
- # paClientName - SOAP::SOAPString
906
- # parentSubmissionName - SOAP::SOAPString
907
- # parentTicket - SOAP::SOAPString
908
- # pmNotes - SOAP::SOAPString
909
- # priority - SOAP::SOAPString
910
- # projectName - SOAP::SOAPString
911
- # projectTicket - SOAP::SOAPString
912
- # quote - SOAP::SOAPByte
913
- # reserved - SOAP::SOAPBoolean
914
- # sourceLanguage - SOAP::SOAPString
915
- # status - Glexchange::Pdws::ItemStatusEnum
916
- # submissionBackground - SOAP::SOAPString
917
- # submissionName - SOAP::SOAPString
918
- # submitterFullName - Glexchange::Pdws::UserData
919
- # ticket - SOAP::SOAPString
920
- # wordCount - SOAP::SOAPLong
921
- # workflowDueDate - Glexchange::Pdws::Date
922
- # workflowStatus - SOAP::SOAPString
923
- class SimpleSubmissionSearchModel
924
- attr_accessor :alerts
925
- attr_accessor :availableTasks
926
- attr_accessor :budgetStatus
927
- attr_accessor :claimScope
928
- attr_accessor :customFields
929
- attr_accessor :date
930
- attr_accessor :dateArchived
931
- attr_accessor :dateCompleted
932
- attr_accessor :dateStarted
933
- attr_accessor :dueDate
934
- attr_accessor :fileCount
935
- attr_accessor :fileProgress
936
- attr_accessor :gate
937
- attr_accessor :id
938
- attr_accessor :instructions
939
- attr_accessor :officeName
940
- attr_accessor :owner
941
- attr_accessor :paClientName
942
- attr_accessor :parentSubmissionName
943
- attr_accessor :parentTicket
944
- attr_accessor :pmNotes
945
- attr_accessor :priority
946
- attr_accessor :projectName
947
- attr_accessor :projectTicket
948
- attr_accessor :quote
949
- attr_accessor :reserved
950
- attr_accessor :sourceLanguage
951
- attr_accessor :status
952
- attr_accessor :submissionBackground
953
- attr_accessor :submissionName
954
- attr_accessor :submitterFullName
955
- attr_accessor :ticket
956
- attr_accessor :wordCount
957
- attr_accessor :workflowDueDate
958
- attr_accessor :workflowStatus
959
-
960
- def initialize(alerts = [], availableTasks = nil, budgetStatus = nil, claimScope = nil, customFields = [], date = nil, dateArchived = nil, dateCompleted = nil, dateStarted = nil, dueDate = nil, fileCount = nil, fileProgress = nil, gate = nil, id = nil, instructions = nil, officeName = nil, owner = [], paClientName = nil, parentSubmissionName = nil, parentTicket = nil, pmNotes = nil, priority = nil, projectName = nil, projectTicket = nil, quote = nil, reserved = nil, sourceLanguage = nil, status = nil, submissionBackground = nil, submissionName = nil, submitterFullName = [], ticket = nil, wordCount = nil, workflowDueDate = nil, workflowStatus = nil)
961
- @alerts = alerts
962
- @availableTasks = availableTasks
963
- @budgetStatus = budgetStatus
964
- @claimScope = claimScope
965
- @customFields = customFields
966
- @date = date
967
- @dateArchived = dateArchived
968
- @dateCompleted = dateCompleted
969
- @dateStarted = dateStarted
970
- @dueDate = dueDate
971
- @fileCount = fileCount
972
- @fileProgress = fileProgress
973
- @gate = gate
974
- @id = id
975
- @instructions = instructions
976
- @officeName = officeName
977
- @owner = owner
978
- @paClientName = paClientName
979
- @parentSubmissionName = parentSubmissionName
980
- @parentTicket = parentTicket
981
- @pmNotes = pmNotes
982
- @priority = priority
983
- @projectName = projectName
984
- @projectTicket = projectTicket
985
- @quote = quote
986
- @reserved = reserved
987
- @sourceLanguage = sourceLanguage
988
- @status = status
989
- @submissionBackground = submissionBackground
990
- @submissionName = submissionName
991
- @submitterFullName = submitterFullName
992
- @ticket = ticket
993
- @wordCount = wordCount
994
- @workflowDueDate = workflowDueDate
995
- @workflowStatus = workflowStatus
996
- end
997
- end
998
-
999
- # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionSearchModelPagedList
1000
- # elements - Glexchange::Pdws::SimpleSubmissionSearchModel
1001
- # pagedListInfo - Glexchange::Pdws::PagedListInfo
1002
- # tasks - Glexchange::Pdws::Task
1003
- # totalCount - SOAP::SOAPLong
1004
- class SubmissionSearchModelPagedList
1005
- attr_accessor :elements
1006
- attr_accessor :pagedListInfo
1007
- attr_accessor :tasks
1008
- attr_accessor :totalCount
1009
-
1010
- def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
1011
- @elements = elements
1012
- @pagedListInfo = pagedListInfo
1013
- @tasks = tasks
1014
- @totalCount = totalCount
1015
- end
1016
- end
1017
-
1018
- # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionSearchRequest
1019
- # folder - Glexchange::Pdws::ItemFolderEnum
1020
- # projectTickets - SOAP::SOAPString
1021
- # submissionDate - Glexchange::Pdws::Date
1022
- # submissionDueDate - Glexchange::Pdws::Date
1023
- # submissionName - SOAP::SOAPString
1024
- class SubmissionSearchRequest
1025
- attr_accessor :folder
1026
- attr_accessor :projectTickets
1027
- attr_accessor :submissionDate
1028
- attr_accessor :submissionDueDate
1029
- attr_accessor :submissionName
1030
-
1031
- def initialize(folder = nil, projectTickets = [], submissionDate = nil, submissionDueDate = nil, submissionName = nil)
1032
- @folder = folder
1033
- @projectTickets = projectTickets
1034
- @submissionDate = submissionDate
1035
- @submissionDueDate = submissionDueDate
1036
- @submissionName = submissionName
1037
- end
1038
- end
1039
-
1040
737
  # {http://dto.model.projectdirector.gs4tr.org/xsd}Target
1041
738
  # availableTasks - SOAP::SOAPLong
1042
739
  # dateCompleted - Glexchange::Pdws::Date
@@ -1154,31 +851,6 @@ class TargetPagedList
1154
851
  end
1155
852
  end
1156
853
 
1157
- # {http://dto.model.projectdirector.gs4tr.org/xsd}TargetSearchRequest
1158
- # dateCreated - Glexchange::Pdws::Date
1159
- # folder - Glexchange::Pdws::ItemFolderEnum
1160
- # projectTickets - SOAP::SOAPString
1161
- # sourceLocaleId - SOAP::SOAPString
1162
- # submissionTicket - SOAP::SOAPString
1163
- # targetLocaleId - SOAP::SOAPString
1164
- class TargetSearchRequest
1165
- attr_accessor :dateCreated
1166
- attr_accessor :folder
1167
- attr_accessor :projectTickets
1168
- attr_accessor :sourceLocaleId
1169
- attr_accessor :submissionTicket
1170
- attr_accessor :targetLocaleId
1171
-
1172
- def initialize(dateCreated = nil, folder = nil, projectTickets = [], sourceLocaleId = nil, submissionTicket = nil, targetLocaleId = nil)
1173
- @dateCreated = dateCreated
1174
- @folder = folder
1175
- @projectTickets = projectTickets
1176
- @sourceLocaleId = sourceLocaleId
1177
- @submissionTicket = submissionTicket
1178
- @targetLocaleId = targetLocaleId
1179
- end
1180
- end
1181
-
1182
854
  # {http://dto.model.projectdirector.gs4tr.org/xsd}Task
1183
855
  # groupName - SOAP::SOAPString
1184
856
  # selectStyle - SOAP::SOAPInt
@@ -1302,19 +974,6 @@ class WorkflowDefinition
1302
974
  end
1303
975
  end
1304
976
 
1305
- # {http://dto.model.projectdirector.gs4tr.org/xsd}UserData
1306
- # email - SOAP::SOAPString
1307
- # name - SOAP::SOAPString
1308
- class UserData
1309
- attr_accessor :email
1310
- attr_accessor :name
1311
-
1312
- def initialize(email = nil, name = nil)
1313
- @email = email
1314
- @name = name
1315
- end
1316
- end
1317
-
1318
977
  # {http://dto.model.projectdirector.gs4tr.org/xsd}UserInfo
1319
978
  # accountLocked - SOAP::SOAPBoolean
1320
979
  # accountNonExpired - SOAP::SOAPBoolean
@@ -1322,7 +981,7 @@ end
1322
981
  # autoClaimMultipleTasks - SOAP::SOAPBoolean
1323
982
  # claimMultipleJobTasks - SOAP::SOAPBoolean
1324
983
  # credentialsNonExpired - SOAP::SOAPBoolean
1325
- # dateLastLogin - SOAP::SOAPDateTime
984
+ # dateLastLogin - Glexchange::Pdws::Date
1326
985
  # department - SOAP::SOAPString
1327
986
  # emailAddress - SOAP::SOAPString
1328
987
  # emailNotification - SOAP::SOAPBoolean
@@ -0,0 +1,84 @@
1
+ # encoding: UTF-8
2
+ # Generated by wsdl2ruby (SOAP4R-NG/2.0.3)
3
+ require_relative 'UserProfileService_580.rb'
4
+ require_relative 'UserProfileService_580MappingRegistry.rb'
5
+ require 'soap/rpc/driver'
6
+
7
+ module Glexchange::Pdws
8
+
9
+ class UserProfileServicePortType < ::SOAP::RPC::Driver
10
+ DefaultEndpointUrl = "http://localhost/services/UserProfileService_580.UserProfileServiceHttpSoap11Endpoint"
11
+
12
+ Methods = [
13
+ [ "urn:getSubmitters",
14
+ "getSubmitters",
15
+ [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "getSubmitters"]],
16
+ [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "getSubmittersResponse"]] ],
17
+ { :request_style => :document, :request_use => :literal,
18
+ :response_style => :document, :response_use => :literal,
19
+ :faults => {} }
20
+ ],
21
+ [ "urn:createUser",
22
+ "createUser",
23
+ [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "createUser"]],
24
+ [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "createUserResponse"]] ],
25
+ { :request_style => :document, :request_use => :literal,
26
+ :response_style => :document, :response_use => :literal,
27
+ :faults => {} }
28
+ ],
29
+ [ "urn:findByTicket",
30
+ "findByTicket",
31
+ [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "findByTicket"]],
32
+ [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "findByTicketResponse"]] ],
33
+ { :request_style => :document, :request_use => :literal,
34
+ :response_style => :document, :response_use => :literal,
35
+ :faults => {} }
36
+ ],
37
+ [ "urn:getCurrentUserLanguages",
38
+ "getCurrentUserLanguages",
39
+ [ [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "getCurrentUserLanguagesResponse"]] ],
40
+ { :request_style => :document, :request_use => :literal,
41
+ :response_style => :document, :response_use => :literal,
42
+ :faults => {} }
43
+ ],
44
+ [ "urn:getUserLanguages",
45
+ "getUserLanguages",
46
+ [ [:in, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "getUserLanguages"]],
47
+ [:out, "parameters", ["::SOAP::SOAPElement", "http://impl.services.service.ws.projectdirector.gs4tr.org", "getUserLanguagesResponse"]] ],
48
+ { :request_style => :document, :request_use => :literal,
49
+ :response_style => :document, :response_use => :literal,
50
+ :faults => {} }
51
+ ]
52
+ ]
53
+
54
+ def initialize(endpoint_url = nil)
55
+ endpoint_url ||= DefaultEndpointUrl
56
+ super(endpoint_url, nil)
57
+ self.mapping_registry = UserProfileMappingRegistry::UserProfileEncodedRegistry
58
+ self.literal_mapping_registry = UserProfileMappingRegistry::UserProfileLiteralRegistry
59
+ init_methods
60
+ end
61
+
62
+ private
63
+
64
+ def init_methods
65
+ Methods.each do |definitions|
66
+ opt = definitions.last
67
+ if opt[:request_style] == :document
68
+ add_document_operation(*definitions)
69
+ else
70
+ add_rpc_operation(*definitions)
71
+ qname = definitions[0]
72
+ name = definitions[2]
73
+ if qname.name != name and qname.name.capitalize == name.capitalize
74
+ ::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
75
+ __send__(name, *arg)
76
+ end
77
+ end
78
+ end
79
+ end
80
+ end
81
+ end
82
+
83
+
84
+ end