Subversion Repositories XServices

Rev

Rev 143 | Rev 164 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 163
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="4.0.1.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" 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">
2
<con:soapui-project name="ExecuteService" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" activeEnvironment="Default" 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http">
3
  <wsdl:types>
3
  <wsdl:types>
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
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"/>
5
      <xs:element name="antProperty" type="tns:antProperty"/>
6
      <xs:element name="rExec" type="tns:rExec"/>
6
      <xs:element name="rExec" type="tns:rExec"/>
7
      <xs:element name="rExecResponse" type="tns:rExecResponse"/>
7
      <xs:element name="rExecResponse" type="tns:rExecResponse"/>
Line 19... Line 19...
19
      <xs:element name="runCommandWithSSHResponse" type="tns:runCommandWithSSHResponse"/>
19
      <xs:element name="runCommandWithSSHResponse" type="tns:runCommandWithSSHResponse"/>
20
      <xs:element name="runJavaScript" type="tns:runJavaScript"/>
20
      <xs:element name="runJavaScript" type="tns:runJavaScript"/>
21
      <xs:element name="runJavaScriptResponse" type="tns:runJavaScriptResponse"/>
21
      <xs:element name="runJavaScriptResponse" type="tns:runJavaScriptResponse"/>
22
      <xs:element name="telnet" type="tns:telnet"/>
22
      <xs:element name="telnet" type="tns:telnet"/>
23
      <xs:element name="telnetResponse" type="tns:telnetResponse"/>
23
      <xs:element name="telnetResponse" type="tns:telnetResponse"/>
24
      <xs:complexType name="runCommandWithSSHKeyAuth">
24
      <xs:complexType name="runCommandWithSSH">
25
        <xs:sequence>
25
        <xs:sequence>
26
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
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"/>
27
          <xs:element minOccurs="0" name="command" type="xs:string"/>
29
          <xs:element name="timeout" type="xs:long"/>
28
          <xs:element name="timeout" type="xs:long"/>
30
        </xs:sequence>
29
        </xs:sequence>
31
      </xs:complexType>
30
      </xs:complexType>
32
      <xs:complexType name="connection">
31
      <xs:complexType name="connection">
Line 35... Line 34...
35
          <xs:element name="port" type="xs:int"/>
34
          <xs:element name="port" type="xs:int"/>
36
          <xs:element minOccurs="0" name="user" type="xs:string"/>
35
          <xs:element minOccurs="0" name="user" type="xs:string"/>
37
          <xs:element minOccurs="0" name="password" type="xs:string"/>
36
          <xs:element minOccurs="0" name="password" type="xs:string"/>
38
        </xs:sequence>
37
        </xs:sequence>
39
      </xs:complexType>
38
      </xs:complexType>
40
      <xs:complexType name="runCommandWithSSHKeyAuthResponse">
39
      <xs:complexType name="runCommandWithSSHResponse">
41
        <xs:sequence>
40
        <xs:sequence>
42
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
41
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
43
        </xs:sequence>
42
        </xs:sequence>
44
      </xs:complexType>
43
      </xs:complexType>
45
      <xs:complexType name="ReturnCodeType">
44
      <xs:complexType name="ReturnCodeType">
Line 54... Line 53...
54
        <xs:sequence>
53
        <xs:sequence>
55
          <xs:element name="name" type="xs:string"/>
54
          <xs:element name="name" type="xs:string"/>
56
          <xs:element name="value" type="xs:string"/>
55
          <xs:element name="value" type="xs:string"/>
57
        </xs:sequence>
56
        </xs:sequence>
58
      </xs:complexType>
57
      </xs:complexType>
-
 
58
      <xs:complexType name="runJavaScript">
-
 
59
        <xs:sequence>
-
 
60
          <xs:element name="script" type="xs:string"/>
-
 
61
        </xs:sequence>
-
 
62
      </xs:complexType>
-
 
63
      <xs:complexType name="runJavaScriptResponse">
-
 
64
        <xs:sequence/>
-
 
65
      </xs:complexType>
59
      <xs:complexType name="runCommandWithSSH">
66
      <xs:complexType name="runCommandWithSSHKeyAuth">
60
        <xs:sequence>
67
        <xs:sequence>
61
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
68
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
-
 
