Subversion Repositories XServices

Rev

Rev 64 | Rev 76 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 70
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
-
 
2
<con:soapui-project name="ExecuteService" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="ExecuteServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}ExecuteServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/ExecuteService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/ExecuteService?wsdl"><con:part><con:url>http://localhost:8080/XServices/ExecuteService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="ExecuteService" 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">
-
 
3
  <wsdl:types>
-
 
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
 
5
      <xs:element name="antProperty" type="tns:antProperty"/>
-
 
6
      <xs:element name="rExec" type="tns:rExec"/>
-
 
7
      <xs:element name="rExecResponse" type="tns:rExecResponse"/>
-
 
8
      <xs:element name="runCommand" type="tns:runCommand"/>
-
 
9
      <xs:element name="runCommandAsync" type="tns:runCommandAsync"/>
-
 
10
      <xs:element name="runCommandAsyncResponse" type="tns:runCommandAsyncResponse"/>
-
 
11
      <xs:element name="runCommandAsyncWithArgs" type="tns:runCommandAsyncWithArgs"/>
-
 
12
      <xs:element name="runCommandAsyncWithArgsResponse" type="tns:runCommandAsyncWithArgsResponse"/>
-
 
13
      <xs:element name="runCommandResponse" type="tns:runCommandResponse"/>
-
 
14
      <xs:element name="runCommandWithArgs" type="tns:runCommandWithArgs"/>
-
 
15
      <xs:element name="runCommandWithArgsResponse" type="tns:runCommandWithArgsResponse"/>
-
 
16
      <xs:element name="runCommandWithSSH" type="tns:runCommandWithSSH"/>
-
 
17
      <xs:element name="runCommandWithSSHKeyAuth" type="tns:runCommandWithSSHKeyAuth"/>
-
 
18
      <xs:element name="runCommandWithSSHKeyAuthResponse" type="tns:runCommandWithSSHKeyAuthResponse"/>
-
 
19
      <xs:element name="runCommandWithSSHResponse" type="tns:runCommandWithSSHResponse"/>
-
 
20
      <xs:element name="runJavaScript" type="tns:runJavaScript"/>
-
 
21
      <xs:element name="runJavaScriptResponse" type="tns:runJavaScriptResponse"/>
-
 
22
      <xs:element name="telnet" type="tns:telnet"/>
-
 
23
      <xs:element name="telnetResponse" type="tns:telnetResponse"/>
-
 
24
      <xs:complexType name="runCommandWithSSHKeyAuth">
-
 
25
        <xs:sequence>
-
 
26
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
-
 
27
          <xs:element minOccurs="0" name="keyfile" type="xs:string"/>
-
 
28
          <xs:element minOccurs="0" name="command" type="xs:string"/>
-
 
29
          <xs:element name="timeout" type="xs:long"/>
-
 
30
        </xs:sequence>
-
 
31
      </xs:complexType>
-
 
32
      <xs:complexType name="connection">
-
 
33
        <xs:sequence>
-
 
34
          <xs:element name="hostname" type="xs:string"/>
-
 
35
          <xs:element name="port" type="xs:int"/>
-
 
36
          <xs:element minOccurs="0" name="user" type="xs:string"/>
-
 
37
          <xs:element minOccurs="0" name="password" type="xs:string"/>
-
 
38
        </xs:sequence>
-
 
39
      </xs:complexType>
-
 
40
      <xs:complexType name="runCommandWithSSHKeyAuthResponse">
-
 
41
        <xs:sequence>
-
 
42
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
43
        </xs:sequence>
-
 
44
      </xs:complexType>
-
 
45
      <xs:complexType name="ReturnCodeType">
-
 
46
        <xs:sequence>
-
 
47
          <xs:element name="returnCode" type="xs:int"/>
-
 
48
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
-
 
49
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
-
 
50
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
-
 
51
        </xs:sequence>
-
 
52
      </xs:complexType>
-
 
53
      <xs:complexType name="antProperty">
-
 
54
        <xs:sequence>
-
 
55
          <xs:element name="name" type="xs:string"/>
-
 
56
          <xs:element name="value" type="xs:string"/>
-
 
57
        </xs:sequence>
-
 
58
      </xs:complexType>
