zanzibar 0.0.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.rspec +2 -0
- data/.travis.yml +16 -0
- data/Gemfile +9 -3
- data/README.md +15 -1
- data/Rakefile +5 -7
- data/bin/zamioculcas +70 -0
- data/lib/zanzibar/version.rb +3 -3
- data/lib/zanzibar.rb +29 -28
- data/{test → spec}/responses/attachment_response.xml +12 -12
- data/{test → spec}/responses/authenticate_response.xml +0 -0
- data/{test → spec}/responses/download_private_key_response.xml +12 -12
- data/{test → spec}/responses/download_public_key_response.xml +0 -0
- data/{test → spec}/responses/get_secret_response.xml +0 -0
- data/{test → spec}/responses/get_secret_with_attachment_response.xml +57 -57
- data/{test → spec}/responses/get_secret_with_keys_response.xml +47 -47
- data/{test → spec}/scrt.wsdl +629 -629
- data/{test → spec}/spec/spec_helper.rb +7 -0
- data/{test → spec}/zanzibar_spec.rb +9 -9
- data/zanzibar.gemspec +1 -0
- metadata +44 -36
- data/test/.rspec +0 -2
data/{test → spec}/scrt.wsdl
RENAMED
@@ -1,629 +1,629 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:thesecretserver.com" xmlns:s1="urn:thesecretserver.com/AbstractTypes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="urn:thesecretserver.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice for standard integration.</wsdl:documentation>
|
4
|
-
<wsdl:types>
|
5
|
-
<s:schema elementFormDefault="qualified" targetNamespace="urn:thesecretserver.com">
|
6
|
-
<s:complexType name="GenericResult">
|
7
|
-
<s:sequence>
|
8
|
-
<s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
|
9
|
-
</s:sequence>
|
10
|
-
</s:complexType>
|
11
|
-
<s:element name="Authenticate">
|
12
|
-
<s:complexType>
|
13
|
-
<s:sequence>
|
14
|
-
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
|
15
|
-
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
16
|
-
<s:element minOccurs="0" maxOccurs="1" name="organization" type="s:string" />
|
17
|
-
<s:element minOccurs="0" maxOccurs="1" name="domain" type="s:string" />
|
18
|
-
</s:sequence>
|
19
|
-
</s:complexType>
|
20
|
-
</s:element>
|
21
|
-
<s:element name="AuthenticateResponse">
|
22
|
-
<s:complexType>
|
23
|
-
<s:sequence>
|
24
|
-
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateResult" type="tns:AuthenticateResult" />
|
25
|
-
</s:sequence>
|
26
|
-
</s:complexType>
|
27
|
-
</s:element>
|
28
|
-
<s:complexType name="AuthenticateResult">
|
29
|
-
<s:sequence>
|
30
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
31
|
-
<s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
|
32
|
-
</s:sequence>
|
33
|
-
</s:complexType>
|
34
|
-
<s:complexType name="ArrayOfString">
|
35
|
-
<s:sequence>
|
36
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
37
|
-
</s:sequence>
|
38
|
-
</s:complexType>
|
39
|
-
<s:complexType name="GetSecretResult">
|
40
|
-
<s:sequence>
|
41
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
42
|
-
<s:element minOccurs="0" maxOccurs="1" name="SecretError" type="tns:SecretError" />
|
43
|
-
<s:element minOccurs="0" maxOccurs="1" name="Secret" type="tns:Secret" />
|
44
|
-
</s:sequence>
|
45
|
-
</s:complexType>
|
46
|
-
<s:complexType name="SecretError">
|
47
|
-
<s:sequence>
|
48
|
-
<s:element minOccurs="0" maxOccurs="1" name="ErrorCode" type="s:string" />
|
49
|
-
<s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
|
50
|
-
<s:element minOccurs="1" maxOccurs="1" name="AllowsResponse" type="s:boolean" />
|
51
|
-
<s:element minOccurs="0" maxOccurs="1" name="CommentTitle" type="s:string" />
|
52
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalCommentTitle" type="s:string" />
|
53
|
-
</s:sequence>
|
54
|
-
</s:complexType>
|
55
|
-
<s:complexType name="Secret">
|
56
|
-
<s:sequence>
|
57
|
-
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
58
|
-
<s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfSecretItem" />
|
59
|
-
<s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
|
60
|
-
<s:element minOccurs="1" maxOccurs="1" name="SecretTypeId" type="s:int" />
|
61
|
-
<s:element minOccurs="1" maxOccurs="1" name="FolderId" type="s:int" />
|
62
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsWebLauncher" type="s:boolean" />
|
63
|
-
<s:element minOccurs="1" maxOccurs="1" name="Active" type="s:boolean" />
|
64
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckOutMinutesRemaining" nillable="true" type="s:int" />
|
65
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsCheckedOut" nillable="true" type="s:boolean" />
|
66
|
-
<s:element minOccurs="0" maxOccurs="1" name="CheckOutUserDisplayName" type="s:string" />
|
67
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckOutUserId" nillable="true" type="s:int" />
|
68
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsOutOfSync" nillable="true" type="s:boolean" />
|
69
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsRestricted" nillable="true" type="s:boolean" />
|
70
|
-
<s:element minOccurs="0" maxOccurs="1" name="OutOfSyncReason" type="s:string" />
|
71
|
-
<s:element minOccurs="0" maxOccurs="1" name="SecretSettings" type="tns:SecretSettings" />
|
72
|
-
<s:element minOccurs="0" maxOccurs="1" name="SecretPermissions" type="tns:SecretPermissions" />
|
73
|
-
</s:sequence>
|
74
|
-
</s:complexType>
|
75
|
-
<s:complexType name="ArrayOfSecretItem">
|
76
|
-
<s:sequence>
|
77
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="SecretItem" nillable="true" type="tns:SecretItem" />
|
78
|
-
</s:sequence>
|
79
|
-
</s:complexType>
|
80
|
-
<s:complexType name="SecretItem">
|
81
|
-
<s:sequence>
|
82
|
-
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
|
83
|
-
<s:element minOccurs="1" maxOccurs="1" name="Id" nillable="true" type="s:int" />
|
84
|
-
<s:element minOccurs="1" maxOccurs="1" name="FieldId" nillable="true" type="s:int" />
|
85
|
-
<s:element minOccurs="0" maxOccurs="1" name="FieldName" type="s:string" />
|
86
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsFile" type="s:boolean" />
|
87
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsNotes" type="s:boolean" />
|
88
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsPassword" type="s:boolean" />
|
89
|
-
<s:element minOccurs="0" maxOccurs="1" name="FieldDisplayName" type="s:string" />
|
90
|
-
</s:sequence>
|
91
|
-
</s:complexType>
|
92
|
-
<s:complexType name="SecretSettings">
|
93
|
-
<s:sequence>
|
94
|
-
<s:element minOccurs="1" maxOccurs="1" name="AutoChangeEnabled" nillable="true" type="s:boolean" />
|
95
|
-
<s:element minOccurs="1" maxOccurs="1" name="RequiresApprovalForAccess" nillable="true" type="s:boolean" />
|
96
|
-
<s:element minOccurs="1" maxOccurs="1" name="RequiresComment" nillable="true" type="s:boolean" />
|
97
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckOutEnabled" nillable="true" type="s:boolean" />
|
98
|
-
<s:element minOccurs="1" maxOccurs="1" name="CheckOutChangePasswordEnabled" nillable="true" type="s:boolean" />
|
99
|
-
<s:element minOccurs="1" maxOccurs="1" name="PrivilegedSecretId" nillable="true" type="s:int" />
|
100
|
-
<s:element minOccurs="0" maxOccurs="1" name="AssociatedSecretIds" type="tns:ArrayOfInt" />
|
101
|
-
<s:element minOccurs="0" maxOccurs="1" name="Approvers" type="tns:ArrayOfGroupOrUserRecord" />
|
102
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsChangeToSettings" type="s:boolean" />
|
103
|
-
</s:sequence>
|
104
|
-
</s:complexType>
|
105
|
-
<s:complexType name="ArrayOfInt">
|
106
|
-
<s:sequence>
|
107
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
|
108
|
-
</s:sequence>
|
109
|
-
</s:complexType>
|
110
|
-
<s:complexType name="ArrayOfGroupOrUserRecord">
|
111
|
-
<s:sequence>
|
112
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="GroupOrUserRecord" nillable="true" type="tns:GroupOrUserRecord" />
|
113
|
-
</s:sequence>
|
114
|
-
</s:complexType>
|
115
|
-
<s:complexType name="GroupOrUserRecord">
|
116
|
-
<s:sequence>
|
117
|
-
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
118
|
-
<s:element minOccurs="0" maxOccurs="1" name="DomainName" type="s:string" />
|
119
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsUser" type="s:boolean" />
|
120
|
-
<s:element minOccurs="1" maxOccurs="1" name="GroupId" nillable="true" type="s:int" />
|
121
|
-
<s:element minOccurs="1" maxOccurs="1" name="UserId" nillable="true" type="s:int" />
|
122
|
-
</s:sequence>
|
123
|
-
</s:complexType>
|
124
|
-
<s:complexType name="SecretPermissions">
|
125
|
-
<s:sequence>
|
126
|
-
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasView" type="s:boolean" />
|
127
|
-
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasEdit" type="s:boolean" />
|
128
|
-
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasOwner" type="s:boolean" />
|
129
|
-
<s:element minOccurs="1" maxOccurs="1" name="InheritPermissionsEnabled" nillable="true" type="s:boolean" />
|
130
|
-
<s:element minOccurs="1" maxOccurs="1" name="IsChangeToPermissions" type="s:boolean" />
|
131
|
-
<s:element minOccurs="0" maxOccurs="1" name="Permissions" type="tns:ArrayOfPermission" />
|
132
|
-
</s:sequence>
|
133
|
-
</s:complexType>
|
134
|
-
<s:complexType name="ArrayOfPermission">
|
135
|
-
<s:sequence>
|
136
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Permission" nillable="true" type="tns:Permission" />
|
137
|
-
</s:sequence>
|
138
|
-
</s:complexType>
|
139
|
-
<s:complexType name="Permission">
|
140
|
-
<s:sequence>
|
141
|
-
<s:element minOccurs="0" maxOccurs="1" name="UserOrGroup" type="tns:GroupOrUserRecord" />
|
142
|
-
<s:element minOccurs="1" maxOccurs="1" name="View" type="s:boolean" />
|
143
|
-
<s:element minOccurs="1" maxOccurs="1" name="Edit" type="s:boolean" />
|
144
|
-
<s:element minOccurs="1" maxOccurs="1" name="Owner" type="s:boolean" />
|
145
|
-
</s:sequence>
|
146
|
-
</s:complexType>
|
147
|
-
<s:element name="GetSecret">
|
148
|
-
<s:complexType>
|
149
|
-
<s:sequence>
|
150
|
-
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
151
|
-
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
152
|
-
<s:element minOccurs="1" maxOccurs="1" name="loadSettingsAndPermissions" nillable="true" type="s:boolean" />
|
153
|
-
<s:element minOccurs="0" maxOccurs="1" name="codeResponses" type="tns:ArrayOfCodeResponse" />
|
154
|
-
</s:sequence>
|
155
|
-
</s:complexType>
|
156
|
-
</s:element>
|
157
|
-
<s:complexType name="ArrayOfCodeResponse">
|
158
|
-
<s:sequence>
|
159
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="CodeResponse" nillable="true" type="tns:CodeResponse" />
|
160
|
-
</s:sequence>
|
161
|
-
</s:complexType>
|
162
|
-
<s:complexType name="CodeResponse">
|
163
|
-
<s:sequence>
|
164
|
-
<s:element minOccurs="0" maxOccurs="1" name="ErrorCode" type="s:string" />
|
165
|
-
<s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string" />
|
166
|
-
<s:element minOccurs="0" maxOccurs="1" name="AdditionalComment" type="s:string" />
|
167
|
-
</s:sequence>
|
168
|
-
</s:complexType>
|
169
|
-
<s:element name="GetSecretResponse">
|
170
|
-
<s:complexType>
|
171
|
-
<s:sequence>
|
172
|
-
<s:element minOccurs="0" maxOccurs="1" name="GetSecretResult" type="tns:GetSecretResult" />
|
173
|
-
</s:sequence>
|
174
|
-
</s:complexType>
|
175
|
-
</s:element>
|
176
|
-
<s:complexType name="WebServiceResult">
|
177
|
-
<s:sequence>
|
178
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
179
|
-
</s:sequence>
|
180
|
-
</s:complexType>
|
181
|
-
<s:element name="GetSecretsByFieldValue">
|
182
|
-
<s:complexType>
|
183
|
-
<s:sequence>
|
184
|
-
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
185
|
-
<s:element minOccurs="0" maxOccurs="1" name="fieldName" type="s:string" />
|
186
|
-
<s:element minOccurs="0" maxOccurs="1" name="searchTerm" type="s:string" />
|
187
|
-
<s:element minOccurs="1" maxOccurs="1" name="showDeleted" type="s:boolean" />
|
188
|
-
</s:sequence>
|
189
|
-
</s:complexType>
|
190
|
-
</s:element>
|
191
|
-
<s:element name="GetSecretsByFieldValueResponse">
|
192
|
-
<s:complexType>
|
193
|
-
<s:sequence>
|
194
|
-
<s:element minOccurs="0" maxOccurs="1" name="GetSecretsByFieldValueResult" type="tns:GetSecretsByFieldValueResult" />
|
195
|
-
</s:sequence>
|
196
|
-
</s:complexType>
|
197
|
-
</s:element>
|
198
|
-
<s:complexType name="GetSecretsByFieldValueResult">
|
199
|
-
<s:sequence>
|
200
|
-
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
201
|
-
<s:element minOccurs="0" maxOccurs="1" name="Secrets" type="tns:ArrayOfSecret" />
|
202
|
-
</s:sequence>
|
203
|
-
</s:complexType>
|
204
|
-
<s:complexType name="ArrayOfSecret">
|
205
|
-
<s:sequence>
|
206
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="Secret" nillable="true" type="tns:Secret" />
|
207
|
-
</s:sequence>
|
208
|
-
</s:complexType>
|
209
|
-
<s:element name="DownloadFileAttachment">
|
210
|
-
<s:complexType>
|
211
|
-
<s:sequence>
|
212
|
-
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
213
|
-
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
214
|
-
</s:sequence>
|
215
|
-
</s:complexType>
|
216
|
-
</s:element>
|
217
|
-
<s:element name="DownloadFileAttachmentResponse">
|
218
|
-
<s:complexType>
|
219
|
-
<s:sequence>
|
220
|
-
<s:element minOccurs="0" maxOccurs="1" name="DownloadFileAttachmentResult" type="tns:FileDownloadResult" />
|
221
|
-
</s:sequence>
|
222
|
-
</s:complexType>
|
223
|
-
</s:element>
|
224
|
-
<s:complexType name="FileDownloadResult">
|
225
|
-
<s:complexContent mixed="false">
|
226
|
-
<s:extension base="tns:WebServiceResult">
|
227
|
-
<s:sequence>
|
228
|
-
<s:element minOccurs="0" maxOccurs="1" name="FileAttachment" type="s:base64Binary" />
|
229
|
-
<s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
|
230
|
-
</s:sequence>
|
231
|
-
</s:extension>
|
232
|
-
</s:complexContent>
|
233
|
-
</s:complexType>
|
234
|
-
<s:element name="DownloadFileAttachmentByItemId">
|
235
|
-
<s:complexType>
|
236
|
-
<s:sequence>
|
237
|
-
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
238
|
-
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
239
|
-
<s:element minOccurs="1" maxOccurs="1" name="secretItemId" type="s:int" />
|
240
|
-
</s:sequence>
|
241
|
-
</s:complexType>
|
242
|
-
</s:element>
|
243
|
-
<s:element name="DownloadFileAttachmentByItemIdResponse">
|
244
|
-
<s:complexType>
|
245
|
-
<s:sequence>
|
246
|
-
<s:element minOccurs="0" maxOccurs="1" name="DownloadFileAttachmentByItemIdResult" type="tns:FileDownloadResult" />
|
247
|
-
</s:sequence>
|
248
|
-
</s:complexType>
|
249
|
-
</s:element>
|
250
|
-
<s:element name="AuthenticateResult" nillable="true" type="tns:AuthenticateResult" />
|
251
|
-
<s:element name="GetSecretResult" nillable="true" type="tns:GetSecretResult" />
|
252
|
-
<s:element name="GetSecretsByFieldValueResult" nillable="true" type="tns:GetSecretsByFieldValueResult" />
|
253
|
-
<s:element name="FileDownloadResult" nillable="true" type="tns:FileDownloadResult" />
|
254
|
-
</s:schema>
|
255
|
-
<s:schema targetNamespace="urn:thesecretserver.com/AbstractTypes">
|
256
|
-
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
|
257
|
-
<s:complexType name="StringArray">
|
258
|
-
<s:complexContent mixed="false">
|
259
|
-
<s:restriction base="soapenc:Array">
|
260
|
-
<s:sequence>
|
261
|
-
<s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
|
262
|
-
</s:sequence>
|
263
|
-
</s:restriction>
|
264
|
-
</s:complexContent>
|
265
|
-
</s:complexType>
|
266
|
-
</s:schema>
|
267
|
-
</wsdl:types>
|
268
|
-
<wsdl:message name="AuthenticateSoapIn">
|
269
|
-
<wsdl:part name="parameters" element="tns:Authenticate" />
|
270
|
-
</wsdl:message>
|
271
|
-
<wsdl:message name="AuthenticateSoapOut">
|
272
|
-
<wsdl:part name="parameters" element="tns:AuthenticateResponse" />
|
273
|
-
</wsdl:message>
|
274
|
-
<wsdl:message name="GetSecretSoapIn">
|
275
|
-
<wsdl:part name="parameters" element="tns:GetSecret" />
|
276
|
-
</wsdl:message>
|
277
|
-
<wsdl:message name="GetSecretSoapOut">
|
278
|
-
<wsdl:part name="parameters" element="tns:GetSecretResponse" />
|
279
|
-
</wsdl:message>
|
280
|
-
<wsdl:message name="GetSecretsByFieldValueSoapIn">
|
281
|
-
<wsdl:part name="parameters" element="tns:GetSecretsByFieldValue" />
|
282
|
-
</wsdl:message>
|
283
|
-
<wsdl:message name="GetSecretsByFieldValueSoapOut">
|
284
|
-
<wsdl:part name="parameters" element="tns:GetSecretsByFieldValueResponse" />
|
285
|
-
</wsdl:message>
|
286
|
-
<wsdl:message name="DownloadFileAttachmentSoapIn">
|
287
|
-
<wsdl:part name="parameters" element="tns:DownloadFileAttachment" />
|
288
|
-
</wsdl:message>
|
289
|
-
<wsdl:message name="DownloadFileAttachmentSoapOut">
|
290
|
-
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentResponse" />
|
291
|
-
</wsdl:message>
|
292
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdSoapIn">
|
293
|
-
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentByItemId" />
|
294
|
-
</wsdl:message>
|
295
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdSoapOut">
|
296
|
-
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentByItemIdResponse" />
|
297
|
-
</wsdl:message>
|
298
|
-
<wsdl:message name="UploadFileAttachmentSoapIn">
|
299
|
-
<wsdl:part name="parameters" element="tns:UploadFileAttachment" />
|
300
|
-
</wsdl:message>
|
301
|
-
<wsdl:message name="UploadFileAttachmentSoapOut">
|
302
|
-
<wsdl:part name="parameters" element="tns:UploadFileAttachmentResponse" />
|
303
|
-
</wsdl:message>
|
304
|
-
<wsdl:message name="UploadFileAttachmentByItemIdSoapIn">
|
305
|
-
<wsdl:part name="parameters" element="tns:UploadFileAttachmentByItemId" />
|
306
|
-
</wsdl:message>
|
307
|
-
<wsdl:message name="UploadFileAttachmentByItemIdSoapOut">
|
308
|
-
<wsdl:part name="parameters" element="tns:UploadFileAttachmentByItemIdResponse" />
|
309
|
-
</wsdl:message>
|
310
|
-
<wsdl:message name="AuthenticateHttpGetIn">
|
311
|
-
<wsdl:part name="username" type="s:string" />
|
312
|
-
<wsdl:part name="password" type="s:string" />
|
313
|
-
<wsdl:part name="organization" type="s:string" />
|
314
|
-
<wsdl:part name="domain" type="s:string" />
|
315
|
-
</wsdl:message>
|
316
|
-
<wsdl:message name="AuthenticateHttpGetOut">
|
317
|
-
<wsdl:part name="Body" element="tns:AuthenticateResult" />
|
318
|
-
</wsdl:message>
|
319
|
-
<wsdl:message name="GetSecretsByFieldValueHttpGetIn">
|
320
|
-
<wsdl:part name="token" type="s:string" />
|
321
|
-
<wsdl:part name="fieldName" type="s:string" />
|
322
|
-
<wsdl:part name="searchTerm" type="s:string" />
|
323
|
-
<wsdl:part name="showDeleted" type="s:string" />
|
324
|
-
</wsdl:message>
|
325
|
-
<wsdl:message name="GetSecretsByFieldValueHttpGetOut">
|
326
|
-
<wsdl:part name="Body" element="tns:GetSecretsByFieldValueResult" />
|
327
|
-
</wsdl:message>
|
328
|
-
<wsdl:message name="DownloadFileAttachmentHttpGetIn">
|
329
|
-
<wsdl:part name="token" type="s:string" />
|
330
|
-
<wsdl:part name="secretId" type="s:string" />
|
331
|
-
</wsdl:message>
|
332
|
-
<wsdl:message name="DownloadFileAttachmentHttpGetOut">
|
333
|
-
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
334
|
-
</wsdl:message>
|
335
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdHttpGetIn">
|
336
|
-
<wsdl:part name="token" type="s:string" />
|
337
|
-
<wsdl:part name="secretId" type="s:string" />
|
338
|
-
<wsdl:part name="secretItemId" type="s:string" />
|
339
|
-
</wsdl:message>
|
340
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdHttpGetOut">
|
341
|
-
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
342
|
-
</wsdl:message>
|
343
|
-
<wsdl:message name="UploadFileAttachmentHttpGetIn">
|
344
|
-
<wsdl:part name="token" type="s:string" />
|
345
|
-
<wsdl:part name="secretId" type="s:string" />
|
346
|
-
<wsdl:part name="fileData" type="s1:StringArray" />
|
347
|
-
<wsdl:part name="fileName" type="s:string" />
|
348
|
-
</wsdl:message>
|
349
|
-
<wsdl:message name="AuthenticateHttpPostIn">
|
350
|
-
<wsdl:part name="username" type="s:string" />
|
351
|
-
<wsdl:part name="password" type="s:string" />
|
352
|
-
<wsdl:part name="organization" type="s:string" />
|
353
|
-
<wsdl:part name="domain" type="s:string" />
|
354
|
-
</wsdl:message>
|
355
|
-
<wsdl:message name="AuthenticateHttpPostOut">
|
356
|
-
<wsdl:part name="Body" element="tns:AuthenticateResult" />
|
357
|
-
</wsdl:message>
|
358
|
-
<wsdl:message name="GetSecretsByFieldValueHttpPostIn">
|
359
|
-
<wsdl:part name="token" type="s:string" />
|
360
|
-
<wsdl:part name="fieldName" type="s:string" />
|
361
|
-
<wsdl:part name="searchTerm" type="s:string" />
|
362
|
-
<wsdl:part name="showDeleted" type="s:string" />
|
363
|
-
</wsdl:message>
|
364
|
-
<wsdl:message name="GetSecretsByFieldValueHttpPostOut">
|
365
|
-
<wsdl:part name="Body" element="tns:GetSecretsByFieldValueResult" />
|
366
|
-
</wsdl:message>
|
367
|
-
<wsdl:message name="DownloadFileAttachmentHttpPostIn">
|
368
|
-
<wsdl:part name="token" type="s:string" />
|
369
|
-
<wsdl:part name="secretId" type="s:string" />
|
370
|
-
</wsdl:message>
|
371
|
-
<wsdl:message name="DownloadFileAttachmentHttpPostOut">
|
372
|
-
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
373
|
-
</wsdl:message>
|
374
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdHttpPostIn">
|
375
|
-
<wsdl:part name="token" type="s:string" />
|
376
|
-
<wsdl:part name="secretId" type="s:string" />
|
377
|
-
<wsdl:part name="secretItemId" type="s:string" />
|
378
|
-
</wsdl:message>
|
379
|
-
<wsdl:message name="DownloadFileAttachmentByItemIdHttpPostOut">
|
380
|
-
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
381
|
-
</wsdl:message>
|
382
|
-
<wsdl:portType name="SSWebServiceSoap">
|
383
|
-
<wsdl:operation name="Authenticate">
|
384
|
-
<wsdl:input message="tns:AuthenticateSoapIn" />
|
385
|
-
<wsdl:output message="tns:AuthenticateSoapOut" />
|
386
|
-
</wsdl:operation>
|
387
|
-
<wsdl:operation name="GetSecret">
|
388
|
-
<wsdl:input message="tns:GetSecretSoapIn" />
|
389
|
-
<wsdl:output message="tns:GetSecretSoapOut" />
|
390
|
-
</wsdl:operation>
|
391
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
392
|
-
<wsdl:input message="tns:GetSecretsByFieldValueSoapIn" />
|
393
|
-
<wsdl:output message="tns:GetSecretsByFieldValueSoapOut" />
|
394
|
-
</wsdl:operation>
|
395
|
-
<wsdl:operation name="DownloadFileAttachment">
|
396
|
-
<wsdl:input message="tns:DownloadFileAttachmentSoapIn" />
|
397
|
-
<wsdl:output message="tns:DownloadFileAttachmentSoapOut" />
|
398
|
-
</wsdl:operation>
|
399
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
400
|
-
<wsdl:input message="tns:DownloadFileAttachmentByItemIdSoapIn" />
|
401
|
-
<wsdl:output message="tns:DownloadFileAttachmentByItemIdSoapOut" />
|
402
|
-
</wsdl:operation>
|
403
|
-
</wsdl:portType>
|
404
|
-
<wsdl:portType name="SSWebServiceHttpGet">
|
405
|
-
<wsdl:operation name="Authenticate">
|
406
|
-
<wsdl:input message="tns:AuthenticateHttpGetIn" />
|
407
|
-
<wsdl:output message="tns:AuthenticateHttpGetOut" />
|
408
|
-
</wsdl:operation>
|
409
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
410
|
-
<wsdl:input message="tns:GetSecretsByFieldValueHttpGetIn" />
|
411
|
-
<wsdl:output message="tns:GetSecretsByFieldValueHttpGetOut" />
|
412
|
-
</wsdl:operation>
|
413
|
-
<wsdl:operation name="DownloadFileAttachment">
|
414
|
-
<wsdl:input message="tns:DownloadFileAttachmentHttpGetIn" />
|
415
|
-
<wsdl:output message="tns:DownloadFileAttachmentHttpGetOut" />
|
416
|
-
</wsdl:operation>
|
417
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
418
|
-
<wsdl:input message="tns:DownloadFileAttachmentByItemIdHttpGetIn" />
|
419
|
-
<wsdl:output message="tns:DownloadFileAttachmentByItemIdHttpGetOut" />
|
420
|
-
</wsdl:operation>
|
421
|
-
</wsdl:portType>
|
422
|
-
<wsdl:portType name="SSWebServiceHttpPost">
|
423
|
-
<wsdl:operation name="Authenticate">
|
424
|
-
<wsdl:input message="tns:AuthenticateHttpPostIn" />
|
425
|
-
<wsdl:output message="tns:AuthenticateHttpPostOut" />
|
426
|
-
</wsdl:operation>
|
427
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
428
|
-
<wsdl:input message="tns:GetSecretsByFieldValueHttpPostIn" />
|
429
|
-
<wsdl:output message="tns:GetSecretsByFieldValueHttpPostOut" />
|
430
|
-
</wsdl:operation>
|
431
|
-
<wsdl:operation name="DownloadFileAttachment">
|
432
|
-
<wsdl:input message="tns:DownloadFileAttachmentHttpPostIn" />
|
433
|
-
<wsdl:output message="tns:DownloadFileAttachmentHttpPostOut" />
|
434
|
-
</wsdl:operation>
|
435
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
436
|
-
<wsdl:input message="tns:DownloadFileAttachmentByItemIdHttpPostIn" />
|
437
|
-
<wsdl:output message="tns:DownloadFileAttachmentByItemIdHttpPostOut" />
|
438
|
-
</wsdl:operation>
|
439
|
-
</wsdl:portType>
|
440
|
-
<wsdl:binding name="SSWebServiceSoap" type="tns:SSWebServiceSoap">
|
441
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
442
|
-
<wsdl:operation name="Authenticate">
|
443
|
-
<soap:operation soapAction="urn:thesecretserver.com/Authenticate" style="document" />
|
444
|
-
<wsdl:input>
|
445
|
-
<soap:body use="literal" />
|
446
|
-
</wsdl:input>
|
447
|
-
<wsdl:output>
|
448
|
-
<soap:body use="literal" />
|
449
|
-
</wsdl:output>
|
450
|
-
</wsdl:operation>
|
451
|
-
<wsdl:operation name="GetSecret">
|
452
|
-
<soap:operation soapAction="urn:thesecretserver.com/GetSecret" style="document" />
|
453
|
-
<wsdl:input>
|
454
|
-
<soap:body use="literal" />
|
455
|
-
</wsdl:input>
|
456
|
-
<wsdl:output>
|
457
|
-
<soap:body use="literal" />
|
458
|
-
</wsdl:output>
|
459
|
-
</wsdl:operation>
|
460
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
461
|
-
<soap:operation soapAction="urn:thesecretserver.com/GetSecretsByFieldValue" style="document" />
|
462
|
-
<wsdl:input>
|
463
|
-
<soap:body use="literal" />
|
464
|
-
</wsdl:input>
|
465
|
-
<wsdl:output>
|
466
|
-
<soap:body use="literal" />
|
467
|
-
</wsdl:output>
|
468
|
-
</wsdl:operation>
|
469
|
-
<wsdl:operation name="DownloadFileAttachment">
|
470
|
-
<soap:operation soapAction="urn:thesecretserver.com/DownloadFileAttachment" style="document" />
|
471
|
-
<wsdl:input>
|
472
|
-
<soap:body use="literal" />
|
473
|
-
</wsdl:input>
|
474
|
-
<wsdl:output>
|
475
|
-
<soap:body use="literal" />
|
476
|
-
</wsdl:output>
|
477
|
-
</wsdl:operation>
|
478
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
479
|
-
<soap:operation soapAction="urn:thesecretserver.com/DownloadFileAttachmentByItemId" style="document" />
|
480
|
-
<wsdl:input>
|
481
|
-
<soap:body use="literal" />
|
482
|
-
</wsdl:input>
|
483
|
-
<wsdl:output>
|
484
|
-
<soap:body use="literal" />
|
485
|
-
</wsdl:output>
|
486
|
-
</wsdl:operation>
|
487
|
-
</wsdl:binding>
|
488
|
-
<wsdl:binding name="SSWebServiceSoap12" type="tns:SSWebServiceSoap">
|
489
|
-
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
490
|
-
<wsdl:operation name="Authenticate">
|
491
|
-
<soap12:operation soapAction="urn:thesecretserver.com/Authenticate" style="document" />
|
492
|
-
<wsdl:input>
|
493
|
-
<soap12:body use="literal" />
|
494
|
-
</wsdl:input>
|
495
|
-
<wsdl:output>
|
496
|
-
<soap12:body use="literal" />
|
497
|
-
</wsdl:output>
|
498
|
-
</wsdl:operation>
|
499
|
-
<wsdl:operation name="GetSecret">
|
500
|
-
<soap12:operation soapAction="urn:thesecretserver.com/GetSecret" style="document" />
|
501
|
-
<wsdl:input>
|
502
|
-
<soap12:body use="literal" />
|
503
|
-
</wsdl:input>
|
504
|
-
<wsdl:output>
|
505
|
-
<soap12:body use="literal" />
|
506
|
-
</wsdl:output>
|
507
|
-
</wsdl:operation>
|
508
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
509
|
-
<soap12:operation soapAction="urn:thesecretserver.com/GetSecretsByFieldValue" style="document" />
|
510
|
-
<wsdl:input>
|
511
|
-
<soap12:body use="literal" />
|
512
|
-
</wsdl:input>
|
513
|
-
<wsdl:output>
|
514
|
-
<soap12:body use="literal" />
|
515
|
-
</wsdl:output>
|
516
|
-
</wsdl:operation>
|
517
|
-
<wsdl:operation name="DownloadFileAttachment">
|
518
|
-
<soap12:operation soapAction="urn:thesecretserver.com/DownloadFileAttachment" style="document" />
|
519
|
-
<wsdl:input>
|
520
|
-
<soap12:body use="literal" />
|
521
|
-
</wsdl:input>
|
522
|
-
<wsdl:output>
|
523
|
-
<soap12:body use="literal" />
|
524
|
-
</wsdl:output>
|
525
|
-
</wsdl:operation>
|
526
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
527
|
-
<soap12:operation soapAction="urn:thesecretserver.com/DownloadFileAttachmentByItemId" style="document" />
|
528
|
-
<wsdl:input>
|
529
|
-
<soap12:body use="literal" />
|
530
|
-
</wsdl:input>
|
531
|
-
<wsdl:output>
|
532
|
-
<soap12:body use="literal" />
|
533
|
-
</wsdl:output>
|
534
|
-
</wsdl:operation>
|
535
|
-
</wsdl:binding>
|
536
|
-
<wsdl:binding name="SSWebServiceHttpGet" type="tns:SSWebServiceHttpGet">
|
537
|
-
<http:binding verb="GET" />
|
538
|
-
<wsdl:operation name="Authenticate">
|
539
|
-
<http:operation location="/Authenticate" />
|
540
|
-
<wsdl:input>
|
541
|
-
<http:urlEncoded />
|
542
|
-
</wsdl:input>
|
543
|
-
<wsdl:output>
|
544
|
-
<mime:mimeXml part="Body" />
|
545
|
-
</wsdl:output>
|
546
|
-
</wsdl:operation>
|
547
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
548
|
-
<http:operation location="/GetSecretsByFieldValue" />
|
549
|
-
<wsdl:input>
|
550
|
-
<http:urlEncoded />
|
551
|
-
</wsdl:input>
|
552
|
-
<wsdl:output>
|
553
|
-
<mime:mimeXml part="Body" />
|
554
|
-
</wsdl:output>
|
555
|
-
</wsdl:operation>
|
556
|
-
<wsdl:operation name="DownloadFileAttachment">
|
557
|
-
<http:operation location="/DownloadFileAttachment" />
|
558
|
-
<wsdl:input>
|
559
|
-
<http:urlEncoded />
|
560
|
-
</wsdl:input>
|
561
|
-
<wsdl:output>
|
562
|
-
<mime:mimeXml part="Body" />
|
563
|
-
</wsdl:output>
|
564
|
-
</wsdl:operation>
|
565
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
566
|
-
<http:operation location="/DownloadFileAttachmentByItemId" />
|
567
|
-
<wsdl:input>
|
568
|
-
<http:urlEncoded />
|
569
|
-
</wsdl:input>
|
570
|
-
<wsdl:output>
|
571
|
-
<mime:mimeXml part="Body" />
|
572
|
-
</wsdl:output>
|
573
|
-
</wsdl:operation>
|
574
|
-
</wsdl:binding>
|
575
|
-
<wsdl:binding name="SSWebServiceHttpPost" type="tns:SSWebServiceHttpPost">
|
576
|
-
<http:binding verb="POST" />
|
577
|
-
<wsdl:operation name="Authenticate">
|
578
|
-
<http:operation location="/Authenticate" />
|
579
|
-
<wsdl:input>
|
580
|
-
<mime:content type="application/x-www-form-urlencoded" />
|
581
|
-
</wsdl:input>
|
582
|
-
<wsdl:output>
|
583
|
-
<mime:mimeXml part="Body" />
|
584
|
-
</wsdl:output>
|
585
|
-
</wsdl:operation>
|
586
|
-
<wsdl:operation name="GetSecretsByFieldValue">
|
587
|
-
<http:operation location="/GetSecretsByFieldValue" />
|
588
|
-
<wsdl:input>
|
589
|
-
<mime:content type="application/x-www-form-urlencoded" />
|
590
|
-
</wsdl:input>
|
591
|
-
<wsdl:output>
|
592
|
-
<mime:mimeXml part="Body" />
|
593
|
-
</wsdl:output>
|
594
|
-
</wsdl:operation>
|
595
|
-
<wsdl:operation name="DownloadFileAttachment">
|
596
|
-
<http:operation location="/DownloadFileAttachment" />
|
597
|
-
<wsdl:input>
|
598
|
-
<mime:content type="application/x-www-form-urlencoded" />
|
599
|
-
</wsdl:input>
|
600
|
-
<wsdl:output>
|
601
|
-
<mime:mimeXml part="Body" />
|
602
|
-
</wsdl:output>
|
603
|
-
</wsdl:operation>
|
604
|
-
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
605
|
-
<http:operation location="/DownloadFileAttachmentByItemId" />
|
606
|
-
<wsdl:input>
|
607
|
-
<mime:content type="application/x-www-form-urlencoded" />
|
608
|
-
</wsdl:input>
|
609
|
-
<wsdl:output>
|
610
|
-
<mime:mimeXml part="Body" />
|
611
|
-
</wsdl:output>
|
612
|
-
</wsdl:operation>
|
613
|
-
</wsdl:binding>
|
614
|
-
<wsdl:service name="SSWebService">
|
615
|
-
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice for standard integration.</wsdl:documentation>
|
616
|
-
<wsdl:port name="SSWebServiceSoap" binding="tns:SSWebServiceSoap">
|
617
|
-
<soap:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
618
|
-
</wsdl:port>
|
619
|
-
<wsdl:port name="SSWebServiceSoap12" binding="tns:SSWebServiceSoap12">
|
620
|
-
<soap12:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
621
|
-
</wsdl:port>
|
622
|
-
<wsdl:port name="SSWebServiceHttpGet" binding="tns:SSWebServiceHttpGet">
|
623
|
-
<http:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
624
|
-
</wsdl:port>
|
625
|
-
<wsdl:port name="SSWebServiceHttpPost" binding="tns:SSWebServiceHttpPost">
|
626
|
-
<http:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
627
|
-
</wsdl:port>
|
628
|
-
</wsdl:service>
|
629
|
-
</wsdl:definitions>
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:thesecretserver.com" xmlns:s1="urn:thesecretserver.com/AbstractTypes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="urn:thesecretserver.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice for standard integration.</wsdl:documentation>
|
4
|
+
<wsdl:types>
|
5
|
+
<s:schema elementFormDefault="qualified" targetNamespace="urn:thesecretserver.com">
|
6
|
+
<s:complexType name="GenericResult">
|
7
|
+
<s:sequence>
|
8
|
+
<s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
|
9
|
+
</s:sequence>
|
10
|
+
</s:complexType>
|
11
|
+
<s:element name="Authenticate">
|
12
|
+
<s:complexType>
|
13
|
+
<s:sequence>
|
14
|
+
<s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
|
15
|
+
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
16
|
+
<s:element minOccurs="0" maxOccurs="1" name="organization" type="s:string" />
|
17
|
+
<s:element minOccurs="0" maxOccurs="1" name="domain" type="s:string" />
|
18
|
+
</s:sequence>
|
19
|
+
</s:complexType>
|
20
|
+
</s:element>
|
21
|
+
<s:element name="AuthenticateResponse">
|
22
|
+
<s:complexType>
|
23
|
+
<s:sequence>
|
24
|
+
<s:element minOccurs="0" maxOccurs="1" name="AuthenticateResult" type="tns:AuthenticateResult" />
|
25
|
+
</s:sequence>
|
26
|
+
</s:complexType>
|
27
|
+
</s:element>
|
28
|
+
<s:complexType name="AuthenticateResult">
|
29
|
+
<s:sequence>
|
30
|
+
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
31
|
+
<s:element minOccurs="0" maxOccurs="1" name="Token" type="s:string" />
|
32
|
+
</s:sequence>
|
33
|
+
</s:complexType>
|
34
|
+
<s:complexType name="ArrayOfString">
|
35
|
+
<s:sequence>
|
36
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
37
|
+
</s:sequence>
|
38
|
+
</s:complexType>
|
39
|
+
<s:complexType name="GetSecretResult">
|
40
|
+
<s:sequence>
|
41
|
+
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
42
|
+
<s:element minOccurs="0" maxOccurs="1" name="SecretError" type="tns:SecretError" />
|
43
|
+
<s:element minOccurs="0" maxOccurs="1" name="Secret" type="tns:Secret" />
|
44
|
+
</s:sequence>
|
45
|
+
</s:complexType>
|
46
|
+
<s:complexType name="SecretError">
|
47
|
+
<s:sequence>
|
48
|
+
<s:element minOccurs="0" maxOccurs="1" name="ErrorCode" type="s:string" />
|
49
|
+
<s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
|
50
|
+
<s:element minOccurs="1" maxOccurs="1" name="AllowsResponse" type="s:boolean" />
|
51
|
+
<s:element minOccurs="0" maxOccurs="1" name="CommentTitle" type="s:string" />
|
52
|
+
<s:element minOccurs="0" maxOccurs="1" name="AdditionalCommentTitle" type="s:string" />
|
53
|
+
</s:sequence>
|
54
|
+
</s:complexType>
|
55
|
+
<s:complexType name="Secret">
|
56
|
+
<s:sequence>
|
57
|
+
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
58
|
+
<s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfSecretItem" />
|
59
|
+
<s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
|
60
|
+
<s:element minOccurs="1" maxOccurs="1" name="SecretTypeId" type="s:int" />
|
61
|
+
<s:element minOccurs="1" maxOccurs="1" name="FolderId" type="s:int" />
|
62
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsWebLauncher" type="s:boolean" />
|
63
|
+
<s:element minOccurs="1" maxOccurs="1" name="Active" type="s:boolean" />
|
64
|
+
<s:element minOccurs="1" maxOccurs="1" name="CheckOutMinutesRemaining" nillable="true" type="s:int" />
|
65
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsCheckedOut" nillable="true" type="s:boolean" />
|
66
|
+
<s:element minOccurs="0" maxOccurs="1" name="CheckOutUserDisplayName" type="s:string" />
|
67
|
+
<s:element minOccurs="1" maxOccurs="1" name="CheckOutUserId" nillable="true" type="s:int" />
|
68
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsOutOfSync" nillable="true" type="s:boolean" />
|
69
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsRestricted" nillable="true" type="s:boolean" />
|
70
|
+
<s:element minOccurs="0" maxOccurs="1" name="OutOfSyncReason" type="s:string" />
|
71
|
+
<s:element minOccurs="0" maxOccurs="1" name="SecretSettings" type="tns:SecretSettings" />
|
72
|
+
<s:element minOccurs="0" maxOccurs="1" name="SecretPermissions" type="tns:SecretPermissions" />
|
73
|
+
</s:sequence>
|
74
|
+
</s:complexType>
|
75
|
+
<s:complexType name="ArrayOfSecretItem">
|
76
|
+
<s:sequence>
|
77
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="SecretItem" nillable="true" type="tns:SecretItem" />
|
78
|
+
</s:sequence>
|
79
|
+
</s:complexType>
|
80
|
+
<s:complexType name="SecretItem">
|
81
|
+
<s:sequence>
|
82
|
+
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
|
83
|
+
<s:element minOccurs="1" maxOccurs="1" name="Id" nillable="true" type="s:int" />
|
84
|
+
<s:element minOccurs="1" maxOccurs="1" name="FieldId" nillable="true" type="s:int" />
|
85
|
+
<s:element minOccurs="0" maxOccurs="1" name="FieldName" type="s:string" />
|
86
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsFile" type="s:boolean" />
|
87
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsNotes" type="s:boolean" />
|
88
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsPassword" type="s:boolean" />
|
89
|
+
<s:element minOccurs="0" maxOccurs="1" name="FieldDisplayName" type="s:string" />
|
90
|
+
</s:sequence>
|
91
|
+
</s:complexType>
|
92
|
+
<s:complexType name="SecretSettings">
|
93
|
+
<s:sequence>
|
94
|
+
<s:element minOccurs="1" maxOccurs="1" name="AutoChangeEnabled" nillable="true" type="s:boolean" />
|
95
|
+
<s:element minOccurs="1" maxOccurs="1" name="RequiresApprovalForAccess" nillable="true" type="s:boolean" />
|
96
|
+
<s:element minOccurs="1" maxOccurs="1" name="RequiresComment" nillable="true" type="s:boolean" />
|
97
|
+
<s:element minOccurs="1" maxOccurs="1" name="CheckOutEnabled" nillable="true" type="s:boolean" />
|
98
|
+
<s:element minOccurs="1" maxOccurs="1" name="CheckOutChangePasswordEnabled" nillable="true" type="s:boolean" />
|
99
|
+
<s:element minOccurs="1" maxOccurs="1" name="PrivilegedSecretId" nillable="true" type="s:int" />
|
100
|
+
<s:element minOccurs="0" maxOccurs="1" name="AssociatedSecretIds" type="tns:ArrayOfInt" />
|
101
|
+
<s:element minOccurs="0" maxOccurs="1" name="Approvers" type="tns:ArrayOfGroupOrUserRecord" />
|
102
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsChangeToSettings" type="s:boolean" />
|
103
|
+
</s:sequence>
|
104
|
+
</s:complexType>
|
105
|
+
<s:complexType name="ArrayOfInt">
|
106
|
+
<s:sequence>
|
107
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
|
108
|
+
</s:sequence>
|
109
|
+
</s:complexType>
|
110
|
+
<s:complexType name="ArrayOfGroupOrUserRecord">
|
111
|
+
<s:sequence>
|
112
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="GroupOrUserRecord" nillable="true" type="tns:GroupOrUserRecord" />
|
113
|
+
</s:sequence>
|
114
|
+
</s:complexType>
|
115
|
+
<s:complexType name="GroupOrUserRecord">
|
116
|
+
<s:sequence>
|
117
|
+
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
|
118
|
+
<s:element minOccurs="0" maxOccurs="1" name="DomainName" type="s:string" />
|
119
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsUser" type="s:boolean" />
|
120
|
+
<s:element minOccurs="1" maxOccurs="1" name="GroupId" nillable="true" type="s:int" />
|
121
|
+
<s:element minOccurs="1" maxOccurs="1" name="UserId" nillable="true" type="s:int" />
|
122
|
+
</s:sequence>
|
123
|
+
</s:complexType>
|
124
|
+
<s:complexType name="SecretPermissions">
|
125
|
+
<s:sequence>
|
126
|
+
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasView" type="s:boolean" />
|
127
|
+
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasEdit" type="s:boolean" />
|
128
|
+
<s:element minOccurs="1" maxOccurs="1" name="CurrentUserHasOwner" type="s:boolean" />
|
129
|
+
<s:element minOccurs="1" maxOccurs="1" name="InheritPermissionsEnabled" nillable="true" type="s:boolean" />
|
130
|
+
<s:element minOccurs="1" maxOccurs="1" name="IsChangeToPermissions" type="s:boolean" />
|
131
|
+
<s:element minOccurs="0" maxOccurs="1" name="Permissions" type="tns:ArrayOfPermission" />
|
132
|
+
</s:sequence>
|
133
|
+
</s:complexType>
|
134
|
+
<s:complexType name="ArrayOfPermission">
|
135
|
+
<s:sequence>
|
136
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="Permission" nillable="true" type="tns:Permission" />
|
137
|
+
</s:sequence>
|
138
|
+
</s:complexType>
|
139
|
+
<s:complexType name="Permission">
|
140
|
+
<s:sequence>
|
141
|
+
<s:element minOccurs="0" maxOccurs="1" name="UserOrGroup" type="tns:GroupOrUserRecord" />
|
142
|
+
<s:element minOccurs="1" maxOccurs="1" name="View" type="s:boolean" />
|
143
|
+
<s:element minOccurs="1" maxOccurs="1" name="Edit" type="s:boolean" />
|
144
|
+
<s:element minOccurs="1" maxOccurs="1" name="Owner" type="s:boolean" />
|
145
|
+
</s:sequence>
|
146
|
+
</s:complexType>
|
147
|
+
<s:element name="GetSecret">
|
148
|
+
<s:complexType>
|
149
|
+
<s:sequence>
|
150
|
+
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
151
|
+
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
152
|
+
<s:element minOccurs="1" maxOccurs="1" name="loadSettingsAndPermissions" nillable="true" type="s:boolean" />
|
153
|
+
<s:element minOccurs="0" maxOccurs="1" name="codeResponses" type="tns:ArrayOfCodeResponse" />
|
154
|
+
</s:sequence>
|
155
|
+
</s:complexType>
|
156
|
+
</s:element>
|
157
|
+
<s:complexType name="ArrayOfCodeResponse">
|
158
|
+
<s:sequence>
|
159
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="CodeResponse" nillable="true" type="tns:CodeResponse" />
|
160
|
+
</s:sequence>
|
161
|
+
</s:complexType>
|
162
|
+
<s:complexType name="CodeResponse">
|
163
|
+
<s:sequence>
|
164
|
+
<s:element minOccurs="0" maxOccurs="1" name="ErrorCode" type="s:string" />
|
165
|
+
<s:element minOccurs="0" maxOccurs="1" name="Comment" type="s:string" />
|
166
|
+
<s:element minOccurs="0" maxOccurs="1" name="AdditionalComment" type="s:string" />
|
167
|
+
</s:sequence>
|
168
|
+
</s:complexType>
|
169
|
+
<s:element name="GetSecretResponse">
|
170
|
+
<s:complexType>
|
171
|
+
<s:sequence>
|
172
|
+
<s:element minOccurs="0" maxOccurs="1" name="GetSecretResult" type="tns:GetSecretResult" />
|
173
|
+
</s:sequence>
|
174
|
+
</s:complexType>
|
175
|
+
</s:element>
|
176
|
+
<s:complexType name="WebServiceResult">
|
177
|
+
<s:sequence>
|
178
|
+
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
179
|
+
</s:sequence>
|
180
|
+
</s:complexType>
|
181
|
+
<s:element name="GetSecretsByFieldValue">
|
182
|
+
<s:complexType>
|
183
|
+
<s:sequence>
|
184
|
+
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
185
|
+
<s:element minOccurs="0" maxOccurs="1" name="fieldName" type="s:string" />
|
186
|
+
<s:element minOccurs="0" maxOccurs="1" name="searchTerm" type="s:string" />
|
187
|
+
<s:element minOccurs="1" maxOccurs="1" name="showDeleted" type="s:boolean" />
|
188
|
+
</s:sequence>
|
189
|
+
</s:complexType>
|
190
|
+
</s:element>
|
191
|
+
<s:element name="GetSecretsByFieldValueResponse">
|
192
|
+
<s:complexType>
|
193
|
+
<s:sequence>
|
194
|
+
<s:element minOccurs="0" maxOccurs="1" name="GetSecretsByFieldValueResult" type="tns:GetSecretsByFieldValueResult" />
|
195
|
+
</s:sequence>
|
196
|
+
</s:complexType>
|
197
|
+
</s:element>
|
198
|
+
<s:complexType name="GetSecretsByFieldValueResult">
|
199
|
+
<s:sequence>
|
200
|
+
<s:element minOccurs="0" maxOccurs="1" name="Errors" type="tns:ArrayOfString" />
|
201
|
+
<s:element minOccurs="0" maxOccurs="1" name="Secrets" type="tns:ArrayOfSecret" />
|
202
|
+
</s:sequence>
|
203
|
+
</s:complexType>
|
204
|
+
<s:complexType name="ArrayOfSecret">
|
205
|
+
<s:sequence>
|
206
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="Secret" nillable="true" type="tns:Secret" />
|
207
|
+
</s:sequence>
|
208
|
+
</s:complexType>
|
209
|
+
<s:element name="DownloadFileAttachment">
|
210
|
+
<s:complexType>
|
211
|
+
<s:sequence>
|
212
|
+
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
213
|
+
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
214
|
+
</s:sequence>
|
215
|
+
</s:complexType>
|
216
|
+
</s:element>
|
217
|
+
<s:element name="DownloadFileAttachmentResponse">
|
218
|
+
<s:complexType>
|
219
|
+
<s:sequence>
|
220
|
+
<s:element minOccurs="0" maxOccurs="1" name="DownloadFileAttachmentResult" type="tns:FileDownloadResult" />
|
221
|
+
</s:sequence>
|
222
|
+
</s:complexType>
|
223
|
+
</s:element>
|
224
|
+
<s:complexType name="FileDownloadResult">
|
225
|
+
<s:complexContent mixed="false">
|
226
|
+
<s:extension base="tns:WebServiceResult">
|
227
|
+
<s:sequence>
|
228
|
+
<s:element minOccurs="0" maxOccurs="1" name="FileAttachment" type="s:base64Binary" />
|
229
|
+
<s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
|
230
|
+
</s:sequence>
|
231
|
+
</s:extension>
|
232
|
+
</s:complexContent>
|
233
|
+
</s:complexType>
|
234
|
+
<s:element name="DownloadFileAttachmentByItemId">
|
235
|
+
<s:complexType>
|
236
|
+
<s:sequence>
|
237
|
+
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
|
238
|
+
<s:element minOccurs="1" maxOccurs="1" name="secretId" type="s:int" />
|
239
|
+
<s:element minOccurs="1" maxOccurs="1" name="secretItemId" type="s:int" />
|
240
|
+
</s:sequence>
|
241
|
+
</s:complexType>
|
242
|
+
</s:element>
|
243
|
+
<s:element name="DownloadFileAttachmentByItemIdResponse">
|
244
|
+
<s:complexType>
|
245
|
+
<s:sequence>
|
246
|
+
<s:element minOccurs="0" maxOccurs="1" name="DownloadFileAttachmentByItemIdResult" type="tns:FileDownloadResult" />
|
247
|
+
</s:sequence>
|
248
|
+
</s:complexType>
|
249
|
+
</s:element>
|
250
|
+
<s:element name="AuthenticateResult" nillable="true" type="tns:AuthenticateResult" />
|
251
|
+
<s:element name="GetSecretResult" nillable="true" type="tns:GetSecretResult" />
|
252
|
+
<s:element name="GetSecretsByFieldValueResult" nillable="true" type="tns:GetSecretsByFieldValueResult" />
|
253
|
+
<s:element name="FileDownloadResult" nillable="true" type="tns:FileDownloadResult" />
|
254
|
+
</s:schema>
|
255
|
+
<s:schema targetNamespace="urn:thesecretserver.com/AbstractTypes">
|
256
|
+
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
|
257
|
+
<s:complexType name="StringArray">
|
258
|
+
<s:complexContent mixed="false">
|
259
|
+
<s:restriction base="soapenc:Array">
|
260
|
+
<s:sequence>
|
261
|
+
<s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
|
262
|
+
</s:sequence>
|
263
|
+
</s:restriction>
|
264
|
+
</s:complexContent>
|
265
|
+
</s:complexType>
|
266
|
+
</s:schema>
|
267
|
+
</wsdl:types>
|
268
|
+
<wsdl:message name="AuthenticateSoapIn">
|
269
|
+
<wsdl:part name="parameters" element="tns:Authenticate" />
|
270
|
+
</wsdl:message>
|
271
|
+
<wsdl:message name="AuthenticateSoapOut">
|
272
|
+
<wsdl:part name="parameters" element="tns:AuthenticateResponse" />
|
273
|
+
</wsdl:message>
|
274
|
+
<wsdl:message name="GetSecretSoapIn">
|
275
|
+
<wsdl:part name="parameters" element="tns:GetSecret" />
|
276
|
+
</wsdl:message>
|
277
|
+
<wsdl:message name="GetSecretSoapOut">
|
278
|
+
<wsdl:part name="parameters" element="tns:GetSecretResponse" />
|
279
|
+
</wsdl:message>
|
280
|
+
<wsdl:message name="GetSecretsByFieldValueSoapIn">
|
281
|
+
<wsdl:part name="parameters" element="tns:GetSecretsByFieldValue" />
|
282
|
+
</wsdl:message>
|
283
|
+
<wsdl:message name="GetSecretsByFieldValueSoapOut">
|
284
|
+
<wsdl:part name="parameters" element="tns:GetSecretsByFieldValueResponse" />
|
285
|
+
</wsdl:message>
|
286
|
+
<wsdl:message name="DownloadFileAttachmentSoapIn">
|
287
|
+
<wsdl:part name="parameters" element="tns:DownloadFileAttachment" />
|
288
|
+
</wsdl:message>
|
289
|
+
<wsdl:message name="DownloadFileAttachmentSoapOut">
|
290
|
+
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentResponse" />
|
291
|
+
</wsdl:message>
|
292
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdSoapIn">
|
293
|
+
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentByItemId" />
|
294
|
+
</wsdl:message>
|
295
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdSoapOut">
|
296
|
+
<wsdl:part name="parameters" element="tns:DownloadFileAttachmentByItemIdResponse" />
|
297
|
+
</wsdl:message>
|
298
|
+
<wsdl:message name="UploadFileAttachmentSoapIn">
|
299
|
+
<wsdl:part name="parameters" element="tns:UploadFileAttachment" />
|
300
|
+
</wsdl:message>
|
301
|
+
<wsdl:message name="UploadFileAttachmentSoapOut">
|
302
|
+
<wsdl:part name="parameters" element="tns:UploadFileAttachmentResponse" />
|
303
|
+
</wsdl:message>
|
304
|
+
<wsdl:message name="UploadFileAttachmentByItemIdSoapIn">
|
305
|
+
<wsdl:part name="parameters" element="tns:UploadFileAttachmentByItemId" />
|
306
|
+
</wsdl:message>
|
307
|
+
<wsdl:message name="UploadFileAttachmentByItemIdSoapOut">
|
308
|
+
<wsdl:part name="parameters" element="tns:UploadFileAttachmentByItemIdResponse" />
|
309
|
+
</wsdl:message>
|
310
|
+
<wsdl:message name="AuthenticateHttpGetIn">
|
311
|
+
<wsdl:part name="username" type="s:string" />
|
312
|
+
<wsdl:part name="password" type="s:string" />
|
313
|
+
<wsdl:part name="organization" type="s:string" />
|
314
|
+
<wsdl:part name="domain" type="s:string" />
|
315
|
+
</wsdl:message>
|
316
|
+
<wsdl:message name="AuthenticateHttpGetOut">
|
317
|
+
<wsdl:part name="Body" element="tns:AuthenticateResult" />
|
318
|
+
</wsdl:message>
|
319
|
+
<wsdl:message name="GetSecretsByFieldValueHttpGetIn">
|
320
|
+
<wsdl:part name="token" type="s:string" />
|
321
|
+
<wsdl:part name="fieldName" type="s:string" />
|
322
|
+
<wsdl:part name="searchTerm" type="s:string" />
|
323
|
+
<wsdl:part name="showDeleted" type="s:string" />
|
324
|
+
</wsdl:message>
|
325
|
+
<wsdl:message name="GetSecretsByFieldValueHttpGetOut">
|
326
|
+
<wsdl:part name="Body" element="tns:GetSecretsByFieldValueResult" />
|
327
|
+
</wsdl:message>
|
328
|
+
<wsdl:message name="DownloadFileAttachmentHttpGetIn">
|
329
|
+
<wsdl:part name="token" type="s:string" />
|
330
|
+
<wsdl:part name="secretId" type="s:string" />
|
331
|
+
</wsdl:message>
|
332
|
+
<wsdl:message name="DownloadFileAttachmentHttpGetOut">
|
333
|
+
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
334
|
+
</wsdl:message>
|
335
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdHttpGetIn">
|
336
|
+
<wsdl:part name="token" type="s:string" />
|
337
|
+
<wsdl:part name="secretId" type="s:string" />
|
338
|
+
<wsdl:part name="secretItemId" type="s:string" />
|
339
|
+
</wsdl:message>
|
340
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdHttpGetOut">
|
341
|
+
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
342
|
+
</wsdl:message>
|
343
|
+
<wsdl:message name="UploadFileAttachmentHttpGetIn">
|
344
|
+
<wsdl:part name="token" type="s:string" />
|
345
|
+
<wsdl:part name="secretId" type="s:string" />
|
346
|
+
<wsdl:part name="fileData" type="s1:StringArray" />
|
347
|
+
<wsdl:part name="fileName" type="s:string" />
|
348
|
+
</wsdl:message>
|
349
|
+
<wsdl:message name="AuthenticateHttpPostIn">
|
350
|
+
<wsdl:part name="username" type="s:string" />
|
351
|
+
<wsdl:part name="password" type="s:string" />
|
352
|
+
<wsdl:part name="organization" type="s:string" />
|
353
|
+
<wsdl:part name="domain" type="s:string" />
|
354
|
+
</wsdl:message>
|
355
|
+
<wsdl:message name="AuthenticateHttpPostOut">
|
356
|
+
<wsdl:part name="Body" element="tns:AuthenticateResult" />
|
357
|
+
</wsdl:message>
|
358
|
+
<wsdl:message name="GetSecretsByFieldValueHttpPostIn">
|
359
|
+
<wsdl:part name="token" type="s:string" />
|
360
|
+
<wsdl:part name="fieldName" type="s:string" />
|
361
|
+
<wsdl:part name="searchTerm" type="s:string" />
|
362
|
+
<wsdl:part name="showDeleted" type="s:string" />
|
363
|
+
</wsdl:message>
|
364
|
+
<wsdl:message name="GetSecretsByFieldValueHttpPostOut">
|
365
|
+
<wsdl:part name="Body" element="tns:GetSecretsByFieldValueResult" />
|
366
|
+
</wsdl:message>
|
367
|
+
<wsdl:message name="DownloadFileAttachmentHttpPostIn">
|
368
|
+
<wsdl:part name="token" type="s:string" />
|
369
|
+
<wsdl:part name="secretId" type="s:string" />
|
370
|
+
</wsdl:message>
|
371
|
+
<wsdl:message name="DownloadFileAttachmentHttpPostOut">
|
372
|
+
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
373
|
+
</wsdl:message>
|
374
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdHttpPostIn">
|
375
|
+
<wsdl:part name="token" type="s:string" />
|
376
|
+
<wsdl:part name="secretId" type="s:string" />
|
377
|
+
<wsdl:part name="secretItemId" type="s:string" />
|
378
|
+
</wsdl:message>
|
379
|
+
<wsdl:message name="DownloadFileAttachmentByItemIdHttpPostOut">
|
380
|
+
<wsdl:part name="Body" element="tns:FileDownloadResult" />
|
381
|
+
</wsdl:message>
|
382
|
+
<wsdl:portType name="SSWebServiceSoap">
|
383
|
+
<wsdl:operation name="Authenticate">
|
384
|
+
<wsdl:input message="tns:AuthenticateSoapIn" />
|
385
|
+
<wsdl:output message="tns:AuthenticateSoapOut" />
|
386
|
+
</wsdl:operation>
|
387
|
+
<wsdl:operation name="GetSecret">
|
388
|
+
<wsdl:input message="tns:GetSecretSoapIn" />
|
389
|
+
<wsdl:output message="tns:GetSecretSoapOut" />
|
390
|
+
</wsdl:operation>
|
391
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
392
|
+
<wsdl:input message="tns:GetSecretsByFieldValueSoapIn" />
|
393
|
+
<wsdl:output message="tns:GetSecretsByFieldValueSoapOut" />
|
394
|
+
</wsdl:operation>
|
395
|
+
<wsdl:operation name="DownloadFileAttachment">
|
396
|
+
<wsdl:input message="tns:DownloadFileAttachmentSoapIn" />
|
397
|
+
<wsdl:output message="tns:DownloadFileAttachmentSoapOut" />
|
398
|
+
</wsdl:operation>
|
399
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
400
|
+
<wsdl:input message="tns:DownloadFileAttachmentByItemIdSoapIn" />
|
401
|
+
<wsdl:output message="tns:DownloadFileAttachmentByItemIdSoapOut" />
|
402
|
+
</wsdl:operation>
|
403
|
+
</wsdl:portType>
|
404
|
+
<wsdl:portType name="SSWebServiceHttpGet">
|
405
|
+
<wsdl:operation name="Authenticate">
|
406
|
+
<wsdl:input message="tns:AuthenticateHttpGetIn" />
|
407
|
+
<wsdl:output message="tns:AuthenticateHttpGetOut" />
|
408
|
+
</wsdl:operation>
|
409
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
410
|
+
<wsdl:input message="tns:GetSecretsByFieldValueHttpGetIn" />
|
411
|
+
<wsdl:output message="tns:GetSecretsByFieldValueHttpGetOut" />
|
412
|
+
</wsdl:operation>
|
413
|
+
<wsdl:operation name="DownloadFileAttachment">
|
414
|
+
<wsdl:input message="tns:DownloadFileAttachmentHttpGetIn" />
|
415
|
+
<wsdl:output message="tns:DownloadFileAttachmentHttpGetOut" />
|
416
|
+
</wsdl:operation>
|
417
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
418
|
+
<wsdl:input message="tns:DownloadFileAttachmentByItemIdHttpGetIn" />
|
419
|
+
<wsdl:output message="tns:DownloadFileAttachmentByItemIdHttpGetOut" />
|
420
|
+
</wsdl:operation>
|
421
|
+
</wsdl:portType>
|
422
|
+
<wsdl:portType name="SSWebServiceHttpPost">
|
423
|
+
<wsdl:operation name="Authenticate">
|
424
|
+
<wsdl:input message="tns:AuthenticateHttpPostIn" />
|
425
|
+
<wsdl:output message="tns:AuthenticateHttpPostOut" />
|
426
|
+
</wsdl:operation>
|
427
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
428
|
+
<wsdl:input message="tns:GetSecretsByFieldValueHttpPostIn" />
|
429
|
+
<wsdl:output message="tns:GetSecretsByFieldValueHttpPostOut" />
|
430
|
+
</wsdl:operation>
|
431
|
+
<wsdl:operation name="DownloadFileAttachment">
|
432
|
+
<wsdl:input message="tns:DownloadFileAttachmentHttpPostIn" />
|
433
|
+
<wsdl:output message="tns:DownloadFileAttachmentHttpPostOut" />
|
434
|
+
</wsdl:operation>
|
435
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
436
|
+
<wsdl:input message="tns:DownloadFileAttachmentByItemIdHttpPostIn" />
|
437
|
+
<wsdl:output message="tns:DownloadFileAttachmentByItemIdHttpPostOut" />
|
438
|
+
</wsdl:operation>
|
439
|
+
</wsdl:portType>
|
440
|
+
<wsdl:binding name="SSWebServiceSoap" type="tns:SSWebServiceSoap">
|
441
|
+
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
442
|
+
<wsdl:operation name="Authenticate">
|
443
|
+
<soap:operation soapAction="urn:thesecretserver.com/Authenticate" style="document" />
|
444
|
+
<wsdl:input>
|
445
|
+
<soap:body use="literal" />
|
446
|
+
</wsdl:input>
|
447
|
+
<wsdl:output>
|
448
|
+
<soap:body use="literal" />
|
449
|
+
</wsdl:output>
|
450
|
+
</wsdl:operation>
|
451
|
+
<wsdl:operation name="GetSecret">
|
452
|
+
<soap:operation soapAction="urn:thesecretserver.com/GetSecret" style="document" />
|
453
|
+
<wsdl:input>
|
454
|
+
<soap:body use="literal" />
|
455
|
+
</wsdl:input>
|
456
|
+
<wsdl:output>
|
457
|
+
<soap:body use="literal" />
|
458
|
+
</wsdl:output>
|
459
|
+
</wsdl:operation>
|
460
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
461
|
+
<soap:operation soapAction="urn:thesecretserver.com/GetSecretsByFieldValue" style="document" />
|
462
|
+
<wsdl:input>
|
463
|
+
<soap:body use="literal" />
|
464
|
+
</wsdl:input>
|
465
|
+
<wsdl:output>
|
466
|
+
<soap:body use="literal" />
|
467
|
+
</wsdl:output>
|
468
|
+
</wsdl:operation>
|
469
|
+
<wsdl:operation name="DownloadFileAttachment">
|
470
|
+
<soap:operation soapAction="urn:thesecretserver.com/DownloadFileAttachment" style="document" />
|
471
|
+
<wsdl:input>
|
472
|
+
<soap:body use="literal" />
|
473
|
+
</wsdl:input>
|
474
|
+
<wsdl:output>
|
475
|
+
<soap:body use="literal" />
|
476
|
+
</wsdl:output>
|
477
|
+
</wsdl:operation>
|
478
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
479
|
+
<soap:operation soapAction="urn:thesecretserver.com/DownloadFileAttachmentByItemId" style="document" />
|
480
|
+
<wsdl:input>
|
481
|
+
<soap:body use="literal" />
|
482
|
+
</wsdl:input>
|
483
|
+
<wsdl:output>
|
484
|
+
<soap:body use="literal" />
|
485
|
+
</wsdl:output>
|
486
|
+
</wsdl:operation>
|
487
|
+
</wsdl:binding>
|
488
|
+
<wsdl:binding name="SSWebServiceSoap12" type="tns:SSWebServiceSoap">
|
489
|
+
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
490
|
+
<wsdl:operation name="Authenticate">
|
491
|
+
<soap12:operation soapAction="urn:thesecretserver.com/Authenticate" style="document" />
|
492
|
+
<wsdl:input>
|
493
|
+
<soap12:body use="literal" />
|
494
|
+
</wsdl:input>
|
495
|
+
<wsdl:output>
|
496
|
+
<soap12:body use="literal" />
|
497
|
+
</wsdl:output>
|
498
|
+
</wsdl:operation>
|
499
|
+
<wsdl:operation name="GetSecret">
|
500
|
+
<soap12:operation soapAction="urn:thesecretserver.com/GetSecret" style="document" />
|
501
|
+
<wsdl:input>
|
502
|
+
<soap12:body use="literal" />
|
503
|
+
</wsdl:input>
|
504
|
+
<wsdl:output>
|
505
|
+
<soap12:body use="literal" />
|
506
|
+
</wsdl:output>
|
507
|
+
</wsdl:operation>
|
508
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
509
|
+
<soap12:operation soapAction="urn:thesecretserver.com/GetSecretsByFieldValue" style="document" />
|
510
|
+
<wsdl:input>
|
511
|
+
<soap12:body use="literal" />
|
512
|
+
</wsdl:input>
|
513
|
+
<wsdl:output>
|
514
|
+
<soap12:body use="literal" />
|
515
|
+
</wsdl:output>
|
516
|
+
</wsdl:operation>
|
517
|
+
<wsdl:operation name="DownloadFileAttachment">
|
518
|
+
<soap12:operation soapAction="urn:thesecretserver.com/DownloadFileAttachment" style="document" />
|
519
|
+
<wsdl:input>
|
520
|
+
<soap12:body use="literal" />
|
521
|
+
</wsdl:input>
|
522
|
+
<wsdl:output>
|
523
|
+
<soap12:body use="literal" />
|
524
|
+
</wsdl:output>
|
525
|
+
</wsdl:operation>
|
526
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
527
|
+
<soap12:operation soapAction="urn:thesecretserver.com/DownloadFileAttachmentByItemId" style="document" />
|
528
|
+
<wsdl:input>
|
529
|
+
<soap12:body use="literal" />
|
530
|
+
</wsdl:input>
|
531
|
+
<wsdl:output>
|
532
|
+
<soap12:body use="literal" />
|
533
|
+
</wsdl:output>
|
534
|
+
</wsdl:operation>
|
535
|
+
</wsdl:binding>
|
536
|
+
<wsdl:binding name="SSWebServiceHttpGet" type="tns:SSWebServiceHttpGet">
|
537
|
+
<http:binding verb="GET" />
|
538
|
+
<wsdl:operation name="Authenticate">
|
539
|
+
<http:operation location="/Authenticate" />
|
540
|
+
<wsdl:input>
|
541
|
+
<http:urlEncoded />
|
542
|
+
</wsdl:input>
|
543
|
+
<wsdl:output>
|
544
|
+
<mime:mimeXml part="Body" />
|
545
|
+
</wsdl:output>
|
546
|
+
</wsdl:operation>
|
547
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
548
|
+
<http:operation location="/GetSecretsByFieldValue" />
|
549
|
+
<wsdl:input>
|
550
|
+
<http:urlEncoded />
|
551
|
+
</wsdl:input>
|
552
|
+
<wsdl:output>
|
553
|
+
<mime:mimeXml part="Body" />
|
554
|
+
</wsdl:output>
|
555
|
+
</wsdl:operation>
|
556
|
+
<wsdl:operation name="DownloadFileAttachment">
|
557
|
+
<http:operation location="/DownloadFileAttachment" />
|
558
|
+
<wsdl:input>
|
559
|
+
<http:urlEncoded />
|
560
|
+
</wsdl:input>
|
561
|
+
<wsdl:output>
|
562
|
+
<mime:mimeXml part="Body" />
|
563
|
+
</wsdl:output>
|
564
|
+
</wsdl:operation>
|
565
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
566
|
+
<http:operation location="/DownloadFileAttachmentByItemId" />
|
567
|
+
<wsdl:input>
|
568
|
+
<http:urlEncoded />
|
569
|
+
</wsdl:input>
|
570
|
+
<wsdl:output>
|
571
|
+
<mime:mimeXml part="Body" />
|
572
|
+
</wsdl:output>
|
573
|
+
</wsdl:operation>
|
574
|
+
</wsdl:binding>
|
575
|
+
<wsdl:binding name="SSWebServiceHttpPost" type="tns:SSWebServiceHttpPost">
|
576
|
+
<http:binding verb="POST" />
|
577
|
+
<wsdl:operation name="Authenticate">
|
578
|
+
<http:operation location="/Authenticate" />
|
579
|
+
<wsdl:input>
|
580
|
+
<mime:content type="application/x-www-form-urlencoded" />
|
581
|
+
</wsdl:input>
|
582
|
+
<wsdl:output>
|
583
|
+
<mime:mimeXml part="Body" />
|
584
|
+
</wsdl:output>
|
585
|
+
</wsdl:operation>
|
586
|
+
<wsdl:operation name="GetSecretsByFieldValue">
|
587
|
+
<http:operation location="/GetSecretsByFieldValue" />
|
588
|
+
<wsdl:input>
|
589
|
+
<mime:content type="application/x-www-form-urlencoded" />
|
590
|
+
</wsdl:input>
|
591
|
+
<wsdl:output>
|
592
|
+
<mime:mimeXml part="Body" />
|
593
|
+
</wsdl:output>
|
594
|
+
</wsdl:operation>
|
595
|
+
<wsdl:operation name="DownloadFileAttachment">
|
596
|
+
<http:operation location="/DownloadFileAttachment" />
|
597
|
+
<wsdl:input>
|
598
|
+
<mime:content type="application/x-www-form-urlencoded" />
|
599
|
+
</wsdl:input>
|
600
|
+
<wsdl:output>
|
601
|
+
<mime:mimeXml part="Body" />
|
602
|
+
</wsdl:output>
|
603
|
+
</wsdl:operation>
|
604
|
+
<wsdl:operation name="DownloadFileAttachmentByItemId">
|
605
|
+
<http:operation location="/DownloadFileAttachmentByItemId" />
|
606
|
+
<wsdl:input>
|
607
|
+
<mime:content type="application/x-www-form-urlencoded" />
|
608
|
+
</wsdl:input>
|
609
|
+
<wsdl:output>
|
610
|
+
<mime:mimeXml part="Body" />
|
611
|
+
</wsdl:output>
|
612
|
+
</wsdl:operation>
|
613
|
+
</wsdl:binding>
|
614
|
+
<wsdl:service name="SSWebService">
|
615
|
+
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Webservice for standard integration.</wsdl:documentation>
|
616
|
+
<wsdl:port name="SSWebServiceSoap" binding="tns:SSWebServiceSoap">
|
617
|
+
<soap:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
618
|
+
</wsdl:port>
|
619
|
+
<wsdl:port name="SSWebServiceSoap12" binding="tns:SSWebServiceSoap12">
|
620
|
+
<soap12:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
621
|
+
</wsdl:port>
|
622
|
+
<wsdl:port name="SSWebServiceHttpGet" binding="tns:SSWebServiceHttpGet">
|
623
|
+
<http:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
624
|
+
</wsdl:port>
|
625
|
+
<wsdl:port name="SSWebServiceHttpPost" binding="tns:SSWebServiceHttpPost">
|
626
|
+
<http:address location="https://www.zanzitest.net/webservices/sswebservice.asmx" />
|
627
|
+
</wsdl:port>
|
628
|
+
</wsdl:service>
|
629
|
+
</wsdl:definitions>
|