69
          <xs:element minOccurs="0" name="keyfile" type="xs:string"/>
62
          <xs:element minOccurs="0" name="command" type="xs:string"/>
70
          <xs:element minOccurs="0" name="command" type="xs:string"/>
63
          <xs:element name="timeout" type="xs:long"/>
71
          <xs:element name="timeout" type="xs:long"/>
64
        </xs:sequence>
72
        </xs:sequence>
65
      </xs:complexType>
73
      </xs:complexType>
66
      <xs:complexType name="runCommandWithSSHResponse">
74
      <xs:complexType name="runCommandWithSSHKeyAuthResponse">
67
        <xs:sequence>
75
        <xs:sequence>
68
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
76
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
69
        </xs:sequence>
77
        </xs:sequence>
70
      </xs:complexType>
78
      </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">
79
      <xs:complexType name="telnet">
80
        <xs:sequence>
80
        <xs:sequence>
81
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
81
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
82
          <xs:element minOccurs="0" name="prompt" type="xs:string"/>
82
          <xs:element minOccurs="0" name="prompt" type="xs:string"/>
83
          <xs:element minOccurs="0" name="command" type="xs:string"/>
83
          <xs:element minOccurs="0" name="command" type="xs:string"/>
Line 88... Line 88...
88
      <xs:complexType name="telnetResponse">
88
      <xs:complexType name="telnetResponse">
89
        <xs:sequence>
89
        <xs:sequence>
90
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
90
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
91
        </xs:sequence>
91
        </xs:sequence>
92
      </xs:complexType>
92
      </xs:complexType>
93
      <xs:complexType name="runCommandWithArgs">
93
      <xs:complexType name="runCommand">
94
        <xs:sequence>
94
        <xs:sequence>
95
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
95
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
96
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
96
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
97
          <xs:element name="timeout" type="xs:long"/>
97
          <xs:element name="timeout" type="xs:long"/>
98
        </xs:sequence>
98
        </xs:sequence>
99
      </xs:complexType>
99
      </xs:complexType>
100
      <xs:complexType name="runCommandWithArgsResponse">
100
      <xs:complexType name="runCommandResponse">
101
        <xs:sequence>
101
        <xs:sequence>
102
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
102
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
103
        </xs:sequence>
103
        </xs:sequence>
104
      </xs:complexType>
104
      </xs:complexType>
105
      <xs:complexType name="rExec">
105
      <xs:complexType name="runCommandAsync">
106
        <xs:sequence>
106
        <xs:sequence>
107
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
107
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
108
          <xs:element minOccurs="0" name="command" type="xs:string"/>
108
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
109
          <xs:element name="timeout" type="xs:long"/>
-
 
110
        </xs:sequence>
109
        </xs:sequence>
111
      </xs:complexType>
110
      </xs:complexType>
112
      <xs:complexType name="rExecResponse">
111
      <xs:complexType name="runCommandAsyncResponse">
113
        <xs:sequence>
112
        <xs:sequence>
114
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
113
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
115
        </xs:sequence>
114
        </xs:sequence>
116
      </xs:complexType>
115
      </xs:complexType>
117
      <xs:complexType name="runCommandAsync">
116
      <xs:complexType name="runCommandAsyncWithArgs">
118
        <xs:sequence>
117
        <xs:sequence>
119
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
118
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
120
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
119
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
121
        </xs:sequence>
120
        </xs:sequence>
122
      </xs:complexType>
121
      </xs:complexType>
123
      <xs:complexType name="runCommandAsyncResponse">
122
      <xs:complexType name="runCommandAsyncWithArgsResponse">
124
        <xs:sequence>
123
        <xs:sequence>
125
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
124
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
126
        </xs:sequence>
125
        </xs:sequence>
127
      </xs:complexType>
126
      </xs:complexType>
128
      <xs:complexType name="runCommand">
127
      <xs:complexType name="runCommandWithArgs">
129
        <xs:sequence>
128
        <xs:sequence>
130
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
129
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
131
          <xs:element minOccurs="0" name="argline" type="xs:string"/>
130
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
132
          <xs:element name="timeout" type="xs:long"/>
131
          <xs:element name="timeout" type="xs:long"/>
133
        </xs:sequence>
132
        </xs:sequence>
134
      </xs:complexType>