-
 
59
      <xs:complexType name="runCommandWithSSH">
-
 
60
        <xs:sequence>
-
 
61
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
-
 
62
          <xs:element minOccurs="0" name="command" type="xs:string"/>
-
 
63
          <xs:element name="timeout" type="xs:long"/>
-
 
64
        </xs:sequence>
-
 
65
      </xs:complexType>
-
 
66
      <xs:complexType name="runCommandWithSSHResponse">
-
 
67
        <xs:sequence>
-
 
68
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
69
        </xs:sequence>
-
 
70
      </xs:complexType>
-
 
71
      <xs:complexType name="runJavaScript">
-
 
72
        <xs:sequence>
-
 
73
          <xs:element minOccurs="0" name="script" type="xs:string"/>
-
 
74
        </xs:sequence>
-
 
75
      </xs:complexType>
-
 
76
      <xs:complexType name="runJavaScriptResponse">
-
 
77
        <xs:sequence/>
-
 
78
      </xs:complexType>
-
 
79
      <xs:complexType name="telnet">
-
 
80
        <xs:sequence>
-
 
81
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
-
 
82
          <xs:element minOccurs="0" name="prompt" type="xs:string"/>
-
 
83
          <xs:element minOccurs="0" name="command" type="xs:string"/>
-
 
84
          <xs:element minOccurs="0" name="expect" type="xs:string"/>
-
 
85
          <xs:element name="timeout" type="xs:long"/>
-
 
86
        </xs:sequence>
-
 
87
      </xs:complexType>
-
 
88
      <xs:complexType name="telnetResponse">
-
 
89
        <xs:sequence>
-
 
90
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
91
        </xs:sequence>
-
 
92
      </xs:complexType>
-
 
93
      <xs:complexType name="runCommandWithArgs">
-
 
94
        <xs:sequence>
-
 
95
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
-
 
96
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
-
 
97
          <xs:element name="timeout" type="xs:long"/>
-
 
98
        </xs:sequence>
-
 
99
      </xs:complexType>
-
 
100
      <xs:complexType name="runCommandWithArgsResponse">
-
 
101
        <xs:sequence>
-
 
102
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
103
        </xs:sequence>
-
 
104
      </xs:complexType>
-
 
105
      <xs:complexType name="rExec">
-
 
106
        <xs:sequence>
-
 
107
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
-
 
108
          <xs:element minOccurs="0" name="command" type="xs:string"/>
-
 
109
          <xs:element name="timeout" type="xs:long"/>
-
 
110
        </xs:sequence>
-
 
111
      </xs:complexType>
-
 
112
      <xs:complexType name="rExecResponse">
-
 
113
        <xs:sequence>
-
 
114
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
115
        </xs:sequence>
-
 
116
      </xs:complexType>
-
 
117
      <xs:complexType name="runCommandAsync">
-
 
118
        <xs:sequence>
-
 
119
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
-
 
120
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
-
 
121
        </xs:sequence>
-
 
122
      </xs:complexType>
-
 
123
      <xs:complexType name="runCommandAsyncResponse">
-
 
124
        <xs:sequence>
-
 
125
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
126
        </xs:sequence>
-
 
127
      </xs:complexType>
-
 
128
      <xs:complexType name="runCommand">
-
 
129
        <xs:sequence>
-
 
130
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
-
 
131
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
-
 
132
          <xs:element name="timeout" type="xs:long"/>
-
 
133
        </xs:sequence>
-
 
134
      </xs:complexType>
-
 
135
      <xs:complexType name="runCommandResponse">
-
 
136
        <xs:sequence>
-
 
137
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
138
        </xs:sequence>
-
 
139
      </xs:complexType>
-
 
140
      <xs:complexType name="runCommandAsyncWithArgs">
-
 
141
        <xs:sequence>
-
 
142
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
-
 
143
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
-
 
144
        </xs:sequence>
-
 
145
      </xs:complexType>
-
 
146
      <xs:complexType name="runCommandAsyncWithArgsResponse">
-
 
147
        <xs:sequence>
-
 
148
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
149
        </xs:sequence>
-
 
150
      </xs:complexType>
-
 
151
      <xs:complexType name="XServicesFault">
