JOT 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1141 @@
1
+ require 'JIRA-SOAP-STUBS/default.rb'
2
+ require 'JIRA-SOAP-STUBS/defaultMappingRegistry.rb'
3
+ require 'soap/rpc/driver'
4
+
5
+ module JIRA
6
+
7
+ class JiraSoapService < ::SOAP::RPC::Driver
8
+ DefaultEndpointUrl = "https://issues.jboss.org/rpc/soap/jirasoapservice-v2"
9
+ NsSoapRpcJiraAtlassianCom = "http://soap.rpc.jira.atlassian.com"
10
+
11
+ Methods = [
12
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getComment"),
13
+ "",
14
+ "getComment",
15
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
16
+ ["in", "in1", ["::SOAP::SOAPLong"]],
17
+ ["retval", "getCommentReturn", ["JIRA::RemoteComment", "http://beans.soap.rpc.jira.atlassian.com", "RemoteComment"]] ],
18
+ { :request_style => :rpc, :request_use => :encoded,
19
+ :response_style => :rpc, :response_use => :encoded,
20
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
21
+ ],
22
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getServerInfo"),
23
+ "",
24
+ "getServerInfo",
25
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
26
+ ["retval", "getServerInfoReturn", ["JIRA::RemoteServerInfo", "http://beans.soap.rpc.jira.atlassian.com", "RemoteServerInfo"]] ],
27
+ { :request_style => :rpc, :request_use => :encoded,
28
+ :response_style => :rpc, :response_use => :encoded,
29
+ :faults => {} }
30
+ ],
31
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getGroup"),
32
+ "",
33
+ "getGroup",
34
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
35
+ ["in", "in1", ["::SOAP::SOAPString"]],
36
+ ["retval", "getGroupReturn", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]] ],
37
+ { :request_style => :rpc, :request_use => :encoded,
38
+ :response_style => :rpc, :response_use => :encoded,
39
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
40
+ ],
41
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "login"),
42
+ "",
43
+ "login",
44
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
45
+ ["in", "in1", ["::SOAP::SOAPString"]],
46
+ ["retval", "loginReturn", ["::SOAP::SOAPString"]] ],
47
+ { :request_style => :rpc, :request_use => :encoded,
48
+ :response_style => :rpc, :response_use => :encoded,
49
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
50
+ ],
51
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getUser"),
52
+ "",
53
+ "getUser",
54
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
55
+ ["in", "in1", ["::SOAP::SOAPString"]],
56
+ ["retval", "getUserReturn", ["JIRA::RemoteUser", "http://beans.soap.rpc.jira.atlassian.com", "RemoteUser"]] ],
57
+ { :request_style => :rpc, :request_use => :encoded,
58
+ :response_style => :rpc, :response_use => :encoded,
59
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
60
+ ],
61
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssue"),
62
+ "",
63
+ "getIssue",
64
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
65
+ ["in", "in1", ["::SOAP::SOAPString"]],
66
+ ["retval", "getIssueReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
67
+ { :request_style => :rpc, :request_use => :encoded,
68
+ :response_style => :rpc, :response_use => :encoded,
69
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
70
+ ],
71
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getVersions"),
72
+ "",
73
+ "getVersions",
74
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
75
+ ["in", "in1", ["::SOAP::SOAPString"]],
76
+ ["retval", "getVersionsReturn", ["JIRA::ArrayOf_tns1_RemoteVersion", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteVersion"]] ],
77
+ { :request_style => :rpc, :request_use => :encoded,
78
+ :response_style => :rpc, :response_use => :encoded,
79
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
80
+ ],
81
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getComponents"),
82
+ "",
83
+ "getComponents",
84
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
85
+ ["in", "in1", ["::SOAP::SOAPString"]],
86
+ ["retval", "getComponentsReturn", ["JIRA::ArrayOf_tns1_RemoteComponent", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteComponent"]] ],
87
+ { :request_style => :rpc, :request_use => :encoded,
88
+ :response_style => :rpc, :response_use => :encoded,
89
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
90
+ ],
91
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createGroup"),
92
+ "",
93
+ "createGroup",
94
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
95
+ ["in", "in1", ["::SOAP::SOAPString"]],
96
+ ["in", "in2", ["JIRA::RemoteUser", "http://beans.soap.rpc.jira.atlassian.com", "RemoteUser"]],
97
+ ["retval", "createGroupReturn", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]] ],
98
+ { :request_style => :rpc, :request_use => :encoded,
99
+ :response_style => :rpc, :response_use => :encoded,
100
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
101
+ ],
102
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createUser"),
103
+ "",
104
+ "createUser",
105
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
106
+ ["in", "in1", ["::SOAP::SOAPString"]],
107
+ ["in", "in2", ["::SOAP::SOAPString"]],
108
+ ["in", "in3", ["::SOAP::SOAPString"]],
109
+ ["in", "in4", ["::SOAP::SOAPString"]],
110
+ ["retval", "createUserReturn", ["JIRA::RemoteUser", "http://beans.soap.rpc.jira.atlassian.com", "RemoteUser"]] ],
111
+ { :request_style => :rpc, :request_use => :encoded,
112
+ :response_style => :rpc, :response_use => :encoded,
113
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
114
+ ],
115
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createIssue"),
116
+ "",
117
+ "createIssue",
118
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
119
+ ["in", "in1", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]],
120
+ ["retval", "createIssueReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
121
+ { :request_style => :rpc, :request_use => :encoded,
122
+ :response_style => :rpc, :response_use => :encoded,
123
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
124
+ ],
125
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateIssue"),
126
+ "",
127
+ "updateIssue",
128
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
129
+ ["in", "in1", ["::SOAP::SOAPString"]],
130
+ ["in", "in2", ["JIRA::ArrayOf_tns1_RemoteFieldValue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteFieldValue"]],
131
+ ["retval", "updateIssueReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
132
+ { :request_style => :rpc, :request_use => :encoded,
133
+ :response_style => :rpc, :response_use => :encoded,
134
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
135
+ ],
136
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteIssue"),
137
+ "",
138
+ "deleteIssue",
139
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
140
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
141
+ { :request_style => :rpc, :request_use => :encoded,
142
+ :response_style => :rpc, :response_use => :encoded,
143
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
144
+ ],
145
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getAvailableActions"),
146
+ "",
147
+ "getAvailableActions",
148
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
149
+ ["in", "in1", ["::SOAP::SOAPString"]],
150
+ ["retval", "getAvailableActionsReturn", ["JIRA::ArrayOf_tns1_RemoteNamedObject", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteNamedObject"]] ],
151
+ { :request_style => :rpc, :request_use => :encoded,
152
+ :response_style => :rpc, :response_use => :encoded,
153
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
154
+ ],
155
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSubTaskIssueTypes"),
156
+ "",
157
+ "getSubTaskIssueTypes",
158
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
159
+ ["retval", "getSubTaskIssueTypesReturn", ["JIRA::ArrayOf_tns1_RemoteIssueType", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssueType"]] ],
160
+ { :request_style => :rpc, :request_use => :encoded,
161
+ :response_style => :rpc, :response_use => :encoded,
162
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
163
+ ],
164
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getConfiguration"),
165
+ "",
166
+ "getConfiguration",
167
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
168
+ ["retval", "getConfigurationReturn", ["JIRA::RemoteConfiguration", "http://beans.soap.rpc.jira.atlassian.com", "RemoteConfiguration"]] ],
169
+ { :request_style => :rpc, :request_use => :encoded,
170
+ :response_style => :rpc, :response_use => :encoded,
171
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
172
+ ],
173
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createProject"),
174
+ "",
175
+ "createProject",
176
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
177
+ ["in", "in1", ["::SOAP::SOAPString"]],
178
+ ["in", "in2", ["::SOAP::SOAPString"]],
179
+ ["in", "in3", ["::SOAP::SOAPString"]],
180
+ ["in", "in4", ["::SOAP::SOAPString"]],
181
+ ["in", "in5", ["::SOAP::SOAPString"]],
182
+ ["in", "in6", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]],
183
+ ["in", "in7", ["JIRA::RemoteScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemoteScheme"]],
184
+ ["in", "in8", ["JIRA::RemoteScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemoteScheme"]],
185
+ ["retval", "createProjectReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
186
+ { :request_style => :rpc, :request_use => :encoded,
187
+ :response_style => :rpc, :response_use => :encoded,
188
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
189
+ ],
190
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateProject"),
191
+ "",
192
+ "updateProject",
193
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
194
+ ["in", "in1", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]],
195
+ ["retval", "updateProjectReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
196
+ { :request_style => :rpc, :request_use => :encoded,
197
+ :response_style => :rpc, :response_use => :encoded,
198
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
199
+ ],
200
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectByKey"),
201
+ "",
202
+ "getProjectByKey",
203
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
204
+ ["in", "in1", ["::SOAP::SOAPString"]],
205
+ ["retval", "getProjectByKeyReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
206
+ { :request_style => :rpc, :request_use => :encoded,
207
+ :response_style => :rpc, :response_use => :encoded,
208
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
209
+ ],
210
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "removeAllRoleActorsByProject"),
211
+ "",
212
+ "removeAllRoleActorsByProject",
213
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
214
+ ["in", "in1", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
215
+ { :request_style => :rpc, :request_use => :encoded,
216
+ :response_style => :rpc, :response_use => :encoded,
217
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
218
+ ],
219
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getPriorities"),
220
+ "",
221
+ "getPriorities",
222
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
223
+ ["retval", "getPrioritiesReturn", ["JIRA::ArrayOf_tns1_RemotePriority", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemotePriority"]] ],
224
+ { :request_style => :rpc, :request_use => :encoded,
225
+ :response_style => :rpc, :response_use => :encoded,
226
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
227
+ ],
228
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getResolutions"),
229
+ "",
230
+ "getResolutions",
231
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
232
+ ["retval", "getResolutionsReturn", ["JIRA::ArrayOf_tns1_RemoteResolution", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteResolution"]] ],
233
+ { :request_style => :rpc, :request_use => :encoded,
234
+ :response_style => :rpc, :response_use => :encoded,
235
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
236
+ ],
237
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssueTypes"),
238
+ "",
239
+ "getIssueTypes",
240
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
241
+ ["retval", "getIssueTypesReturn", ["JIRA::ArrayOf_tns1_RemoteIssueType", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssueType"]] ],
242
+ { :request_style => :rpc, :request_use => :encoded,
243
+ :response_style => :rpc, :response_use => :encoded,
244
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
245
+ ],
246
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getStatuses"),
247
+ "",
248
+ "getStatuses",
249
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
250
+ ["retval", "getStatusesReturn", ["JIRA::ArrayOf_tns1_RemoteStatus", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteStatus"]] ],
251
+ { :request_style => :rpc, :request_use => :encoded,
252
+ :response_style => :rpc, :response_use => :encoded,
253
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
254
+ ],
255
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssueTypesForProject"),
256
+ "",
257
+ "getIssueTypesForProject",
258
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
259
+ ["in", "in1", ["::SOAP::SOAPString"]],
260
+ ["retval", "getIssueTypesForProjectReturn", ["JIRA::ArrayOf_tns1_RemoteIssueType", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssueType"]] ],
261
+ { :request_style => :rpc, :request_use => :encoded,
262
+ :response_style => :rpc, :response_use => :encoded,
263
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
264
+ ],
265
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectRoles"),
266
+ "",
267
+ "getProjectRoles",
268
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
269
+ ["retval", "getProjectRolesReturn", ["JIRA::ArrayOf_tns1_RemoteProjectRole", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteProjectRole"]] ],
270
+ { :request_style => :rpc, :request_use => :encoded,
271
+ :response_style => :rpc, :response_use => :encoded,
272
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
273
+ ],
274
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectRole"),
275
+ "",
276
+ "getProjectRole",
277
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
278
+ ["in", "in1", ["::SOAP::SOAPLong"]],
279
+ ["retval", "getProjectRoleReturn", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]] ],
280
+ { :request_style => :rpc, :request_use => :encoded,
281
+ :response_style => :rpc, :response_use => :encoded,
282
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
283
+ ],
284
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectRoleActors"),
285
+ "",
286
+ "getProjectRoleActors",
287
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
288
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
289
+ ["in", "in2", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]],
290
+ ["retval", "getProjectRoleActorsReturn", ["JIRA::RemoteProjectRoleActors", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRoleActors"]] ],
291
+ { :request_style => :rpc, :request_use => :encoded,
292
+ :response_style => :rpc, :response_use => :encoded,
293
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
294
+ ],
295
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getDefaultRoleActors"),
296
+ "",
297
+ "getDefaultRoleActors",
298
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
299
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
300
+ ["retval", "getDefaultRoleActorsReturn", ["JIRA::RemoteRoleActors", "http://beans.soap.rpc.jira.atlassian.com", "RemoteRoleActors"]] ],
301
+ { :request_style => :rpc, :request_use => :encoded,
302
+ :response_style => :rpc, :response_use => :encoded,
303
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
304
+ ],
305
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "removeAllRoleActorsByNameAndType"),
306
+ "",
307
+ "removeAllRoleActorsByNameAndType",
308
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
309
+ ["in", "in1", ["::SOAP::SOAPString"]],
310
+ ["in", "in2", ["::SOAP::SOAPString"]] ],
311
+ { :request_style => :rpc, :request_use => :encoded,
312
+ :response_style => :rpc, :response_use => :encoded,
313
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
314
+ ],
315
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteProjectRole"),
316
+ "",
317
+ "deleteProjectRole",
318
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
319
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
320
+ ["in", "in2", ["::SOAP::SOAPBoolean"]] ],
321
+ { :request_style => :rpc, :request_use => :encoded,
322
+ :response_style => :rpc, :response_use => :encoded,
323
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
324
+ ],
325
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateProjectRole"),
326
+ "",
327
+ "updateProjectRole",
328
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
329
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]] ],
330
+ { :request_style => :rpc, :request_use => :encoded,
331
+ :response_style => :rpc, :response_use => :encoded,
332
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
333
+ ],
334
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createProjectRole"),
335
+ "",
336
+ "createProjectRole",
337
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
338
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
339
+ ["retval", "createProjectRoleReturn", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]] ],
340
+ { :request_style => :rpc, :request_use => :encoded,
341
+ :response_style => :rpc, :response_use => :encoded,
342
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
343
+ ],
344
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "isProjectRoleNameUnique"),
345
+ "",
346
+ "isProjectRoleNameUnique",
347
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
348
+ ["in", "in1", ["::SOAP::SOAPString"]],
349
+ ["retval", "isProjectRoleNameUniqueReturn", ["::SOAP::SOAPBoolean"]] ],
350
+ { :request_style => :rpc, :request_use => :encoded,
351
+ :response_style => :rpc, :response_use => :encoded,
352
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
353
+ ],
354
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addActorsToProjectRole"),
355
+ "",
356
+ "addActorsToProjectRole",
357
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
358
+ ["in", "in1", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
359
+ ["in", "in2", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
360
+ ["in", "in3", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]],
361
+ ["in", "in4", ["::SOAP::SOAPString"]] ],
362
+ { :request_style => :rpc, :request_use => :encoded,
363
+ :response_style => :rpc, :response_use => :encoded,
364
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
365
+ ],
366
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "removeActorsFromProjectRole"),
367
+ "",
368
+ "removeActorsFromProjectRole",
369
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
370
+ ["in", "in1", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
371
+ ["in", "in2", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
372
+ ["in", "in3", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]],
373
+ ["in", "in4", ["::SOAP::SOAPString"]] ],
374
+ { :request_style => :rpc, :request_use => :encoded,
375
+ :response_style => :rpc, :response_use => :encoded,
376
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
377
+ ],
378
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addDefaultActorsToProjectRole"),
379
+ "",
380
+ "addDefaultActorsToProjectRole",
381
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
382
+ ["in", "in1", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
383
+ ["in", "in2", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
384
+ ["in", "in3", ["::SOAP::SOAPString"]] ],
385
+ { :request_style => :rpc, :request_use => :encoded,
386
+ :response_style => :rpc, :response_use => :encoded,
387
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
388
+ ],
389
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "removeDefaultActorsFromProjectRole"),
390
+ "",
391
+ "removeDefaultActorsFromProjectRole",
392
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
393
+ ["in", "in1", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
394
+ ["in", "in2", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
395
+ ["in", "in3", ["::SOAP::SOAPString"]] ],
396
+ { :request_style => :rpc, :request_use => :encoded,
397
+ :response_style => :rpc, :response_use => :encoded,
398
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
399
+ ],
400
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getAssociatedNotificationSchemes"),
401
+ "",
402
+ "getAssociatedNotificationSchemes",
403
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
404
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
405
+ ["retval", "getAssociatedNotificationSchemesReturn", ["JIRA::ArrayOf_tns1_RemoteScheme", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteScheme"]] ],
406
+ { :request_style => :rpc, :request_use => :encoded,
407
+ :response_style => :rpc, :response_use => :encoded,
408
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
409
+ ],
410
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getAssociatedPermissionSchemes"),
411
+ "",
412
+ "getAssociatedPermissionSchemes",
413
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
414
+ ["in", "in1", ["JIRA::RemoteProjectRole", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProjectRole"]],
415
+ ["retval", "getAssociatedPermissionSchemesReturn", ["JIRA::ArrayOf_tns1_RemoteScheme", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteScheme"]] ],
416
+ { :request_style => :rpc, :request_use => :encoded,
417
+ :response_style => :rpc, :response_use => :encoded,
418
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
419
+ ],
420
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteProject"),
421
+ "",
422
+ "deleteProject",
423
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
424
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
425
+ { :request_style => :rpc, :request_use => :encoded,
426
+ :response_style => :rpc, :response_use => :encoded,
427
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
428
+ ],
429
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectById"),
430
+ "",
431
+ "getProjectById",
432
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
433
+ ["in", "in1", ["::SOAP::SOAPLong"]],
434
+ ["retval", "getProjectByIdReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
435
+ { :request_style => :rpc, :request_use => :encoded,
436
+ :response_style => :rpc, :response_use => :encoded,
437
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
438
+ ],
439
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getCustomFields"),
440
+ "",
441
+ "getCustomFields",
442
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
443
+ ["retval", "getCustomFieldsReturn", ["JIRA::ArrayOf_tns1_RemoteField", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteField"]] ],
444
+ { :request_style => :rpc, :request_use => :encoded,
445
+ :response_style => :rpc, :response_use => :encoded,
446
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
447
+ ],
448
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getComments"),
449
+ "",
450
+ "getComments",
451
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
452
+ ["in", "in1", ["::SOAP::SOAPString"]],
453
+ ["retval", "getCommentsReturn", ["JIRA::ArrayOf_tns1_RemoteComment", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteComment"]] ],
454
+ { :request_style => :rpc, :request_use => :encoded,
455
+ :response_style => :rpc, :response_use => :encoded,
456
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
457
+ ],
458
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getFavouriteFilters"),
459
+ "",
460
+ "getFavouriteFilters",
461
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
462
+ ["retval", "getFavouriteFiltersReturn", ["JIRA::ArrayOf_tns1_RemoteFilter", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteFilter"]] ],
463
+ { :request_style => :rpc, :request_use => :encoded,
464
+ :response_style => :rpc, :response_use => :encoded,
465
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
466
+ ],
467
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "releaseVersion"),
468
+ "",
469
+ "releaseVersion",
470
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
471
+ ["in", "in1", ["::SOAP::SOAPString"]],
472
+ ["in", "in2", ["JIRA::RemoteVersion", "http://beans.soap.rpc.jira.atlassian.com", "RemoteVersion"]] ],
473
+ { :request_style => :rpc, :request_use => :encoded,
474
+ :response_style => :rpc, :response_use => :encoded,
475
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
476
+ ],
477
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "archiveVersion"),
478
+ "",
479
+ "archiveVersion",
480
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
481
+ ["in", "in1", ["::SOAP::SOAPString"]],
482
+ ["in", "in2", ["::SOAP::SOAPString"]],
483
+ ["in", "in3", ["::SOAP::SOAPBoolean"]] ],
484
+ { :request_style => :rpc, :request_use => :encoded,
485
+ :response_style => :rpc, :response_use => :encoded,
486
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
487
+ ],
488
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getFieldsForEdit"),
489
+ "",
490
+ "getFieldsForEdit",
491
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
492
+ ["in", "in1", ["::SOAP::SOAPString"]],
493
+ ["retval", "getFieldsForEditReturn", ["JIRA::ArrayOf_tns1_RemoteField", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteField"]] ],
494
+ { :request_style => :rpc, :request_use => :encoded,
495
+ :response_style => :rpc, :response_use => :encoded,
496
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
497
+ ],
498
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSubTaskIssueTypesForProject"),
499
+ "",
500
+ "getSubTaskIssueTypesForProject",
501
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
502
+ ["in", "in1", ["::SOAP::SOAPString"]],
503
+ ["retval", "getSubTaskIssueTypesForProjectReturn", ["JIRA::ArrayOf_tns1_RemoteIssueType", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssueType"]] ],
504
+ { :request_style => :rpc, :request_use => :encoded,
505
+ :response_style => :rpc, :response_use => :encoded,
506
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
507
+ ],
508
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addUserToGroup"),
509
+ "",
510
+ "addUserToGroup",
511
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
512
+ ["in", "in1", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]],
513
+ ["in", "in2", ["JIRA::RemoteUser", "http://beans.soap.rpc.jira.atlassian.com", "RemoteUser"]] ],
514
+ { :request_style => :rpc, :request_use => :encoded,
515
+ :response_style => :rpc, :response_use => :encoded,
516
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
517
+ ],
518
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "removeUserFromGroup"),
519
+ "",
520
+ "removeUserFromGroup",
521
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
522
+ ["in", "in1", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]],
523
+ ["in", "in2", ["JIRA::RemoteUser", "http://beans.soap.rpc.jira.atlassian.com", "RemoteUser"]] ],
524
+ { :request_style => :rpc, :request_use => :encoded,
525
+ :response_style => :rpc, :response_use => :encoded,
526
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
527
+ ],
528
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSecurityLevel"),
529
+ "",
530
+ "getSecurityLevel",
531
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
532
+ ["in", "in1", ["::SOAP::SOAPString"]],
533
+ ["retval", "getSecurityLevelReturn", ["JIRA::RemoteSecurityLevel", "http://beans.soap.rpc.jira.atlassian.com", "RemoteSecurityLevel"]] ],
534
+ { :request_style => :rpc, :request_use => :encoded,
535
+ :response_style => :rpc, :response_use => :encoded,
536
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
537
+ ],
538
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "logout"),
539
+ "",
540
+ "logout",
541
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
542
+ ["retval", "logoutReturn", ["::SOAP::SOAPBoolean"]] ],
543
+ { :request_style => :rpc, :request_use => :encoded,
544
+ :response_style => :rpc, :response_use => :encoded,
545
+ :faults => {} }
546
+ ],
547
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addComment"),
548
+ "",
549
+ "addComment",
550
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
551
+ ["in", "in1", ["::SOAP::SOAPString"]],
552
+ ["in", "in2", ["JIRA::RemoteComment", "http://beans.soap.rpc.jira.atlassian.com", "RemoteComment"]] ],
553
+ { :request_style => :rpc, :request_use => :encoded,
554
+ :response_style => :rpc, :response_use => :encoded,
555
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
556
+ ],
557
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectWithSchemesById"),
558
+ "",
559
+ "getProjectWithSchemesById",
560
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
561
+ ["in", "in1", ["::SOAP::SOAPLong"]],
562
+ ["retval", "getProjectWithSchemesByIdReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
563
+ { :request_style => :rpc, :request_use => :encoded,
564
+ :response_style => :rpc, :response_use => :encoded,
565
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
566
+ ],
567
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSecurityLevels"),
568
+ "",
569
+ "getSecurityLevels",
570
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
571
+ ["in", "in1", ["::SOAP::SOAPString"]],
572
+ ["retval", "getSecurityLevelsReturn", ["JIRA::ArrayOf_tns1_RemoteSecurityLevel", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteSecurityLevel"]] ],
573
+ { :request_style => :rpc, :request_use => :encoded,
574
+ :response_style => :rpc, :response_use => :encoded,
575
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
576
+ ],
577
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectAvatars"),
578
+ "",
579
+ "getProjectAvatars",
580
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
581
+ ["in", "in1", ["::SOAP::SOAPString"]],
582
+ ["in", "in2", ["::SOAP::SOAPBoolean"]],
583
+ ["retval", "getProjectAvatarsReturn", ["JIRA::ArrayOf_tns1_RemoteAvatar", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteAvatar"]] ],
584
+ { :request_style => :rpc, :request_use => :encoded,
585
+ :response_style => :rpc, :response_use => :encoded,
586
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
587
+ ],
588
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "setProjectAvatar"),
589
+ "",
590
+ "setProjectAvatar",
591
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
592
+ ["in", "in1", ["::SOAP::SOAPString"]],
593
+ ["in", "in2", ["::SOAP::SOAPLong"]] ],
594
+ { :request_style => :rpc, :request_use => :encoded,
595
+ :response_style => :rpc, :response_use => :encoded,
596
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
597
+ ],
598
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectAvatar"),
599
+ "",
600
+ "getProjectAvatar",
601
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
602
+ ["in", "in1", ["::SOAP::SOAPString"]],
603
+ ["retval", "getProjectAvatarReturn", ["JIRA::RemoteAvatar", "http://beans.soap.rpc.jira.atlassian.com", "RemoteAvatar"]] ],
604
+ { :request_style => :rpc, :request_use => :encoded,
605
+ :response_style => :rpc, :response_use => :encoded,
606
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
607
+ ],
608
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteProjectAvatar"),
609
+ "",
610
+ "deleteProjectAvatar",
611
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
612
+ ["in", "in1", ["::SOAP::SOAPLong"]] ],
613
+ { :request_style => :rpc, :request_use => :encoded,
614
+ :response_style => :rpc, :response_use => :encoded,
615
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
616
+ ],
617
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getNotificationSchemes"),
618
+ "",
619
+ "getNotificationSchemes",
620
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
621
+ ["retval", "getNotificationSchemesReturn", ["JIRA::ArrayOf_tns1_RemoteScheme", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteScheme"]] ],
622
+ { :request_style => :rpc, :request_use => :encoded,
623
+ :response_style => :rpc, :response_use => :encoded,
624
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
625
+ ],
626
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getPermissionSchemes"),
627
+ "",
628
+ "getPermissionSchemes",
629
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
630
+ ["retval", "getPermissionSchemesReturn", ["JIRA::ArrayOf_tns1_RemotePermissionScheme", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemotePermissionScheme"]] ],
631
+ { :request_style => :rpc, :request_use => :encoded,
632
+ :response_style => :rpc, :response_use => :encoded,
633
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
634
+ ],
635
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getAllPermissions"),
636
+ "",
637
+ "getAllPermissions",
638
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
639
+ ["retval", "getAllPermissionsReturn", ["JIRA::ArrayOf_tns1_RemotePermission", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemotePermission"]] ],
640
+ { :request_style => :rpc, :request_use => :encoded,
641
+ :response_style => :rpc, :response_use => :encoded,
642
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
643
+ ],
644
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createPermissionScheme"),
645
+ "",
646
+ "createPermissionScheme",
647
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
648
+ ["in", "in1", ["::SOAP::SOAPString"]],
649
+ ["in", "in2", ["::SOAP::SOAPString"]],
650
+ ["retval", "createPermissionSchemeReturn", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]] ],
651
+ { :request_style => :rpc, :request_use => :encoded,
652
+ :response_style => :rpc, :response_use => :encoded,
653
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
654
+ ],
655
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addPermissionTo"),
656
+ "",
657
+ "addPermissionTo",
658
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
659
+ ["in", "in1", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]],
660
+ ["in", "in2", ["JIRA::RemotePermission", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermission"]],
661
+ ["in", "in3", ["JIRA::RemoteEntity", "http://beans.soap.rpc.jira.atlassian.com", "RemoteEntity"]],
662
+ ["retval", "addPermissionToReturn", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]] ],
663
+ { :request_style => :rpc, :request_use => :encoded,
664
+ :response_style => :rpc, :response_use => :encoded,
665
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
666
+ ],
667
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deletePermissionFrom"),
668
+ "",
669
+ "deletePermissionFrom",
670
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
671
+ ["in", "in1", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]],
672
+ ["in", "in2", ["JIRA::RemotePermission", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermission"]],
673
+ ["in", "in3", ["JIRA::RemoteEntity", "http://beans.soap.rpc.jira.atlassian.com", "RemoteEntity"]],
674
+ ["retval", "deletePermissionFromReturn", ["JIRA::RemotePermissionScheme", "http://beans.soap.rpc.jira.atlassian.com", "RemotePermissionScheme"]] ],
675
+ { :request_style => :rpc, :request_use => :encoded,
676
+ :response_style => :rpc, :response_use => :encoded,
677
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
678
+ ],
679
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deletePermissionScheme"),
680
+ "",
681
+ "deletePermissionScheme",
682
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
683
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
684
+ { :request_style => :rpc, :request_use => :encoded,
685
+ :response_style => :rpc, :response_use => :encoded,
686
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
687
+ ],
688
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createIssueWithSecurityLevel"),
689
+ "",
690
+ "createIssueWithSecurityLevel",
691
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
692
+ ["in", "in1", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]],
693
+ ["in", "in2", ["::SOAP::SOAPLong"]],
694
+ ["retval", "createIssueWithSecurityLevelReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
695
+ { :request_style => :rpc, :request_use => :encoded,
696
+ :response_style => :rpc, :response_use => :encoded,
697
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
698
+ ],
699
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addAttachmentsToIssue"),
700
+ "",
701
+ "addAttachmentsToIssue",
702
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
703
+ ["in", "in1", ["::SOAP::SOAPString"]],
704
+ ["in", "in2", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
705
+ ["in", "in3", ["JIRA::ArrayOf_xsd_base64Binary", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_base64Binary"]],
706
+ ["retval", "addAttachmentsToIssueReturn", ["::SOAP::SOAPBoolean"]] ],
707
+ { :request_style => :rpc, :request_use => :encoded,
708
+ :response_style => :rpc, :response_use => :encoded,
709
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
710
+ ],
711
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getAttachmentsFromIssue"),
712
+ "",
713
+ "getAttachmentsFromIssue",
714
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
715
+ ["in", "in1", ["::SOAP::SOAPString"]],
716
+ ["retval", "getAttachmentsFromIssueReturn", ["JIRA::ArrayOf_tns1_RemoteAttachment", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteAttachment"]] ],
717
+ { :request_style => :rpc, :request_use => :encoded,
718
+ :response_style => :rpc, :response_use => :encoded,
719
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
720
+ ],
721
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "hasPermissionToEditComment"),
722
+ "",
723
+ "hasPermissionToEditComment",
724
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
725
+ ["in", "in1", ["JIRA::RemoteComment", "http://beans.soap.rpc.jira.atlassian.com", "RemoteComment"]],
726
+ ["retval", "hasPermissionToEditCommentReturn", ["::SOAP::SOAPBoolean"]] ],
727
+ { :request_style => :rpc, :request_use => :encoded,
728
+ :response_style => :rpc, :response_use => :encoded,
729
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
730
+ ],
731
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "editComment"),
732
+ "",
733
+ "editComment",
734
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
735
+ ["in", "in1", ["JIRA::RemoteComment", "http://beans.soap.rpc.jira.atlassian.com", "RemoteComment"]],
736
+ ["retval", "editCommentReturn", ["JIRA::RemoteComment", "http://beans.soap.rpc.jira.atlassian.com", "RemoteComment"]] ],
737
+ { :request_style => :rpc, :request_use => :encoded,
738
+ :response_style => :rpc, :response_use => :encoded,
739
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
740
+ ],
741
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getFieldsForAction"),
742
+ "",
743
+ "getFieldsForAction",
744
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
745
+ ["in", "in1", ["::SOAP::SOAPString"]],
746
+ ["in", "in2", ["::SOAP::SOAPString"]],
747
+ ["retval", "getFieldsForActionReturn", ["JIRA::ArrayOf_tns1_RemoteField", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteField"]] ],
748
+ { :request_style => :rpc, :request_use => :encoded,
749
+ :response_style => :rpc, :response_use => :encoded,
750
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
751
+ ],
752
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "progressWorkflowAction"),
753
+ "",
754
+ "progressWorkflowAction",
755
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
756
+ ["in", "in1", ["::SOAP::SOAPString"]],
757
+ ["in", "in2", ["::SOAP::SOAPString"]],
758
+ ["in", "in3", ["JIRA::ArrayOf_tns1_RemoteFieldValue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteFieldValue"]],
759
+ ["retval", "progressWorkflowActionReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
760
+ { :request_style => :rpc, :request_use => :encoded,
761
+ :response_style => :rpc, :response_use => :encoded,
762
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
763
+ ],
764
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssueById"),
765
+ "",
766
+ "getIssueById",
767
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
768
+ ["in", "in1", ["::SOAP::SOAPString"]],
769
+ ["retval", "getIssueByIdReturn", ["JIRA::RemoteIssue", "http://beans.soap.rpc.jira.atlassian.com", "RemoteIssue"]] ],
770
+ { :request_style => :rpc, :request_use => :encoded,
771
+ :response_style => :rpc, :response_use => :encoded,
772
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
773
+ ],
774
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addWorklogWithNewRemainingEstimate"),
775
+ "",
776
+ "addWorklogWithNewRemainingEstimate",
777
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
778
+ ["in", "in1", ["::SOAP::SOAPString"]],
779
+ ["in", "in2", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]],
780
+ ["in", "in3", ["::SOAP::SOAPString"]],
781
+ ["retval", "addWorklogWithNewRemainingEstimateReturn", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]] ],
782
+ { :request_style => :rpc, :request_use => :encoded,
783
+ :response_style => :rpc, :response_use => :encoded,
784
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
785
+ ],
786
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addWorklogAndAutoAdjustRemainingEstimate"),
787
+ "",
788
+ "addWorklogAndAutoAdjustRemainingEstimate",
789
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
790
+ ["in", "in1", ["::SOAP::SOAPString"]],
791
+ ["in", "in2", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]],
792
+ ["retval", "addWorklogAndAutoAdjustRemainingEstimateReturn", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]] ],
793
+ { :request_style => :rpc, :request_use => :encoded,
794
+ :response_style => :rpc, :response_use => :encoded,
795
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
796
+ ],
797
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addWorklogAndRetainRemainingEstimate"),
798
+ "",
799
+ "addWorklogAndRetainRemainingEstimate",
800
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
801
+ ["in", "in1", ["::SOAP::SOAPString"]],
802
+ ["in", "in2", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]],
803
+ ["retval", "addWorklogAndRetainRemainingEstimateReturn", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]] ],
804
+ { :request_style => :rpc, :request_use => :encoded,
805
+ :response_style => :rpc, :response_use => :encoded,
806
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
807
+ ],
808
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteWorklogWithNewRemainingEstimate"),
809
+ "",
810
+ "deleteWorklogWithNewRemainingEstimate",
811
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
812
+ ["in", "in1", ["::SOAP::SOAPString"]],
813
+ ["in", "in2", ["::SOAP::SOAPString"]] ],
814
+ { :request_style => :rpc, :request_use => :encoded,
815
+ :response_style => :rpc, :response_use => :encoded,
816
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
817
+ ],
818
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteWorklogAndAutoAdjustRemainingEstimate"),
819
+ "",
820
+ "deleteWorklogAndAutoAdjustRemainingEstimate",
821
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
822
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
823
+ { :request_style => :rpc, :request_use => :encoded,
824
+ :response_style => :rpc, :response_use => :encoded,
825
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
826
+ ],
827
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteWorklogAndRetainRemainingEstimate"),
828
+ "",
829
+ "deleteWorklogAndRetainRemainingEstimate",
830
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
831
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
832
+ { :request_style => :rpc, :request_use => :encoded,
833
+ :response_style => :rpc, :response_use => :encoded,
834
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
835
+ ],
836
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateWorklogWithNewRemainingEstimate"),
837
+ "",
838
+ "updateWorklogWithNewRemainingEstimate",
839
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
840
+ ["in", "in1", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]],
841
+ ["in", "in2", ["::SOAP::SOAPString"]] ],
842
+ { :request_style => :rpc, :request_use => :encoded,
843
+ :response_style => :rpc, :response_use => :encoded,
844
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
845
+ ],
846
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateWorklogAndAutoAdjustRemainingEstimate"),
847
+ "",
848
+ "updateWorklogAndAutoAdjustRemainingEstimate",
849
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
850
+ ["in", "in1", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]] ],
851
+ { :request_style => :rpc, :request_use => :encoded,
852
+ :response_style => :rpc, :response_use => :encoded,
853
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
854
+ ],
855
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateWorklogAndRetainRemainingEstimate"),
856
+ "",
857
+ "updateWorklogAndRetainRemainingEstimate",
858
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
859
+ ["in", "in1", ["JIRA::RemoteWorklog", "http://beans.soap.rpc.jira.atlassian.com", "RemoteWorklog"]] ],
860
+ { :request_style => :rpc, :request_use => :encoded,
861
+ :response_style => :rpc, :response_use => :encoded,
862
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
863
+ ],
864
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getWorklogs"),
865
+ "",
866
+ "getWorklogs",
867
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
868
+ ["in", "in1", ["::SOAP::SOAPString"]],
869
+ ["retval", "getWorklogsReturn", ["JIRA::ArrayOf_tns1_RemoteWorklog", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteWorklog"]] ],
870
+ { :request_style => :rpc, :request_use => :encoded,
871
+ :response_style => :rpc, :response_use => :encoded,
872
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
873
+ ],
874
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "hasPermissionToCreateWorklog"),
875
+ "",
876
+ "hasPermissionToCreateWorklog",
877
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
878
+ ["in", "in1", ["::SOAP::SOAPString"]],
879
+ ["retval", "hasPermissionToCreateWorklogReturn", ["::SOAP::SOAPBoolean"]] ],
880
+ { :request_style => :rpc, :request_use => :encoded,
881
+ :response_style => :rpc, :response_use => :encoded,
882
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
883
+ ],
884
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "hasPermissionToDeleteWorklog"),
885
+ "",
886
+ "hasPermissionToDeleteWorklog",
887
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
888
+ ["in", "in1", ["::SOAP::SOAPString"]],
889
+ ["retval", "hasPermissionToDeleteWorklogReturn", ["::SOAP::SOAPBoolean"]] ],
890
+ { :request_style => :rpc, :request_use => :encoded,
891
+ :response_style => :rpc, :response_use => :encoded,
892
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
893
+ ],
894
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "hasPermissionToUpdateWorklog"),
895
+ "",
896
+ "hasPermissionToUpdateWorklog",
897
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
898
+ ["in", "in1", ["::SOAP::SOAPString"]],
899
+ ["retval", "hasPermissionToUpdateWorklogReturn", ["::SOAP::SOAPBoolean"]] ],
900
+ { :request_style => :rpc, :request_use => :encoded,
901
+ :response_style => :rpc, :response_use => :encoded,
902
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
903
+ ],
904
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getResolutionDateByKey"),
905
+ "",
906
+ "getResolutionDateByKey",
907
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
908
+ ["in", "in1", ["::SOAP::SOAPString"]],
909
+ ["retval", "getResolutionDateByKeyReturn", ["::SOAP::SOAPDateTime"]] ],
910
+ { :request_style => :rpc, :request_use => :encoded,
911
+ :response_style => :rpc, :response_use => :encoded,
912
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
913
+ ],
914
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getResolutionDateById"),
915
+ "",
916
+ "getResolutionDateById",
917
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
918
+ ["in", "in1", ["::SOAP::SOAPLong"]],
919
+ ["retval", "getResolutionDateByIdReturn", ["::SOAP::SOAPDateTime"]] ],
920
+ { :request_style => :rpc, :request_use => :encoded,
921
+ :response_style => :rpc, :response_use => :encoded,
922
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
923
+ ],
924
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssueCountForFilter"),
925
+ "",
926
+ "getIssueCountForFilter",
927
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
928
+ ["in", "in1", ["::SOAP::SOAPString"]],
929
+ ["retval", "getIssueCountForFilterReturn", ["::SOAP::SOAPLong"]] ],
930
+ { :request_style => :rpc, :request_use => :encoded,
931
+ :response_style => :rpc, :response_use => :encoded,
932
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
933
+ ],
934
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromTextSearch"),
935
+ "",
936
+ "getIssuesFromTextSearch",
937
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
938
+ ["in", "in1", ["::SOAP::SOAPString"]],
939
+ ["retval", "getIssuesFromTextSearchReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
940
+ { :request_style => :rpc, :request_use => :encoded,
941
+ :response_style => :rpc, :response_use => :encoded,
942
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
943
+ ],
944
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromTextSearchWithProject"),
945
+ "",
946
+ "getIssuesFromTextSearchWithProject",
947
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
948
+ ["in", "in1", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
949
+ ["in", "in2", ["::SOAP::SOAPString"]],
950
+ ["in", "in3", ["::SOAP::SOAPInt"]],
951
+ ["retval", "getIssuesFromTextSearchWithProjectReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
952
+ { :request_style => :rpc, :request_use => :encoded,
953
+ :response_style => :rpc, :response_use => :encoded,
954
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
955
+ ],
956
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromJqlSearch"),
957
+ "",
958
+ "getIssuesFromJqlSearch",
959
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
960
+ ["in", "in1", ["::SOAP::SOAPString"]],
961
+ ["in", "in2", ["::SOAP::SOAPInt"]],
962
+ ["retval", "getIssuesFromJqlSearchReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
963
+ { :request_style => :rpc, :request_use => :encoded,
964
+ :response_style => :rpc, :response_use => :encoded,
965
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
966
+ ],
967
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteUser"),
968
+ "",
969
+ "deleteUser",
970
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
971
+ ["in", "in1", ["::SOAP::SOAPString"]] ],
972
+ { :request_style => :rpc, :request_use => :encoded,
973
+ :response_style => :rpc, :response_use => :encoded,
974
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
975
+ ],
976
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "updateGroup"),
977
+ "",
978
+ "updateGroup",
979
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
980
+ ["in", "in1", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]],
981
+ ["retval", "updateGroupReturn", ["JIRA::RemoteGroup", "http://beans.soap.rpc.jira.atlassian.com", "RemoteGroup"]] ],
982
+ { :request_style => :rpc, :request_use => :encoded,
983
+ :response_style => :rpc, :response_use => :encoded,
984
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
985
+ ],
986
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "deleteGroup"),
987
+ "",
988
+ "deleteGroup",
989
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
990
+ ["in", "in1", ["::SOAP::SOAPString"]],
991
+ ["in", "in2", ["::SOAP::SOAPString"]] ],
992
+ { :request_style => :rpc, :request_use => :encoded,
993
+ :response_style => :rpc, :response_use => :encoded,
994
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
995
+ ],
996
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "refreshCustomFields"),
997
+ "",
998
+ "refreshCustomFields",
999
+ [ ["in", "in0", ["::SOAP::SOAPString"]] ],
1000
+ { :request_style => :rpc, :request_use => :encoded,
1001
+ :response_style => :rpc, :response_use => :encoded,
1002
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1003
+ ],
1004
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSavedFilters"),
1005
+ "",
1006
+ "getSavedFilters",
1007
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1008
+ ["retval", "getSavedFiltersReturn", ["JIRA::ArrayOf_tns1_RemoteFilter", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteFilter"]] ],
1009
+ { :request_style => :rpc, :request_use => :encoded,
1010
+ :response_style => :rpc, :response_use => :encoded,
1011
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1012
+ ],
1013
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addBase64EncodedAttachmentsToIssue"),
1014
+ "",
1015
+ "addBase64EncodedAttachmentsToIssue",
1016
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1017
+ ["in", "in1", ["::SOAP::SOAPString"]],
1018
+ ["in", "in2", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
1019
+ ["in", "in3", ["JIRA::ArrayOf_xsd_string", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_xsd_string"]],
1020
+ ["retval", "addBase64EncodedAttachmentsToIssueReturn", ["::SOAP::SOAPBoolean"]] ],
1021
+ { :request_style => :rpc, :request_use => :encoded,
1022
+ :response_style => :rpc, :response_use => :encoded,
1023
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1024
+ ],
1025
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "createProjectFromObject"),
1026
+ "",
1027
+ "createProjectFromObject",
1028
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1029
+ ["in", "in1", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]],
1030
+ ["retval", "createProjectFromObjectReturn", ["JIRA::RemoteProject", "http://beans.soap.rpc.jira.atlassian.com", "RemoteProject"]] ],
1031
+ { :request_style => :rpc, :request_use => :encoded,
1032
+ :response_style => :rpc, :response_use => :encoded,
1033
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteValidationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteValidationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1034
+ ],
1035
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getSecuritySchemes"),
1036
+ "",
1037
+ "getSecuritySchemes",
1038
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1039
+ ["retval", "getSecuritySchemesReturn", ["JIRA::ArrayOf_tns1_RemoteScheme", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteScheme"]] ],
1040
+ { :request_style => :rpc, :request_use => :encoded,
1041
+ :response_style => :rpc, :response_use => :encoded,
1042
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1043
+ ],
1044
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "addVersion"),
1045
+ "",
1046
+ "addVersion",
1047
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1048
+ ["in", "in1", ["::SOAP::SOAPString"]],
1049
+ ["in", "in2", ["JIRA::RemoteVersion", "http://beans.soap.rpc.jira.atlassian.com", "RemoteVersion"]],
1050
+ ["retval", "addVersionReturn", ["JIRA::RemoteVersion", "http://beans.soap.rpc.jira.atlassian.com", "RemoteVersion"]] ],
1051
+ { :request_style => :rpc, :request_use => :encoded,
1052
+ :response_style => :rpc, :response_use => :encoded,
1053
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1054
+ ],
1055
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromFilter"),
1056
+ "",
1057
+ "getIssuesFromFilter",
1058
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1059
+ ["in", "in1", ["::SOAP::SOAPString"]],
1060
+ ["retval", "getIssuesFromFilterReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
1061
+ { :request_style => :rpc, :request_use => :encoded,
1062
+ :response_style => :rpc, :response_use => :encoded,
1063
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1064
+ ],
1065
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromFilterWithLimit"),
1066
+ "",
1067
+ "getIssuesFromFilterWithLimit",
1068
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1069
+ ["in", "in1", ["::SOAP::SOAPString"]],
1070
+ ["in", "in2", ["::SOAP::SOAPInt"]],
1071
+ ["in", "in3", ["::SOAP::SOAPInt"]],
1072
+ ["retval", "getIssuesFromFilterWithLimitReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
1073
+ { :request_style => :rpc, :request_use => :encoded,
1074
+ :response_style => :rpc, :response_use => :encoded,
1075
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1076
+ ],
1077
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getIssuesFromTextSearchWithLimit"),
1078
+ "",
1079
+ "getIssuesFromTextSearchWithLimit",
1080
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1081
+ ["in", "in1", ["::SOAP::SOAPString"]],
1082
+ ["in", "in2", ["::SOAP::SOAPInt"]],
1083
+ ["in", "in3", ["::SOAP::SOAPInt"]],
1084
+ ["retval", "getIssuesFromTextSearchWithLimitReturn", ["JIRA::ArrayOf_tns1_RemoteIssue", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteIssue"]] ],
1085
+ { :request_style => :rpc, :request_use => :encoded,
1086
+ :response_style => :rpc, :response_use => :encoded,
1087
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1088
+ ],
1089
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "getProjectsNoSchemes"),
1090
+ "",
1091
+ "getProjectsNoSchemes",
1092
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1093
+ ["retval", "getProjectsNoSchemesReturn", ["JIRA::ArrayOf_tns1_RemoteProject", "https://issues.jboss.org/rpc/soap/jirasoapservice-v2", "ArrayOf_tns1_RemoteProject"]] ],
1094
+ { :request_style => :rpc, :request_use => :encoded,
1095
+ :response_style => :rpc, :response_use => :encoded,
1096
+ :faults => {"JIRA::RemoteAuthenticationException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteAuthenticationException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1097
+ ],
1098
+ [ XSD::QName.new(NsSoapRpcJiraAtlassianCom, "setNewProjectAvatar"),
1099
+ "",
1100
+ "setNewProjectAvatar",
1101
+ [ ["in", "in0", ["::SOAP::SOAPString"]],
1102
+ ["in", "in1", ["::SOAP::SOAPString"]],
1103
+ ["in", "in2", ["::SOAP::SOAPString"]],
1104
+ ["in", "in3", ["::SOAP::SOAPString"]] ],
1105
+ { :request_style => :rpc, :request_use => :encoded,
1106
+ :response_style => :rpc, :response_use => :encoded,
1107
+ :faults => {"JIRA::RemoteException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemoteException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}, "JIRA::RemotePermissionException_"=>{:namespace=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2", :encodingstyle=>"http://schemas.xmlsoap.org/soap/encoding/", :name=>"RemotePermissionException", :use=>"encoded", :ns=>"https://issues.jboss.org/rpc/soap/jirasoapservice-v2"}} }
1108
+ ]
1109
+ ]
1110
+
1111
+ def initialize(endpoint_url = nil)
1112
+ endpoint_url ||= DefaultEndpointUrl
1113
+ super(endpoint_url, nil)
1114
+ self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
1115
+ self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
1116
+ init_methods
1117
+ end
1118
+
1119
+ private
1120
+
1121
+ def init_methods
1122
+ Methods.each do |definitions|
1123
+ opt = definitions.last
1124
+ if opt[:request_style] == :document
1125
+ add_document_operation(*definitions)
1126
+ else
1127
+ add_rpc_operation(*definitions)
1128
+ qname = definitions[0]
1129
+ name = definitions[2]
1130
+ if qname.name != name and qname.name.capitalize == name.capitalize
1131
+ ::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
1132
+ __send__(name, *arg)
1133
+ end
1134
+ end
1135
+ end
1136
+ end
1137
+ end
1138
+ end
1139
+
1140
+
1141
+ end