133
      </xs:complexType>
135
      <xs:complexType name="runCommandResponse">
134
      <xs:complexType name="runCommandWithArgsResponse">
136
        <xs:sequence>
135
        <xs:sequence>
137
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
136
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
138
        </xs:sequence>
137
        </xs:sequence>
139
      </xs:complexType>
138
      </xs:complexType>
140
      <xs:complexType name="runCommandAsyncWithArgs">
139
      <xs:complexType name="rExec">
141
        <xs:sequence>
140
        <xs:sequence>
142
          <xs:element minOccurs="0" name="executable" type="xs:string"/>
141
          <xs:element minOccurs="0" name="host" type="tns:connection"/>
143
          <xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/>
142
          <xs:element minOccurs="0" name="command" type="xs:string"/>
-
 
143
          <xs:element name="timeout" type="xs:long"/>
144
        </xs:sequence>
144
        </xs:sequence>
145
      </xs:complexType>
145
      </xs:complexType>
146
      <xs:complexType name="runCommandAsyncWithArgsResponse">
146
      <xs:complexType name="rExecResponse">
147
        <xs:sequence>
147
        <xs:sequence>
148
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
148
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
149
        </xs:sequence>
149
        </xs:sequence>
150
      </xs:complexType>
150
      </xs:complexType>
-
 
151
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
151
      <xs:complexType name="XServicesFault">
152
      <xs:complexType name="XServicesFault">
152
        <xs:sequence>
153
        <xs:sequence>
153
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
154
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
154
          <xs:element name="username" nillable="true" type="xs:string"/>
155
          <xs:element name="username" nillable="true" type="xs:string"/>
155
          <xs:element name="homedir" nillable="true" type="xs:string"/>
156
          <xs:element name="homedir" nillable="true" type="xs:string"/>
156
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
157
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
157
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
158
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
158
        </xs:sequence>
159
        </xs:sequence>
159
      </xs:complexType>
160
      </xs:complexType>
160
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
-
 
161
    </xs:schema>
161
    </xs:schema>
162
  </wsdl:types>
162
  </wsdl:types>
163
  <wsdl:message name="runCommandAsyncWithArgs">
163
  <wsdl:message name="runCommandAsyncWithArgs">
164
    <wsdl:part element="tns:runCommandAsyncWithArgs" name="parameters"></wsdl:part>
164
    <wsdl:part element="tns:runCommandAsyncWithArgs" name="parameters"></wsdl:part>
165
  </wsdl:message>
165
  </wsdl:message>
166
  <wsdl:message name="runCommandWithSSHKeyAuth">
166
  <wsdl:message name="runCommandWithSSHKeyAuth">
167
    <wsdl:part element="tns:runCommandWithSSHKeyAuth" name="parameters"></wsdl:part>
167
    <wsdl:part element="tns:runCommandWithSSHKeyAuth" name="parameters"></wsdl:part>
168
  </wsdl:message>
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">
169
  <wsdl:message name="runCommandWithArgsResponse">
173
    <wsdl:part element="tns:runCommandWithArgsResponse" name="parameters"></wsdl:part>
170
    <wsdl:part element="tns:runCommandWithArgsResponse" name="parameters"></wsdl:part>
174
  </wsdl:message>
171
  </wsdl:message>
-
 
172
  <wsdl:message name="runCommandWithSSHKeyAuthResponse">
-
 
173
    <wsdl:part element="tns:runCommandWithSSHKeyAuthResponse" name="parameters"></wsdl:part>
-
 
174
  </wsdl:message>
175
  <wsdl:message name="rExec">
175
  <wsdl:message name="rExec">
176
    <wsdl:part element="tns:rExec" name="parameters"></wsdl:part>
176
    <wsdl:part element="tns:rExec" name="parameters"></wsdl:part>
177
  </wsdl:message>
177
  </wsdl:message>
178
  <wsdl:message name="runCommandAsync">
178
  <wsdl:message name="runCommandAsync">
179
    <wsdl:part element="tns:runCommandAsync" name="parameters"></wsdl:part>
179
    <wsdl:part element="tns:runCommandAsync" name="parameters"></wsdl:part>
Line 188... Line 188...
188
    <wsdl:part element="tns:runCommandAsyncResponse" name="parameters"></wsdl:part>