-
 
152
        <xs:sequence>
-
 
153
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
-
 
154
          <xs:element name="username" nillable="true" type="xs:string"/>
-
 
155
          <xs:element name="homedir" nillable="true" type="xs:string"/>
-
 
156
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
-
 
157
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
-
 
158
        </xs:sequence>
-
 
159
      </xs:complexType>
-
 
160
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
-
 
161
    </xs:schema>
-
 
162
  </wsdl:types>
-
 
163
  <wsdl:message name="runCommandAsyncWithArgs">
-
 
164
    <wsdl:part element="tns:runCommandAsyncWithArgs" name="parameters"></wsdl:part>
-
 
165
  </wsdl:message>
-
 
166
  <wsdl:message name="runCommandWithSSHKeyAuth">
-
 
167
    <wsdl:part element="tns:runCommandWithSSHKeyAuth" name="parameters"></wsdl:part>
-
 
168
  </wsdl:message>
-
 
169
  <wsdl:message name="runCommandWithSSHKeyAuthResponse">
-
 
170
    <wsdl:part element="tns:runCommandWithSSHKeyAuthResponse" name="parameters"></wsdl:part>
-
 
171
  </wsdl:message>
-
 
172
  <wsdl:message name="runCommandWithArgsResponse">
-
 
173
    <wsdl:part element="tns:runCommandWithArgsResponse" name="parameters"></wsdl:part>
-
 
174
  </wsdl:message>
-
 
175
  <wsdl:message name="rExec">
-
 
176
    <wsdl:part element="tns:rExec" name="parameters"></wsdl:part>
-
 
177
  </wsdl:message>
-
 
178
  <wsdl:message name="runCommandAsync">
-
 
179
    <wsdl:part element="tns:runCommandAsync" name="parameters"></wsdl:part>
-
 
180
  </wsdl:message>
-
 
181
  <wsdl:message name="XServicesFault">
-
 
182
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
-
 
183
  </wsdl:message>
-
 
184
  <wsdl:message name="runJavaScript">
-
 
185
    <wsdl:part element="tns:runJavaScript" name="parameters"></wsdl:part>
-
 
186
  </wsdl:message>
-
 
187
  <wsdl:message name="runCommandAsyncResponse">
-
 
188
    <wsdl:part element="tns:runCommandAsyncResponse" name="parameters"></wsdl:part>
-
 
189
  </wsdl:message>
-
 
190
  <wsdl:message name="runCommandWithSSH">
-
 
191
    <wsdl:part element="tns:runCommandWithSSH" name="parameters"></wsdl:part>
-
 
192
  </wsdl:message>
-
 
193
  <wsdl:message name="runCommandAsyncWithArgsResponse">
-
 
194
    <wsdl:part element="tns:runCommandAsyncWithArgsResponse" name="parameters"></wsdl:part>
-
 
195
  </wsdl:message>
-
 
196
  <wsdl:message name="runCommand">
-
 
197
    <wsdl:part element="tns:runCommand" name="parameters"></wsdl:part>
-
 
198
  </wsdl:message>
-
 
199
  <wsdl:message name="telnet">
-
 
200
    <wsdl:part element="tns:telnet" name="parameters"></wsdl:part>
-
 
201
  </wsdl:message>
-
 
202
  <wsdl:message name="rExecResponse">
-
 
203
    <wsdl:part element="tns:rExecResponse" name="parameters"></wsdl:part>
-
 
204
  </wsdl:message>
-
 
205
  <wsdl:message name="runCommandWithArgs">
-
 
206
    <wsdl:part element="tns:runCommandWithArgs" name="parameters"></wsdl:part>
-
 
207
  </wsdl:message>
-
 
208
  <wsdl:message name="runCommandResponse">
-
 
209
    <wsdl:part element="tns:runCommandResponse" name="parameters"></wsdl:part>
-
 
210
  </wsdl:message>
-
 
211
  <wsdl:message name="runCommandWithSSHResponse">
-
 
212
    <wsdl:part element="tns:runCommandWithSSHResponse" name="parameters"></wsdl:part>
-
 
213
  </wsdl:message>
-
 
214
  <wsdl:message name="runJavaScriptResponse">
-
 
