64 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
177 |
brianR |
2 |
<con:soapui-project name="ArchiveService" resourceRoot="" soapui-version="5.0.0" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="ArchiveServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}ArchiveServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/xservices/ArchiveService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/xservices/ArchiveService?WSDL"><con:part><con:url>http://localhost:8080/xservices/ArchiveService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="ArchiveService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
64 |
brianR |
3 |
<wsdl:types>
|
|
|
4 |
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
5 |
<xs:element name="FileResourceType" type="tns:fileResource"/>
|
|
|
6 |
<xs:element name="antProperty" type="tns:antProperty"/>
|
|
|
7 |
<xs:element name="bunzip2" type="tns:bunzip2"/>
|
|
|
8 |
<xs:element name="bunzip2FromURL" type="tns:bunzip2FromURL"/>
|
|
|
9 |
<xs:element name="bunzip2FromURLResponse" type="tns:bunzip2FromURLResponse"/>
|
|
|
10 |
<xs:element name="bunzip2Response" type="tns:bunzip2Response"/>
|
|
|
11 |
<xs:element name="bzip2" type="tns:bzip2"/>
|
|
|
12 |
<xs:element name="bzip2FromArchive" type="tns:bzip2FromArchive"/>
|
|
|
13 |
<xs:element name="bzip2FromArchiveResponse" type="tns:bzip2FromArchiveResponse"/>
|
|
|
14 |
<xs:element name="bzip2Response" type="tns:bzip2Response"/>
|
|
|
15 |
<xs:element name="gunzip" type="tns:gunzip"/>
|
|
|
16 |
<xs:element name="gunzipFromURL" type="tns:gunzipFromURL"/>
|
|
|
17 |
<xs:element name="gunzipFromURLResponse" type="tns:gunzipFromURLResponse"/>
|
|
|
18 |
<xs:element name="gunzipResponse" type="tns:gunzipResponse"/>
|
|
|
19 |
<xs:element name="gzip" type="tns:gzip"/>
|
|
|
20 |
<xs:element name="gzipFromArchive" type="tns:gzipFromArchive"/>
|
|
|
21 |
<xs:element name="gzipFromArchiveResponse" type="tns:gzipFromArchiveResponse"/>
|
|
|
22 |
<xs:element name="gzipResponse" type="tns:gzipResponse"/>
|
|
|
23 |
<xs:element name="unrar" type="tns:unrar"/>
|
|
|
24 |
<xs:element name="unrarResponse" type="tns:unrarResponse"/>
|
|
|
25 |
<xs:element name="untar" type="tns:untar"/>
|
|
|
26 |
<xs:element name="untarResponse" type="tns:untarResponse"/>
|
|
|
27 |
<xs:element name="unzip" type="tns:unzip"/>
|
|
|
28 |
<xs:element name="unzipResponse" type="tns:unzipResponse"/>
|
|
|
29 |
<xs:element name="zip" type="tns:zip"/>
|
|
|
30 |
<xs:element name="zipFromArchive" type="tns:zipFromArchive"/>
|
|
|
31 |
<xs:element name="zipFromArchiveResponse" type="tns:zipFromArchiveResponse"/>
|
|
|
32 |
<xs:element name="zipResponse" type="tns:zipResponse"/>
|
|
|
33 |
<xs:complexType name="gzipFromArchive">
|
|
|
34 |
<xs:sequence>
|
|
|
35 |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/>
|
|
|
36 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
37 |
</xs:sequence>
|
|
|
38 |
</xs:complexType>
|
|
|
39 |
<xs:complexType name="ArchiveResourceType">
|
|
|
40 |
<xs:sequence>
|
|
|
41 |
<xs:element default="ZIP" name="type" type="tns:archiveType"/>
|
|
|
42 |
<xs:element name="archive" type="xs:string"/>
|
|
|
43 |
<xs:element name="uri" type="xs:string"/>
|
|
|
44 |
</xs:sequence>
|
|
|
45 |
</xs:complexType>
|
|
|
46 |
<xs:complexType name="gzipFromArchiveResponse">
|
|
|
47 |
<xs:sequence>
|
|
|
48 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
49 |
</xs:sequence>
|
|
|
50 |
</xs:complexType>
|
|
|
51 |
<xs:complexType name="ReturnCodeType">
|
|
|
52 |
<xs:sequence>
|
|
|
53 |
<xs:element name="returnCode" type="xs:int"/>
|
|
|
54 |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/>
|
|
|
55 |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/>
|
|
|
56 |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
|
|
|
57 |
</xs:sequence>
|
|
|
58 |
</xs:complexType>
|
|
|
59 |
<xs:complexType name="antProperty">
|
|
|
60 |
<xs:sequence>
|
|
|
61 |
<xs:element name="name" type="xs:string"/>
|
|
|
62 |
<xs:element name="value" type="xs:string"/>
|
|
|
63 |
</xs:sequence>
|
|
|
64 |
</xs:complexType>
|
|
|
65 |
<xs:complexType name="gunzipFromURL">
|
|
|
66 |
<xs:sequence>
|
|
|
67 |
<xs:element minOccurs="0" name="srcurl" type="xs:string"/>
|
|
|
68 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
69 |
</xs:sequence>
|
|
|
70 |
</xs:complexType>
|
|
|
71 |
<xs:complexType name="gunzipFromURLResponse">
|
|
|
72 |
<xs:sequence>
|
|
|
73 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
74 |
</xs:sequence>
|
|
|
75 |
</xs:complexType>
|
|
|
76 |
<xs:complexType name="untar">
|
|
|
77 |
<xs:sequence>
|
|
|
78 |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/>
|
|
|
79 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
80 |
<xs:element name="overwrite" type="xs:boolean"/>
|
|
|
81 |
<xs:element minOccurs="0" name="compression" type="tns:compressionType"/>
|
|
|
82 |
</xs:sequence>
|
|
|
83 |
</xs:complexType>
|
|
|
84 |
<xs:complexType name="untarResponse">
|
|
|
85 |
<xs:sequence>
|
|
|
86 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
87 |
</xs:sequence>
|
|
|
88 |
</xs:complexType>
|
|
|
89 |
<xs:complexType name="unrar">
|
|
|
90 |
<xs:sequence>
|
|
|
91 |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/>
|
|
|
92 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
93 |
</xs:sequence>
|
|
|
94 |
</xs:complexType>
|
|
|
95 |
<xs:complexType name="unrarResponse">
|
|
|
96 |
<xs:sequence>
|
|
|
97 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
98 |
</xs:sequence>
|
|
|
99 |
</xs:complexType>
|
|
|
100 |
<xs:complexType name="unzip">
|
|
|
101 |
<xs:sequence>
|
|
|
102 |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/>
|
|
|
103 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
104 |
<xs:element name="overwrite" type="xs:boolean"/>
|
|
|
105 |
<xs:element minOccurs="0" name="encoding" type="xs:string"/>
|
|
|
106 |
</xs:sequence>
|
|
|
107 |
</xs:complexType>
|
|
|
108 |
<xs:complexType name="unzipResponse">
|
|
|
109 |
<xs:sequence>
|
|
|
110 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
111 |
</xs:sequence>
|
|
|
112 |
</xs:complexType>
|
|
|
113 |
<xs:complexType name="bunzip2">
|
|
|
114 |
<xs:sequence>
|
|
|
115 |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/>
|
|
|
116 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
117 |
</xs:sequence>
|
|
|
118 |
</xs:complexType>
|
|
|
119 |
<xs:complexType name="bunzip2Response">
|
|
|
120 |
<xs:sequence>
|
|
|
121 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
122 |
</xs:sequence>
|
|
|
123 |
</xs:complexType>
|
|
|
124 |
<xs:complexType name="zip">
|
|
|
125 |
<xs:sequence>
|
|
|
126 |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/>
|
|
|
127 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
128 |
<xs:element name="overwrite" type="xs:boolean"/>
|
|
|
129 |
<xs:element minOccurs="0" name="encoding" type="xs:string"/>
|
|
|
130 |
<xs:element name="compresslevel" type="xs:int"/>
|
|
|
131 |
</xs:sequence>
|
|
|
132 |
</xs:complexType>
|
|
|
133 |
<xs:complexType name="fileResource">
|
|
|
134 |
<xs:sequence>
|
|
|
135 |
<xs:element default="FILE" name="type" type="tns:type"/>
|
|
|
136 |
<xs:element name="uri" type="xs:string"/>
|
|
|
137 |
</xs:sequence>
|
|
|
138 |
</xs:complexType>
|
|
|
139 |
<xs:complexType name="zipResponse">
|
|
|
140 |
<xs:sequence>
|
|
|
141 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
142 |
</xs:sequence>
|
|
|
143 |
</xs:complexType>
|
|
|
144 |
<xs:complexType name="bunzip2FromURL">
|
|
|
145 |
<xs:sequence>
|
|
|
146 |
<xs:element minOccurs="0" name="srcurl" type="xs:string"/>
|
|
|
147 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
148 |
</xs:sequence>
|
|
|
149 |
</xs:complexType>
|
|
|
150 |
<xs:complexType name="bunzip2FromURLResponse">
|
|
|
151 |
<xs:sequence>
|
|
|
152 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
153 |
</xs:sequence>
|
|
|
154 |
</xs:complexType>
|
|
|
155 |
<xs:complexType name="zipFromArchive">
|
|
|
156 |
<xs:sequence>
|
|
|
157 |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/>
|
|
|
158 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
159 |
<xs:element name="overwrite" type="xs:boolean"/>
|
|
|
160 |
<xs:element minOccurs="0" name="encoding" type="xs:string"/>
|
|
|
161 |
<xs:element name="compresslevel" type="xs:int"/>
|
|
|
162 |
</xs:sequence>
|
|
|
163 |
</xs:complexType>
|
|
|
164 |
<xs:complexType name="zipFromArchiveResponse">
|
|
|
165 |
<xs:sequence>
|
|
|
166 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
167 |
</xs:sequence>
|
|
|
168 |
</xs:complexType>
|
|
|
169 |
<xs:complexType name="gzip">
|
|
|
170 |
<xs:sequence>
|
|
|
171 |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/>
|
|
|
172 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
173 |
</xs:sequence>
|
|
|
174 |
</xs:complexType>
|
|
|
175 |
<xs:complexType name="gzipResponse">
|
|
|
176 |
<xs:sequence>
|
|
|
177 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
178 |
</xs:sequence>
|
|
|
179 |
</xs:complexType>
|
|
|
180 |
<xs:complexType name="gunzip">
|
|
|
181 |
<xs:sequence>
|
|
|
182 |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/>
|
|
|
183 |
<xs:element minOccurs="0" name="destdir" type="xs:string"/>
|
|
|
184 |
</xs:sequence>
|
|
|
185 |
</xs:complexType>
|
|
|
186 |
<xs:complexType name="gunzipResponse">
|
|
|
187 |
<xs:sequence>
|
|
|
188 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
189 |
</xs:sequence>
|
|
|
190 |
</xs:complexType>
|
|
|
191 |
<xs:complexType name="bzip2">
|
|
|
192 |
<xs:sequence>
|
|
|
193 |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/>
|
|
|
194 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
195 |
</xs:sequence>
|
|
|
196 |
</xs:complexType>
|
|
|
197 |
<xs:complexType name="bzip2Response">
|
|
|
198 |
<xs:sequence>
|
|
|
199 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
200 |
</xs:sequence>
|
|
|
201 |
</xs:complexType>
|
|
|
202 |
<xs:complexType name="bzip2FromArchive">
|
|
|
203 |
<xs:sequence>
|
|
|
204 |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/>
|
|
|
205 |
<xs:element minOccurs="0" name="destfile" type="xs:string"/>
|
|
|
206 |
</xs:sequence>
|
|
|
207 |
</xs:complexType>
|
|
|
208 |
<xs:complexType name="bzip2FromArchiveResponse">
|
|
|
209 |
<xs:sequence>
|
|
|
210 |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
211 |
</xs:sequence>
|
|
|
212 |
</xs:complexType>
|
|
|
213 |
<xs:simpleType name="archiveType">
|
|
|
214 |
<xs:restriction base="xs:string">
|
|
|
215 |
<xs:enumeration value="ZIP"/>
|
|
|
216 |
<xs:enumeration value="TAR"/>
|
|
|
217 |
<xs:enumeration value="GZTAR"/>
|
|
|
218 |
</xs:restriction>
|
|
|
219 |
</xs:simpleType>
|
|
|
220 |
<xs:simpleType name="compressionType">
|
|
|
221 |
<xs:restriction base="xs:string">
|
|
|
222 |
<xs:enumeration value="NONE"/>
|
|
|
223 |
<xs:enumeration value="GZIP"/>
|
|
|
224 |
<xs:enumeration value="BZIP2"/>
|
|
|
225 |
</xs:restriction>
|
|
|
226 |
</xs:simpleType>
|
|
|
227 |
<xs:simpleType name="type">
|
|
|
228 |
<xs:restriction base="xs:string">
|
|
|
229 |
<xs:enumeration value="FILE"/>
|
|
|
230 |
<xs:enumeration value="URL"/>
|
|
|
231 |
<xs:enumeration value="GZIP"/>
|
|
|
232 |
<xs:enumeration value="BZIP2"/>
|
|
|
233 |
</xs:restriction>
|
|
|
234 |
</xs:simpleType>
|
|
|
235 |
</xs:schema>
|
|
|
236 |
</wsdl:types>
|
|
|
237 |
<wsdl:message name="unzipResponse">
|
|
|
238 |
<wsdl:part element="tns:unzipResponse" name="parameters"></wsdl:part>
|
|
|
239 |
</wsdl:message>
|
|
|
240 |
<wsdl:message name="gzipFromArchiveResponse">
|
|
|
241 |
<wsdl:part element="tns:gzipFromArchiveResponse" name="parameters"></wsdl:part>
|
|
|
242 |
</wsdl:message>
|
|
|
243 |
<wsdl:message name="bunzip2FromURL">
|
|
|
244 |
<wsdl:part element="tns:bunzip2FromURL" name="parameters"></wsdl:part>
|
|
|
245 |
</wsdl:message>
|
|
|
246 |
<wsdl:message name="unrar">
|
|
|
247 |
<wsdl:part element="tns:unrar" name="parameters"></wsdl:part>
|
|
|
248 |
</wsdl:message>
|
|
|
249 |
<wsdl:message name="bzip2FromArchive">
|
|
|
250 |
<wsdl:part element="tns:bzip2FromArchive" name="parameters"></wsdl:part>
|
|
|
251 |
</wsdl:message>
|
|
|
252 |
<wsdl:message name="bunzip2FromURLResponse">
|
|
|
253 |
<wsdl:part element="tns:bunzip2FromURLResponse" name="parameters"></wsdl:part>
|
|
|
254 |
</wsdl:message>
|
|
|
255 |
<wsdl:message name="zip">
|
|
|
256 |
<wsdl:part element="tns:zip" name="parameters"></wsdl:part>
|
|
|
257 |
</wsdl:message>
|
|
|
258 |
<wsdl:message name="gzip">
|
|
|
259 |
<wsdl:part element="tns:gzip" name="parameters"></wsdl:part>
|
|
|
260 |
</wsdl:message>
|
|
|
261 |
<wsdl:message name="bzip2FromArchiveResponse">
|
|
|
262 |
<wsdl:part element="tns:bzip2FromArchiveResponse" name="parameters"></wsdl:part>
|
|
|
263 |
</wsdl:message>
|
|
|
264 |
<wsdl:message name="untar">
|
|
|
265 |
<wsdl:part element="tns:untar" name="parameters"></wsdl:part>
|
|
|
266 |
</wsdl:message>
|
|
|
267 |
<wsdl:message name="gzipFromArchive">
|
|
|
268 |
<wsdl:part element="tns:gzipFromArchive" name="parameters"></wsdl:part>
|
|
|
269 |
</wsdl:message>
|
|
|
270 |
<wsdl:message name="bzip2Response">
|
|
|
271 |
<wsdl:part element="tns:bzip2Response" name="parameters"></wsdl:part>
|
|
|
272 |
</wsdl:message>
|
|
|
273 |
<wsdl:message name="gunzipFromURLResponse">
|
|
|
274 |
<wsdl:part element="tns:gunzipFromURLResponse" name="parameters"></wsdl:part>
|
|
|
275 |
</wsdl:message>
|
|
|
276 |
<wsdl:message name="gzipResponse">
|
|
|
277 |
<wsdl:part element="tns:gzipResponse" name="parameters"></wsdl:part>
|
|
|
278 |
</wsdl:message>
|
|
|
279 |
<wsdl:message name="zipFromArchiveResponse">
|
|
|
280 |
<wsdl:part element="tns:zipFromArchiveResponse" name="parameters"></wsdl:part>
|
|
|
281 |
</wsdl:message>
|
|
|
282 |
<wsdl:message name="zipResponse">
|
|
|
283 |
<wsdl:part element="tns:zipResponse" name="parameters"></wsdl:part>
|
|
|
284 |
</wsdl:message>
|
|
|
285 |
<wsdl:message name="gunzip">
|
|
|
286 |
<wsdl:part element="tns:gunzip" name="parameters"></wsdl:part>
|
|
|
287 |
</wsdl:message>
|
|
|
288 |
<wsdl:message name="bzip2">
|
|
|
289 |
<wsdl:part element="tns:bzip2" name="parameters"></wsdl:part>
|
|
|
290 |
</wsdl:message>
|
|
|
291 |
<wsdl:message name="bunzip2Response">
|
|
|
292 |
<wsdl:part element="tns:bunzip2Response" name="parameters"></wsdl:part>
|
|
|
293 |
</wsdl:message>
|
|
|
294 |
<wsdl:message name="bunzip2">
|
|
|
295 |
<wsdl:part element="tns:bunzip2" name="parameters"></wsdl:part>
|
|
|
296 |
</wsdl:message>
|
|
|
297 |
<wsdl:message name="zipFromArchive">
|
|
|
298 |
<wsdl:part element="tns:zipFromArchive" name="parameters"></wsdl:part>
|
|
|
299 |
</wsdl:message>
|
|
|
300 |
<wsdl:message name="untarResponse">
|
|
|
301 |
<wsdl:part element="tns:untarResponse" name="parameters"></wsdl:part>
|
|
|
302 |
</wsdl:message>
|
|
|
303 |
<wsdl:message name="gunzipResponse">
|
|
|
304 |
<wsdl:part element="tns:gunzipResponse" name="parameters"></wsdl:part>
|
|
|
305 |
</wsdl:message>
|
|
|
306 |
<wsdl:message name="gunzipFromURL">
|
|
|
307 |
<wsdl:part element="tns:gunzipFromURL" name="parameters"></wsdl:part>
|
|
|
308 |
</wsdl:message>
|
|
|
309 |
<wsdl:message name="unzip">
|
|
|
310 |
<wsdl:part element="tns:unzip" name="parameters"></wsdl:part>
|
|
|
311 |
</wsdl:message>
|
|
|
312 |
<wsdl:message name="unrarResponse">
|
|
|
313 |
<wsdl:part element="tns:unrarResponse" name="parameters"></wsdl:part>
|
|
|
314 |
</wsdl:message>
|
|
|
315 |
<wsdl:portType name="ArchiveService">
|
|
|
316 |
<wsdl:operation name="gzipFromArchive">
|
|
|
317 |
<wsdl:input message="tns:gzipFromArchive" name="gzipFromArchive"></wsdl:input>
|
|
|
318 |
<wsdl:output message="tns:gzipFromArchiveResponse" name="gzipFromArchiveResponse"></wsdl:output>
|
|
|
319 |
</wsdl:operation>
|
|
|
320 |
<wsdl:operation name="gunzipFromURL">
|
|
|
321 |
<wsdl:input message="tns:gunzipFromURL" name="gunzipFromURL"></wsdl:input>
|
|
|
322 |
<wsdl:output message="tns:gunzipFromURLResponse" name="gunzipFromURLResponse"></wsdl:output>
|
|
|
323 |
</wsdl:operation>
|
|
|
324 |
<wsdl:operation name="untar">
|
|
|
325 |
<wsdl:input message="tns:untar" name="untar"></wsdl:input>
|
|
|
326 |
<wsdl:output message="tns:untarResponse" name="untarResponse"></wsdl:output>
|
|
|
327 |
</wsdl:operation>
|
|
|
328 |
<wsdl:operation name="unrar">
|
|
|
329 |
<wsdl:input message="tns:unrar" name="unrar"></wsdl:input>
|
|
|
330 |
<wsdl:output message="tns:unrarResponse" name="unrarResponse"></wsdl:output>
|
|
|
331 |
</wsdl:operation>
|
|
|
332 |
<wsdl:operation name="unzip">
|
|
|
333 |
<wsdl:input message="tns:unzip" name="unzip"></wsdl:input>
|
|
|
334 |
<wsdl:output message="tns:unzipResponse" name="unzipResponse"></wsdl:output>
|
|
|
335 |
</wsdl:operation>
|
|
|
336 |
<wsdl:operation name="bunzip2">
|
|
|
337 |
<wsdl:input message="tns:bunzip2" name="bunzip2"></wsdl:input>
|
|
|
338 |
<wsdl:output message="tns:bunzip2Response" name="bunzip2Response"></wsdl:output>
|
|
|
339 |
</wsdl:operation>
|
|
|
340 |
<wsdl:operation name="zip">
|
|
|
341 |
<wsdl:input message="tns:zip" name="zip"></wsdl:input>
|
|
|
342 |
<wsdl:output message="tns:zipResponse" name="zipResponse"></wsdl:output>
|
|
|
343 |
</wsdl:operation>
|
|
|
344 |
<wsdl:operation name="bunzip2FromURL">
|
|
|
345 |
<wsdl:input message="tns:bunzip2FromURL" name="bunzip2FromURL"></wsdl:input>
|
|
|
346 |
<wsdl:output message="tns:bunzip2FromURLResponse" name="bunzip2FromURLResponse"></wsdl:output>
|
|
|
347 |
</wsdl:operation>
|
|
|
348 |
<wsdl:operation name="zipFromArchive">
|
|
|
349 |
<wsdl:input message="tns:zipFromArchive" name="zipFromArchive"></wsdl:input>
|
|
|
350 |
<wsdl:output message="tns:zipFromArchiveResponse" name="zipFromArchiveResponse"></wsdl:output>
|
|
|
351 |
</wsdl:operation>
|
|
|
352 |
<wsdl:operation name="gzip">
|
|
|
353 |
<wsdl:input message="tns:gzip" name="gzip"></wsdl:input>
|
|
|
354 |
<wsdl:output message="tns:gzipResponse" name="gzipResponse"></wsdl:output>
|
|
|
355 |
</wsdl:operation>
|
|
|
356 |
<wsdl:operation name="gunzip">
|
|
|
357 |
<wsdl:input message="tns:gunzip" name="gunzip"></wsdl:input>
|
|
|
358 |
<wsdl:output message="tns:gunzipResponse" name="gunzipResponse"></wsdl:output>
|
|
|
359 |
</wsdl:operation>
|
|
|
360 |
<wsdl:operation name="bzip2">
|
|
|
361 |
<wsdl:input message="tns:bzip2" name="bzip2"></wsdl:input>
|
|
|
362 |
<wsdl:output message="tns:bzip2Response" name="bzip2Response"></wsdl:output>
|
|
|
363 |
</wsdl:operation>
|
|
|
364 |
<wsdl:operation name="bzip2FromArchive">
|
|
|
365 |
<wsdl:input message="tns:bzip2FromArchive" name="bzip2FromArchive"></wsdl:input>
|
|
|
366 |
<wsdl:output message="tns:bzip2FromArchiveResponse" name="bzip2FromArchiveResponse"></wsdl:output>
|
|
|
367 |
</wsdl:operation>
|
|
|
368 |
</wsdl:portType>
|
|
|
369 |
<wsdl:binding name="ArchiveServiceSoapBinding" type="tns:ArchiveService">
|
|
|
370 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
371 |
<wsdl:operation name="gzipFromArchive">
|
|
|
372 |
<soap:operation soapAction="gzipFromArchive" style="document"/>
|
|
|
373 |
<wsdl:input name="gzipFromArchive">
|
|
|
374 |
<soap:body use="literal"/>
|
|
|
375 |
</wsdl:input>
|
|
|
376 |
<wsdl:output name="gzipFromArchiveResponse">
|
|
|
377 |
<soap:body use="literal"/>
|
|
|
378 |
</wsdl:output>
|
|
|
379 |
</wsdl:operation>
|
|
|
380 |
<wsdl:operation name="gunzipFromURL">
|
|
|
381 |
<soap:operation soapAction="" style="document"/>
|
|
|
382 |
<wsdl:input name="gunzipFromURL">
|
|
|
383 |
<soap:body use="literal"/>
|
|
|
384 |
</wsdl:input>
|
|
|
385 |
<wsdl:output name="gunzipFromURLResponse">
|
|
|
386 |
<soap:body use="literal"/>
|
|
|
387 |
</wsdl:output>
|
|
|
388 |
</wsdl:operation>
|
|
|
389 |
<wsdl:operation name="unrar">
|
|
|
390 |
<soap:operation soapAction="" style="document"/>
|
|
|
391 |
<wsdl:input name="unrar">
|
|
|
392 |
<soap:body use="literal"/>
|
|
|
393 |
</wsdl:input>
|
|
|
394 |
<wsdl:output name="unrarResponse">
|
|
|
395 |
<soap:body use="literal"/>
|
|
|
396 |
</wsdl:output>
|
|
|
397 |
</wsdl:operation>
|
|
|
398 |
<wsdl:operation name="untar">
|
|
|
399 |
<soap:operation soapAction="" style="document"/>
|
|
|
400 |
<wsdl:input name="untar">
|
|
|
401 |
<soap:body use="literal"/>
|
|
|
402 |
</wsdl:input>
|
|
|
403 |
<wsdl:output name="untarResponse">
|
|
|
404 |
<soap:body use="literal"/>
|
|
|
405 |
</wsdl:output>
|
|
|
406 |
</wsdl:operation>
|
|
|
407 |
<wsdl:operation name="bunzip2">
|
|
|
408 |
<soap:operation soapAction="" style="document"/>
|
|
|
409 |
<wsdl:input name="bunzip2">
|
|
|
410 |
<soap:body use="literal"/>
|
|
|
411 |
</wsdl:input>
|
|
|
412 |
<wsdl:output name="bunzip2Response">
|
|
|
413 |
<soap:body use="literal"/>
|
|
|
414 |
</wsdl:output>
|
|
|
415 |
</wsdl:operation>
|
|
|
416 |
<wsdl:operation name="unzip">
|
|
|
417 |
<soap:operation soapAction="" style="document"/>
|
|
|
418 |
<wsdl:input name="unzip">
|
|
|
419 |
<soap:body use="literal"/>
|
|
|
420 |
</wsdl:input>
|
|
|
421 |
<wsdl:output name="unzipResponse">
|
|
|
422 |
<soap:body use="literal"/>
|
|
|
423 |
</wsdl:output>
|
|
|
424 |
</wsdl:operation>
|
|
|
425 |
<wsdl:operation name="zip">
|
|
|
426 |
<soap:operation soapAction="" style="document"/>
|
|
|
427 |
<wsdl:input name="zip">
|
|
|
428 |
<soap:body use="literal"/>
|
|
|
429 |
</wsdl:input>
|
|
|
430 |
<wsdl:output name="zipResponse">
|
|
|
431 |
<soap:body use="literal"/>
|
|
|
432 |
</wsdl:output>
|
|
|
433 |
</wsdl:operation>
|
|
|
434 |
<wsdl:operation name="bunzip2FromURL">
|
|
|
435 |
<soap:operation soapAction="" style="document"/>
|
|
|
436 |
<wsdl:input name="bunzip2FromURL">
|
|
|
437 |
<soap:body use="literal"/>
|
|
|
438 |
</wsdl:input>
|
|
|
439 |
<wsdl:output name="bunzip2FromURLResponse">
|
|
|
440 |
<soap:body use="literal"/>
|
|
|
441 |
</wsdl:output>
|
|
|
442 |
</wsdl:operation>
|
|
|
443 |
<wsdl:operation name="zipFromArchive">
|
|
|
444 |
<soap:operation soapAction="" style="document"/>
|
|
|
445 |
<wsdl:input name="zipFromArchive">
|
|
|
446 |
<soap:body use="literal"/>
|
|
|
447 |
</wsdl:input>
|
|
|
448 |
<wsdl:output name="zipFromArchiveResponse">
|
|
|
449 |
<soap:body use="literal"/>
|
|
|
450 |
</wsdl:output>
|
|
|
451 |
</wsdl:operation>
|
|
|
452 |
<wsdl:operation name="gzip">
|
|
|
453 |
<soap:operation soapAction="gzip" style="document"/>
|
|
|
454 |
<wsdl:input name="gzip">
|
|
|
455 |
<soap:body use="literal"/>
|
|
|
456 |
</wsdl:input>
|
|
|
457 |
<wsdl:output name="gzipResponse">
|
|
|
458 |
<soap:body use="literal"/>
|
|
|
459 |
</wsdl:output>
|
|
|
460 |
</wsdl:operation>
|
|
|
461 |
<wsdl:operation name="bzip2">
|
|
|
462 |
<soap:operation soapAction="bzip2" style="document"/>
|
|
|
463 |
<wsdl:input name="bzip2">
|
|
|
464 |
<soap:body use="literal"/>
|
|
|
465 |
</wsdl:input>
|
|
|
466 |
<wsdl:output name="bzip2Response">
|
|
|
467 |
<soap:body use="literal"/>
|
|
|
468 |
</wsdl:output>
|
|
|
469 |
</wsdl:operation>
|
|
|
470 |
<wsdl:operation name="gunzip">
|
|
|
471 |
<soap:operation soapAction="gunzip" style="document"/>
|
|
|
472 |
<wsdl:input name="gunzip">
|
|
|
473 |
<soap:body use="literal"/>
|
|
|
474 |
</wsdl:input>
|
|
|
475 |
<wsdl:output name="gunzipResponse">
|
|
|
476 |
<soap:body use="literal"/>
|
|
|
477 |
</wsdl:output>
|
|
|
478 |
</wsdl:operation>
|
|
|
479 |
<wsdl:operation name="bzip2FromArchive">
|
|
|
480 |
<soap:operation soapAction="bzip2FromArchive" style="document"/>
|
|
|
481 |
<wsdl:input name="bzip2FromArchive">
|
|
|
482 |
<soap:body use="literal"/>
|
|
|
483 |
</wsdl:input>
|
|
|
484 |
<wsdl:output name="bzip2FromArchiveResponse">
|
|
|
485 |
<soap:body use="literal"/>
|
|
|
486 |
</wsdl:output>
|
|
|
487 |
</wsdl:operation>
|
|
|
488 |
</wsdl:binding>
|
|
|
489 |
<wsdl:service name="ArchiveService">
|
|
|
490 |
<wsdl:port binding="tns:ArchiveServiceSoapBinding" name="ArchiveServiceImplPort">
|
|
|
491 |
<soap:address location="http://localhost:8080/xservices/ArchiveService"/>
|
|
|
492 |
</wsdl:port>
|
|
|
493 |
</wsdl:service>
|
|
|
494 |
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8080/xservices/ArchiveService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="bunzip2" bindingOperationName="bunzip2" type="Request-Response" outputName="bunzip2Response" inputName="bunzip2" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="bunzip2FromURL" bindingOperationName="bunzip2FromURL" type="Request-Response" outputName="bunzip2FromURLResponse" inputName="bunzip2FromURL" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="bzip2" name="bzip2" bindingOperationName="bzip2" type="Request-Response" outputName="bzip2Response" inputName="bzip2" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="bzip2FromArchive" name="bzip2FromArchive" bindingOperationName="bzip2FromArchive" type="Request-Response" outputName="bzip2FromArchiveResponse" inputName="bzip2FromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gunzip" name="gunzip" bindingOperationName="gunzip" type="Request-Response" outputName="gunzipResponse" inputName="gunzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="gunzipFromURL" bindingOperationName="gunzipFromURL" type="Request-Response" outputName="gunzipFromURLResponse" inputName="gunzipFromURL" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gzip" name="gzip" bindingOperationName="gzip" type="Request-Response" outputName="gzipResponse" inputName="gzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gzipFromArchive" name="gzipFromArchive" bindingOperationName="gzipFromArchive" type="Request-Response" outputName="gzipFromArchiveResponse" inputName="gzipFromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="unrar" bindingOperationName="unrar" type="Request-Response" outputName="unrarResponse" inputName="unrar" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/xservices/ArchiveService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
|
|
495 |
<soapenv:Header/>
|
|
|
496 |
<soapenv:Body>
|
|
|
497 |
<ws:unrar>
|
|
|
498 |
<!--Optional:-->
|
|
|
499 |
<srcfile>c:\temp\test.rar</srcfile>
|
|
|
500 |
<!--Optional:-->
|
|
|
501 |
<destdir>c:\temp</destdir>
|
|
|
502 |
</ws:unrar>
|
|
|
503 |
</soapenv:Body>
|
177 |
brianR |
504 |
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ArchiveService/unrar"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="untar" bindingOperationName="untar" type="Request-Response" outputName="untarResponse" inputName="untar" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="unzip" bindingOperationName="unzip" type="Request-Response" outputName="unzipResponse" inputName="unzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="zip" bindingOperationName="zip" type="Request-Response" outputName="zipResponse" inputName="zip" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/xservices/ArchiveService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
64 |
brianR |
505 |
<soapenv:Header/>
|
|
|
506 |
<soapenv:Body>
|
|
|
507 |
<ws:zip>
|
|
|
508 |
<!--Optional:-->
|
|
|
509 |
<source>
|
|
|
510 |
<type>FILE</type>
|
|
|
511 |
<uri>?</uri>
|
|
|
512 |
</source>
|
|
|
513 |
<!--Optional:-->
|
|
|
514 |
<destfile>?</destfile>
|
|
|
515 |
<overwrite>?</overwrite>
|
|
|
516 |
<!--Optional:-->
|
|
|
517 |
<encoding>?</encoding>
|
|
|
518 |
<compresslevel>?</compresslevel>
|
|
|
519 |
</ws:zip>
|
|
|
520 |
</soapenv:Body>
|
177 |
brianR |
521 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ArchiveService/zip"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="zipFromArchive" bindingOperationName="zipFromArchive" type="Request-Response" outputName="zipFromArchiveResponse" inputName="zipFromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation></con:interface><con:properties/><con:wssContainer/><con:oAuth2ProfileContainer/></con:soapui-project>
|