188
    <wsdl:part element="tns:runCommandAsyncResponse" name="parameters"></wsdl:part>
189
  </wsdl:message>
189
  </wsdl:message>
190
  <wsdl:message name="runCommandWithSSH">
190
  <wsdl:message name="runCommandWithSSH">
191
    <wsdl:part element="tns:runCommandWithSSH" name="parameters"></wsdl:part>
191
    <wsdl:part element="tns:runCommandWithSSH" name="parameters"></wsdl:part>
192
  </wsdl:message>
192
  </wsdl:message>
-
 
193
  <wsdl:message name="rExecResponse">
-
 
194
    <wsdl:part element="tns:rExecResponse" name="parameters"></wsdl:part>
-
 
195
  </wsdl:message>
193
  <wsdl:message name="runCommandAsyncWithArgsResponse">
196
  <wsdl:message name="runCommandAsyncWithArgsResponse">
194
    <wsdl:part element="tns:runCommandAsyncWithArgsResponse" name="parameters"></wsdl:part>
197
    <wsdl:part element="tns:runCommandAsyncWithArgsResponse" name="parameters"></wsdl:part>
195
  </wsdl:message>
198
  </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">
199
  <wsdl:message name="telnet">
200
    <wsdl:part element="tns:telnet" name="parameters"></wsdl:part>
200
    <wsdl:part element="tns:telnet" name="parameters"></wsdl:part>
201
  </wsdl:message>
201
  </wsdl:message>
202
  <wsdl:message name="rExecResponse">
202
  <wsdl:message name="runCommand">
203
    <wsdl:part element="tns:rExecResponse" name="parameters"></wsdl:part>
203
    <wsdl:part element="tns:runCommand" name="parameters"></wsdl:part>
204
  </wsdl:message>
204
  </wsdl:message>
205
  <wsdl:message name="runCommandWithArgs">
205
  <wsdl:message name="runCommandWithArgs">
206
    <wsdl:part element="tns:runCommandWithArgs" name="parameters"></wsdl:part>
206
    <wsdl:part element="tns:runCommandWithArgs" name="parameters"></wsdl:part>
207
  </wsdl:message>
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">
208
  <wsdl:message name="runCommandWithSSHResponse">
212
    <wsdl:part element="tns:runCommandWithSSHResponse" name="parameters"></wsdl:part>
209
    <wsdl:part element="tns:runCommandWithSSHResponse" name="parameters"></wsdl:part>
213
  </wsdl:message>
210
  </wsdl:message>
-
 
211
  <wsdl:message name="runCommandResponse">
-
 
212
    <wsdl:part element="tns:runCommandResponse" name="parameters"></wsdl:part>
-
 
213
  </wsdl:message>
214
  <wsdl:message name="runJavaScriptResponse">
214
  <wsdl:message name="runJavaScriptResponse">
215
    <wsdl:part element="tns:runJavaScriptResponse" name="parameters"></wsdl:part>
215
    <wsdl:part element="tns:runJavaScriptResponse" name="parameters"></wsdl:part>
216
  </wsdl:message>
216
  </wsdl:message>
217
  <wsdl:message name="telnetResponse">
217
  <wsdl:message name="telnetResponse">
218
    <wsdl:part element="tns:telnetResponse" name="parameters"></wsdl:part>
218
    <wsdl:part element="tns:telnetResponse" name="parameters"></wsdl:part>
219
  </wsdl:message>
219
  </wsdl:message>
220
  <wsdl:portType name="ExecuteService">
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">
221
    <wsdl:operation name="runCommandWithSSH">
226
      <wsdl:input message="tns:runCommandWithSSH" name="runCommandWithSSH"></wsdl:input>
222
      <wsdl:input message="tns:runCommandWithSSH" name="runCommandWithSSH"></wsdl:input>
227
      <wsdl:output message="tns:runCommandWithSSHResponse" name="runCommandWithSSHResponse"></wsdl:output>
223
      <wsdl:output message="tns:runCommandWithSSHResponse" name="runCommandWithSSHResponse"></wsdl:output>
228
    </wsdl:operation>
224
    </wsdl:operation>
229
    <wsdl:operation name="runJavaScript">
225
    <wsdl:operation name="runJavaScript">