215
    <wsdl:part element="tns:runJavaScriptResponse" name="parameters"></wsdl:part>
-
 
216
  </wsdl:message>
-
 
217
  <wsdl:message name="telnetResponse">
-
 
218
    <wsdl:part element="tns:telnetResponse" name="parameters"></wsdl:part>
-
 
219
  </wsdl:message>
-
 
220
  <wsdl:portType name="ExecuteService">
-
 
221
    <wsdl:operation name="runCommandWithSSHKeyAuth">
-
 
222
      <wsdl:input message="tns:runCommandWithSSHKeyAuth" name="runCommandWithSSHKeyAuth"></wsdl:input>
-
 
223
      <wsdl:output message="tns:runCommandWithSSHKeyAuthResponse" name="runCommandWithSSHKeyAuthResponse"></wsdl:output>
-
 
224
    </wsdl:operation>
-
 
225
    <wsdl:operation name="runCommandWithSSH">
-
 
226
      <wsdl:input message="tns:runCommandWithSSH" name="runCommandWithSSH"></wsdl:input>
-
 
227
      <wsdl:output message="tns:runCommandWithSSHResponse" name="runCommandWithSSHResponse"></wsdl:output>
-
 
228
    </wsdl:operation>
-
 
229
    <wsdl:operation name="runJavaScript">
-
 
230
      <wsdl:input message="tns:runJavaScript" name="runJavaScript"></wsdl:input>
-
 
231
      <wsdl:output message="tns:runJavaScriptResponse" name="runJavaScriptResponse"></wsdl:output>
-
 
232
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
233
    </wsdl:operation>
-
 
234
    <wsdl:operation name="telnet">
-
 
235
      <wsdl:input message="tns:telnet" name="telnet"></wsdl:input>
-
 
236
      <wsdl:output message="tns:telnetResponse" name="telnetResponse"></wsdl:output>
-
 
237
    </wsdl:operation>
-
 
238
    <wsdl:operation name="runCommandWithArgs">
-
 
239
      <wsdl:input message="tns:runCommandWithArgs" name="runCommandWithArgs"></wsdl:input>
-
 
240
      <wsdl:output message="tns:runCommandWithArgsResponse" name="runCommandWithArgsResponse"></wsdl:output>
-
 
241
    </wsdl:operation>
-
 
242
    <wsdl:operation name="rExec">
-
 
243
      <wsdl:input message="tns:rExec" name="rExec"></wsdl:input>
-
 
244
      <wsdl:output message="tns:rExecResponse" name="rExecResponse"></wsdl:output>
-
 
245
    </wsdl:operation>
-
 
246
    <wsdl:operation name="runCommandAsync">
-
 
247
      <wsdl:input message="tns:runCommandAsync" name="runCommandAsync"></wsdl:input>
-
 
248
      <wsdl:output message="tns:runCommandAsyncResponse" name="runCommandAsyncResponse"></wsdl:output>
-
 
249
    </wsdl:operation>
-
 
250
    <wsdl:operation name="runCommand">
-
 
251
      <wsdl:input message="tns:runCommand" name="runCommand"></wsdl:input>
-
 
252
      <wsdl:output message="tns:runCommandResponse" name="runCommandResponse"></wsdl:output>
-
 
253
    </wsdl:operation>
-
 
254
    <wsdl:operation name="runCommandAsyncWithArgs">
-
 
255
      <wsdl:input message="tns:runCommandAsyncWithArgs" name="runCommandAsyncWithArgs"></wsdl:input>
-
 
256
      <wsdl:output message="tns:runCommandAsyncWithArgsResponse" name="runCommandAsyncWithArgsResponse"></wsdl:output>
-
 
257
    </wsdl:operation>
-
 
258
  </wsdl:portType>
-
 
259
  <wsdl:binding name="ExecuteServiceSoapBinding" type="tns:ExecuteService">
-
 
260
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
 
261
    <wsdl:operation name="runCommandWithSSHKeyAuth">
-
 
262
      <soap:operation soapAction="" style="document"/>
-
 
263
      <wsdl:input name="runCommandWithSSHKeyAuth">
-
 
264
        <soap:body use="literal"/>
-
 
265
      </wsdl:input>
-
 