230
      <wsdl:input message="tns:runJavaScript" name="runJavaScript"></wsdl:input>
226
      <wsdl:input message="tns:runJavaScript" name="runJavaScript"></wsdl:input>
231
      <wsdl:output message="tns:runJavaScriptResponse" name="runJavaScriptResponse"></wsdl:output>
227
      <wsdl:output message="tns:runJavaScriptResponse" name="runJavaScriptResponse"></wsdl:output>
232
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
228
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
233
    </wsdl:operation>
229
    </wsdl:operation>
-
 
230
    <wsdl:operation name="runCommandWithSSHKeyAuth">
-
 
231
      <wsdl:input message="tns:runCommandWithSSHKeyAuth" name="runCommandWithSSHKeyAuth"></wsdl:input>
-
 
232
      <wsdl:output message="tns:runCommandWithSSHKeyAuthResponse" name="runCommandWithSSHKeyAuthResponse"></wsdl:output>
-
 
233
    </wsdl:operation>
234
    <wsdl:operation name="telnet">
234
    <wsdl:operation name="telnet">
235
      <wsdl:input message="tns:telnet" name="telnet"></wsdl:input>
235
      <wsdl:input message="tns:telnet" name="telnet"></wsdl:input>
236
      <wsdl:output message="tns:telnetResponse" name="telnetResponse"></wsdl:output>
236
      <wsdl:output message="tns:telnetResponse" name="telnetResponse"></wsdl:output>
237
    </wsdl:operation>
237
    </wsdl:operation>
238
    <wsdl:operation name="runCommandWithArgs">
238
    <wsdl:operation name="runCommand">
239
      <wsdl:input message="tns:runCommandWithArgs" name="runCommandWithArgs"></wsdl:input>
239
      <wsdl:input message="tns:runCommand" name="runCommand"></wsdl:input>
240
      <wsdl:output message="tns:runCommandWithArgsResponse" name="runCommandWithArgsResponse"></wsdl:output>
240
      <wsdl:output message="tns:runCommandResponse" name="runCommandResponse"></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>
241
    </wsdl:operation>
246
    <wsdl:operation name="runCommandAsync">
242
    <wsdl:operation name="runCommandAsync">
247
      <wsdl:input message="tns:runCommandAsync" name="runCommandAsync"></wsdl:input>
243
      <wsdl:input message="tns:runCommandAsync" name="runCommandAsync"></wsdl:input>
248
      <wsdl:output message="tns:runCommandAsyncResponse" name="runCommandAsyncResponse"></wsdl:output>
244
      <wsdl:output message="tns:runCommandAsyncResponse" name="runCommandAsyncResponse"></wsdl:output>
249
    </wsdl:operation>
245
    </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">
246
    <wsdl:operation name="runCommandAsyncWithArgs">
255
      <wsdl:input message="tns:runCommandAsyncWithArgs" name="runCommandAsyncWithArgs"></wsdl:input>
247
      <wsdl:input message="tns:runCommandAsyncWithArgs" name="runCommandAsyncWithArgs"></wsdl:input>
256
      <wsdl:output message="tns:runCommandAsyncWithArgsResponse" name="runCommandAsyncWithArgsResponse"></wsdl:output>
248
      <wsdl:output message="tns:runCommandAsyncWithArgsResponse" name="runCommandAsyncWithArgsResponse"></wsdl:output>
257
    </wsdl:operation>
249
    </wsdl:operation>
-
 
250
    <wsdl:operation name="runCommandWithArgs">
-
 
251
      <wsdl:input message="tns:runCommandWithArgs" name="runCommandWithArgs"></wsdl:input>
-
 
252
      <wsdl:output message="tns:runCommandWithArgsResponse" name="runCommandWithArgsResponse"></wsdl:output>
-
 
253
    </wsdl:operation>
-
 
254
    <wsdl:operation name="rExec">
-
 
255
      <wsdl:input message="tns:rExec" name="rExec"></wsdl:input>
-
 
256
      <wsdl:output message="tns:rExecResponse" name="rExecResponse"></wsdl:output>
-
 
257
    </wsdl:operation>
258
  </wsdl:portType>
258
  </wsdl:portType>
259
  <wsdl:binding name="ExecuteServiceSoapBinding" type="tns:ExecuteService">
259
  <wsdl:binding name="ExecuteServiceSoapBinding" type="tns:ExecuteService">
260
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
260
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
261
    <wsdl:operation name="runCommandWithSSHKeyAuth">
261
    <wsdl:operation name="runCommandWithSSH">
262
      <soap:operation soapAction="" style="document"/>
262
      <soap:operation soapAction="" style="document"/>
263
      <wsdl:input name="runCommandWithSSHKeyAuth">
263
      <wsdl:input name="runCommandWithSSH">
264
        <soap:body use="literal"/>
264
        <soap:body use="literal"/>
265
      </wsdl:input>
265
      </wsdl:input>
266
      <wsdl:output name="runCommandWithSSHKeyAuthResponse">
266
      <wsdl:output name="runCommandWithSSHResponse">
267
        <soap:body use="literal"/>
267
        <soap:body use="literal"/>
268
      </wsdl:output>
268
      </wsdl:output>
269
    </wsdl:operation>
269
    </wsdl:operation>
270
    <wsdl:operation name="runCommandWithSSH">
270
    <wsdl:operation name="runCommandWithSSHKeyAuth">
271
      <soap:operation soapAction="" style="document"/>
271
      <soap:operation soapAction="" style="document"/>
272
      <wsdl:input name="runCommandWithSSH">
272
      <wsdl:input name="runCommandWithSSHKeyAuth">
273
        <soap:body use="literal"/>
273
        <soap:body use="literal"/>
274
      </wsdl:input>
274
      </wsdl:input>
275
      <wsdl:output name="runCommandWithSSHResponse">
275
      <wsdl:output name="runCommandWithSSHKeyAuthResponse">
276
        <soap:body use="literal"/>
276
        <soap:body use="literal"/>
277
      </wsdl:output>
277
      </wsdl:output>
278
    </wsdl:operation>
278
    </wsdl:operation>
279
    <wsdl:operation name="runJavaScript">
279
    <wsdl:operation name="runJavaScript">
280
      <soap:operation soapAction="" style="document"/>
280
      <soap:operation soapAction="" style="document"/>
Line 295... Line 295...
295
      </wsdl:input>
295
      </wsdl:input>
296
      <wsdl:output name="telnetResponse">
296
      <wsdl:output name="telnetResponse">
297
        <soap:body use="literal"/>
297
        <soap:body use="literal"/>
298
      </wsdl:output>
298
      </wsdl:output>
299
    </wsdl:operation>
299
    </wsdl:operation>
300
    <wsdl:operation name="rExec">
300
    <wsdl:operation name="runCommandAsync">
301
      <soap:operation soapAction="" style="document"/>
301
      <soap:operation soapAction="" style="document"/>
302
      <wsdl:input name="rExec">
302
      <wsdl:input name="runCommandAsync">
303
        <soap:body use="literal"/>
303
        <soap:body use="literal"/>
304
      </wsdl:input>
304
      </wsdl:input>
305
      <wsdl:output name="rExecResponse">
305
      <wsdl:output name="runCommandAsyncResponse">
306
        <soap:body use="literal"/>
306
        <soap:body use="literal"/>
307
      </wsdl:output>
307
      </wsdl:output>
308
    </wsdl:operation>
308
    </wsdl:operation>
309
    <wsdl:operation name="runCommandWithArgs">
309
    <wsdl:operation name="runCommand">
310
      <soap:operation soapAction="" style="document"/>
310
      <soap:operation soapAction="" style="document"/>
311
      <wsdl:input name="runCommandWithArgs">
311
      <wsdl:input name="runCommand">
312
        <soap:body use="literal"/>
312
        <soap:body use="literal"/>
313
      </wsdl:input>
313
      </wsdl:input>
314
      <wsdl:output name="runCommandWithArgsResponse">
314
      <wsdl:output name="runCommandResponse">
315
        <soap:body use="literal"/>
315
        <soap:body use="literal"/>
316
      </wsdl:output>
316
      </wsdl:output>
317
    </wsdl:operation>
317
    </wsdl:operation>
318
    <wsdl:operation name="runCommandAsync">
318
    <wsdl:operation name="runCommandAsyncWithArgs">
319
      <soap:operation soapAction="" style="document"/>
319
      <soap:operation soapAction="" style="document"/>