266
      <wsdl:output name="runCommandWithSSHKeyAuthResponse">
-
 
267
        <soap:body use="literal"/>
-
 
268
      </wsdl:output>
-
 
269
    </wsdl:operation>
-
 
270
    <wsdl:operation name="runCommandWithSSH">
-
 
271
      <soap:operation soapAction="" style="document"/>
-
 
272
      <wsdl:input name="runCommandWithSSH">
-
 
273
        <soap:body use="literal"/>
-
 
274
      </wsdl:input>
-
 
275
      <wsdl:output name="runCommandWithSSHResponse">
-
 
276
        <soap:body use="literal"/>
-
 
277
      </wsdl:output>
-
 
278
    </wsdl:operation>
-
 
279
    <wsdl:operation name="runJavaScript">
-
 
280
      <soap:operation soapAction="" style="document"/>
-
 
281
      <wsdl:input name="runJavaScript">
-
 
282
        <soap:body use="literal"/>
-
 
283
      </wsdl:input>
-
 
284
      <wsdl:output name="runJavaScriptResponse">
-
 
285
        <soap:body use="literal"/>
-
 
286
      </wsdl:output>
-
 
287
      <wsdl:fault name="XServicesFault">
-
 
288
        <soap:fault name="XServicesFault" use="literal"/>
-
 
289
      </wsdl:fault>
-
 
290
    </wsdl:operation>
-
 
291
    <wsdl:operation name="telnet">
-
 
292
      <soap:operation soapAction="" style="document"/>
-
 
293
      <wsdl:input name="telnet">
-
 
294
        <soap:body use="literal"/>
-
 
295
      </wsdl:input>
-
 
296
      <wsdl:output name="telnetResponse">
-
 
297
        <soap:body use="literal"/>
-
 
298
      </wsdl:output>
-
 
299
    </wsdl:operation>
-
 
300
    <wsdl:operation name="rExec">
-
 
301
      <soap:operation soapAction="" style="document"/>
-
 
302
      <wsdl:input name="rExec">
-
 
303
        <soap:body use="literal"/>
-
 
304
      </wsdl:input>
-
 
305
      <wsdl:output name="rExecResponse">
-
 
306
        <soap:body use="literal"/>
-
 
307
      </wsdl:output>
-
 
308
    </wsdl:operation>
-
 
309
    <wsdl:operation name="runCommandWithArgs">
-
 
310
      <soap:operation soapAction="" style="document"/>
-
 
311
      <wsdl:input name="runCommandWithArgs">
-
 
312
        <soap:body use="literal"/>
-
 
313
      </wsdl:input>
-
 
314
      <wsdl:output name="runCommandWithArgsResponse">
-
 
315
        <soap:body use="literal"/>
-
 
316
      </wsdl:output>
-
 
317
    </wsdl:operation>
-
 
318
    <wsdl:operation name="runCommandAsync">
-
 
319
      <soap:operation soapAction="" style="document"/>
-
 
320
      <wsdl:input name="runCommandAsync">
-
 
321
        <soap:body use="literal"/>
-
 
322
      </wsdl:input>
-
 
323
      <wsdl:output name="runCommandAsyncResponse">
-
 
324
        <soap:body use="literal"/>
-
 
325
      </wsdl:output>
-
 
326
    </wsdl:operation>
-
 
327
    <wsdl:operation name="runCommand">
-
 
328
      <soap:operation soapAction="" style="document"/>
-
 
329
      <wsdl:input name="runCommand">
-
 
330
        <soap:body use="literal"/>
-
 
331
      </wsdl:input>
-
 
332
      <wsdl:output name="runCommandResponse">
-
 
333
        <soap:body use="literal"/>
-
 
334
      </wsdl:output>
-
 
335
    </wsdl:operation>
-
 
336
    <wsdl:operation name="runCommandAsyncWithArgs">
-
 
337
      <soap:operation soapAction="" style="document"/>
-
 
338
      <wsdl:input name="runCommandAsyncWithArgs">
-
 
339
        <soap:body use="literal"/>
-
 
340
      </wsdl:input>
-
 
341
      <wsdl:output name="runCommandAsyncWithArgsResponse">
-
 
342
        <soap:body use="literal"/>