320
      <wsdl:input name="runCommandAsync">
320
      <wsdl:input name="runCommandAsyncWithArgs">
321
        <soap:body use="literal"/>
321
        <soap:body use="literal"/>
322
      </wsdl:input>
322
      </wsdl:input>
323
      <wsdl:output name="runCommandAsyncResponse">
323
      <wsdl:output name="runCommandAsyncWithArgsResponse">
324
        <soap:body use="literal"/>
324
        <soap:body use="literal"/>
325
      </wsdl:output>
325
      </wsdl:output>
326
    </wsdl:operation>
326
    </wsdl:operation>
327
    <wsdl:operation name="runCommand">
327
    <wsdl:operation name="rExec">
328
      <soap:operation soapAction="" style="document"/>
328
      <soap:operation soapAction="" style="document"/>
329
      <wsdl:input name="runCommand">
329
      <wsdl:input name="rExec">
330
        <soap:body use="literal"/>
330
        <soap:body use="literal"/>
331
      </wsdl:input>
331
      </wsdl:input>
332
      <wsdl:output name="runCommandResponse">
332
      <wsdl:output name="rExecResponse">
333
        <soap:body use="literal"/>
333
        <soap:body use="literal"/>
334
      </wsdl:output>
334
      </wsdl:output>
335
    </wsdl:operation>
335
    </wsdl:operation>
336
    <wsdl:operation name="runCommandAsyncWithArgs">
336
    <wsdl:operation name="runCommandWithArgs">
337
      <soap:operation soapAction="" style="document"/>
337
      <soap:operation soapAction="" style="document"/>
338
      <wsdl:input name="runCommandAsyncWithArgs">
338
      <wsdl:input name="runCommandWithArgs">
339
        <soap:body use="literal"/>
339
        <soap:body use="literal"/>
340
      </wsdl:input>
340
      </wsdl:input>
341
      <wsdl:output name="runCommandAsyncWithArgsResponse">
341
      <wsdl:output name="runCommandWithArgsResponse">
342
        <soap:body use="literal"/>
342
        <soap:body use="literal"/>
343
      </wsdl:output>
343
      </wsdl:output>
344
    </wsdl:operation>
344
    </wsdl:operation>
345
  </wsdl:binding>
345
  </wsdl:binding>
346
  <wsdl:service name="ExecuteService">
346
  <wsdl:service name="ExecuteService">
Line 364... Line 364...
364
         <!--Optional:-->
364
         <!--Optional:-->
365
         <command>?</command>
365
         <command>?</command>
366
         <timeout>?</timeout>
366
         <timeout>?</timeout>
367
      </ws:rExec>
367
      </ws:rExec>
368
   </soapenv:Body>
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">
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: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">
370
   <soapenv:Header/>
370
   <soapenv:Header/>
371
   <soapenv:Body>
371
   <soapenv:Body>
372
      <ws:runCommand>
372
      <ws:runCommand>
373
         <!--Optional:-->
373
         <!--Optional:-->
374
         <executable>?</executable>
374
         <executable>c:/windows/system32/cmd.exe</executable>
375
         <!--Optional:-->
375
         <!--Optional:-->
-
 
376
         <argline>/C "echo Hallo Welt!"</argline>
-
 
377
         <timeout>15000</timeout>
-
 
378
      </ws:runCommand>
-
 
379
   </soapenv:Body>
-
 
380
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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:call name="Request notepad"><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">
-
 
381
   <soapenv:Header/>
-
 
382
   <soapenv:Body>
-
 
383
      <ws:runCommand>
-
 
384
         <!--Optional:-->
-
 
385
         <executable>c:/windows/system32/notepad.exe</executable>
-
 
386
         <!--Optional:-->
376
         <argline>?</argline>
387
         <argline></argline>
377
         <timeout>?</timeout>
388
         <timeout>15000</timeout>
378
      </ws:runCommand>
389
      </ws:runCommand>
379
   </soapenv:Body>
390
   </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">
391
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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/>
392
   <soapenv:Header/>
382
   <soapenv:Body>
393
   <soapenv:Body>
383
      <ws:runCommandAsync>
394
      <ws:runCommandAsync>
384
         <!--Optional:-->
395
         <!--Optional:-->
385
         <executable>?</executable>
396
         <executable>?</executable>