-
 
343
      </wsdl:output>
-
 
344
    </wsdl:operation>
-
 
345
  </wsdl:binding>
-
 
346
  <wsdl:service name="ExecuteService">
-
 
347
    <wsdl:port binding="tns:ExecuteServiceSoapBinding" name="ExecuteServiceImplPort">
-
 
348
      <soap:address location="http://localhost:8080/XServices/ExecuteService"/>
-
 
349
    </wsdl:port>
-
 
350
  </wsdl:service>
2
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
351
</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/ExecuteService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="rExec" bindingOperationName="rExec" type="Request-Response" outputName="rExecResponse" inputName="rExec" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
352
   <soapenv:Header/>
-
 
353
   <soapenv:Body>
-
 
354
      <ws:rExec>
-
 
355
         <!--Optional:-->
-
 
356
         <host>
-
 
357
            <hostname>?</hostname>
-
 
358
            <port>?</port>
-
 
359
            <!--Optional:-->
-
 
360
            <user>?</user>
-
 
361
            <!--Optional:-->
-
 
362
            <password>?</password>
-
 
363
         </host>
-
 
364
         <!--Optional:-->
-
 
365
         <command>?</command>
-
 
366
         <timeout>?</timeout>
-
 
367
      </ws:rExec>
-
 
368
   </soapenv:Body>
-
 
369
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/rExec"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommand" bindingOperationName="runCommand" type="Request-Response" outputName="runCommandResponse" inputName="runCommand" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
370
   <soapenv:Header/>
-
 
371
   <soapenv:Body>
-
 
372
      <ws:runCommand>
-
 
373
         <!--Optional:-->
-
 
374
         <executable>?</executable>
-
 
375
         <!--Optional:-->
-
 
376
         <argline>?</argline>
-
 
377
         <timeout>?</timeout>
-
 
378
      </ws:runCommand>
-
 
379
   </soapenv:Body>
-
 
380
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommand"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandAsync" bindingOperationName="runCommandAsync" type="Request-Response" outputName="runCommandAsyncResponse" inputName="runCommandAsync" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
381
   <soapenv:Header/>
-
 
382
   <soapenv:Body>
-
 
383
      <ws:runCommandAsync>
-
 
384
         <!--Optional:-->
-
 
385
         <executable>?</executable>
-
 
386
         <!--Optional:-->
-
 
387
         <argline>?</argline>
-
 
388
      </ws:runCommandAsync>
-
 
389
   </soapenv:Body>
-
 
390
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandAsync"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandAsyncWithArgs" bindingOperationName="runCommandAsyncWithArgs" type="Request-Response" outputName="runCommandAsyncWithArgsResponse" inputName="runCommandAsyncWithArgs" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
391
   <soapenv:Header/>
-
 
392
   <soapenv:Body>
-
 
393
      <ws:runCommandAsyncWithArgs>
-
 
394
         <!--Optional:-->
-
 
395
         <executable>?</executable>
-
 
396
         <!--Zero or more repetitions:-->
-
 
397
         <arg>?</arg>
-
 
398
      </ws:runCommandAsyncWithArgs>
-
 
399
   </soapenv:Body>
-
 
400
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandAsyncWithArgs"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithArgs" bindingOperationName="runCommandWithArgs" type="Request-Response" outputName="runCommandWithArgsResponse" inputName="runCommandWithArgs" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
401
   <soapenv:Header/>
-
 
402
   <soapenv:Body>
-
 
403
      <ws:runCommandWithArgs>
-
 
404
         <!--Optional:-->
-
 
405
         <executable>?</executable>
-
 
406
         <!--Zero or more repetitions:-->
-
 
407
         <arg>?</arg>
-
 
408
         <timeout>?</timeout>
-
 
409
      </ws:runCommandWithArgs>
-
 
410
   </soapenv:Body>
-
 
411
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithArgs"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithSSH" bindingOperationName="runCommandWithSSH" type="Request-Response" outputName="runCommandWithSSHResponse" inputName="runCommandWithSSH" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
412
   <soapenv:Header/>
-
 
413
   <soapenv:Body>
-
 
414
      <ws:runCommandWithSSH>
-
 
415
         <!--Optional:-->
-
 
416
         <host>
-
 
417
            <hostname>?</hostname>
-
 
418
            <port>?</port>
-
 
419
            <!--Optional:-->
-
 
420
            <user>?</user>
-
 
421
            <!--Optional:-->
-
 
422
            <password>?</password>
-
 
423
         </host>
-
 
424
         <!--Optional:-->
-
 
425
         <command>?</command>
-
 
426
         <timeout>?</timeout>
-
 
427
      </ws:runCommandWithSSH>
-
 
428
   </soapenv:Body>
-
 
429
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithSSH"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithSSHKeyAuth" bindingOperationName="runCommandWithSSHKeyAuth" type="Request-Response" outputName="runCommandWithSSHKeyAuthResponse" inputName="runCommandWithSSHKeyAuth" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
430
   <soapenv:Header/>
-
 
431
   <soapenv:Body>
-
 
432
      <ws:runCommandWithSSHKeyAuth>
-
 
433
         <!--Optional:-->
-
 
434
         <host>
-
 
435
            <hostname>?</hostname>
-
 
436
            <port>?</port>
-
 
437
            <!--Optional:-->
-
 
438
            <user>?</user>
-
 
439
            <!--Optional:-->
-
 
440
            <password>?</password>
-
 
441
         </host>
-
 
442
         <!--Optional:-->
-
 
443
         <keyfile>?</keyfile>
-
 
444
         <!--Optional:-->
-
 
445
         <command>?</command>
-
 
446
         <timeout>?</timeout>
-
 
447
      </ws:runCommandWithSSHKeyAuth>
-
 
448
   </soapenv:Body>
-
 
449
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithSSHKeyAuth"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runJavaScript" bindingOperationName="runJavaScript" type="Request-Response" outputName="runJavaScriptResponse" inputName="runJavaScript" 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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
450
   <soapenv:Header/>
-
 
451
   <soapenv:Body>
-
 
452
      <ws:runJavaScript>
-
 
453
         <!--Optional:-->
-
 
454
         <script><![CDATA[
-
 
455
// Equivalent in effect to the Java declaration import java.io.*;
-
 
456
 
-
 
457
var bla = JavaImporter(Packages.java.util);
-
 
458
var blub = JavaImporter(Packages.java.lang);
-
 
459
with(blub) {
-
 
460
	System.out.println("Mein out: ");
-
 
461
}
-
 
462
 
-
 
463
]]]]>><![CDATA[</script>
-
 
464
      </ws:runJavaScript>
-
 
465
   </soapenv:Body>
-
 
466
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runJavaScript"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="telnet" bindingOperationName="telnet" type="Request-Response" outputName="telnetResponse" inputName="telnet" 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/ExecuteService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
3
   <soapenv:Header/>
467
   <soapenv:Header/>
4
   <soapenv:Body>
468
   <soapenv:Body>
5
      <ws:telnet>
469
      <ws:telnet>
6
         <!--Optional:-->
470
         <!--Optional:-->
7
         <host>
471
         <host>
8
            <hostname>localhost</hostname>
472
            <hostname>?</hostname>
9
            <port>23</port>
473
            <port>?</port>
10
            <!--Optional:-->
474
            <!--Optional:-->
11
            <user>brosenberger</user>
475
            <user>?</user>
12
            <!--Optional:-->
476
            <!--Optional:-->
13
            <password/>
477
            <password>?</password>
14
         </host>
478
         </host>
-
 
479
         <!--Optional:-->
15
         <prompt>C:\Users\brosenberger></prompt>
480
         <prompt>?</prompt>
-
 
481
         <!--Optional:-->
16
         <command>dir c:\</command>
482
         <command>?</command>
-
 
483
         <!--Optional:-->
17
         <expect>enberger></expect>
484
         <expect>?</expect>
18
         <timeout>30000</timeout>
485
         <timeout>?</timeout>
19
      </ws:telnet>
486
      </ws:telnet>
20
   </soapenv:Body>
487
   </soapenv:Body>
21
</soapenv:Envelope>
-
 
22
 
488
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/telnet"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
489
 
23
Generated by GNU Enscript 1.6.5.90.
490
Generated by GNU Enscript 1.6.5.90.