Subversion Repositories XServices

Rev

Rev 64 | Rev 83 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
64 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
76 brianR 2
<con:soapui-project name="MiscService" resourceRoot="" 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="MiscServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}MiscServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/MiscService?WSDL"><con:part><con:url>http://localhost:8080/XServices/MiscService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="MiscService" 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 elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
5
      <xs:element name="antProperty" type="tns:antProperty"/>
6
      <xs:element name="generateUUID" type="tns:generateUUID"/>
7
      <xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
8
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
9
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
10
      <xs:element name="getInfo" type="tns:getInfo"/>
11
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
12
      <xs:element name="sendMail" type="tns:sendMail"/>
13
      <xs:element name="sendMailResponse" type="tns:sendMailResponse"/>
14
      <xs:element name="sendMailSimple" type="tns:sendMailSimple"/>
15
      <xs:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/>
16
      <xs:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/>
17
      <xs:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/>
18
      <xs:element name="sleep" type="tns:sleep"/>
19
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
20
      <xs:complexType name="sendMailSimpleWithAttachment">
21
        <xs:sequence>
22
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
23
          <xs:element minOccurs="0" name="from" type="xs:string"/>
24
          <xs:element minOccurs="0" name="to" type="xs:string"/>
25
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
26
          <xs:element minOccurs="0" name="message" type="xs:string"/>
27
          <xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
28
        </xs:sequence>
29
      </xs:complexType>
30
      <xs:complexType name="connection">
31
        <xs:sequence>
32
          <xs:element name="hostname" type="xs:string"/>
33
          <xs:element name="port" type="xs:int"/>
34
          <xs:element minOccurs="0" name="user" type="xs:string"/>
35
          <xs:element minOccurs="0" name="password" type="xs:string"/>
36
        </xs:sequence>
37
      </xs:complexType>
38
      <xs:complexType name="FileSetType">
39
        <xs:sequence>
40
          <xs:element default="FILES" name="FileSetType" type="tns:resourcetype"/>
41
          <xs:element name="source" type="xs:string"/>
42
          <xs:element name="filter" nillable="true" type="tns:patternSetType"/>
43
          <xs:element default="" minOccurs="0" name="excludes" nillable="true" type="xs:string"/>
44
          <xs:element default="true" name="casesensitive" type="xs:boolean"/>
45
        </xs:sequence>
46
      </xs:complexType>
47
      <xs:complexType name="patternSetType">
48
        <xs:sequence>
49
          <xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="tns:patternElement"/>
50
          <xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="tns:patternElement"/>
51
          <xs:element minOccurs="0" name="selector" nillable="true" type="tns:selectorType"/>
52
        </xs:sequence>
53
      </xs:complexType>
54
      <xs:simpleType name="patternElement">
55
        <xs:restriction base="xs:string"/>
56
      </xs:simpleType>
57
      <xs:complexType abstract="true" name="selectorType">
58
        <xs:sequence>
59
          <xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/>
60
        </xs:sequence>
61
      </xs:complexType>
62
      <xs:complexType name="containsSelectorType">
63
        <xs:sequence>
64
          <xs:element name="text" type="xs:string"/>
65
          <xs:element default="true" name="casesensitive" type="xs:boolean"/>
66
          <xs:element default="false" name="ignorewhitespace" type="xs:boolean"/>
67
        </xs:sequence>
68
      </xs:complexType>
69
      <xs:complexType name="sendMailSimpleWithAttachmentResponse">
70
        <xs:sequence>
71
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
72
        </xs:sequence>
73
      </xs:complexType>
74
      <xs:complexType name="ReturnCodeType">
75
        <xs:sequence>
76
          <xs:element name="returnCode" type="xs:int"/>
77
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
78
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
79
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
80
        </xs:sequence>
81
      </xs:complexType>
82
      <xs:complexType name="antProperty">
83
        <xs:sequence>
84
          <xs:element name="name" type="xs:string"/>
85
          <xs:element name="value" type="xs:string"/>
86
        </xs:sequence>
87
      </xs:complexType>
88
      <xs:complexType name="sendMailSimple">
89
        <xs:sequence>
90
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
91
          <xs:element minOccurs="0" name="from" type="xs:string"/>
92
          <xs:element minOccurs="0" name="to" type="xs:string"/>
93
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
94
          <xs:element minOccurs="0" name="message" type="xs:string"/>
95
        </xs:sequence>
96
      </xs:complexType>
97
      <xs:complexType name="sendMailSimpleResponse">
98
        <xs:sequence>
99
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
100
        </xs:sequence>
101
      </xs:complexType>
102
      <xs:complexType name="getHostinfo">
103
        <xs:sequence>
104
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
105
        </xs:sequence>
106
      </xs:complexType>
107
      <xs:complexType name="getHostinfoResponse">
108
        <xs:sequence>
109
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
110
        </xs:sequence>
111
      </xs:complexType>
112
      <xs:complexType name="sendMail">
113
        <xs:sequence>
114
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
115
          <xs:element minOccurs="0" name="from" type="xs:string"/>
116
          <xs:element minOccurs="0" name="to" type="xs:string"/>
117
          <xs:element minOccurs="0" name="cc" type="xs:string"/>
118
          <xs:element minOccurs="0" name="bcc" type="xs:string"/>
119
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
120
          <xs:element minOccurs="0" name="mimetype" type="tns:mailMimeType"/>
121
          <xs:element minOccurs="0" name="charset" type="xs:string"/>
122
          <xs:element minOccurs="0" name="message" type="xs:string"/>
123
          <xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
124
          <xs:element name="useSSL" type="xs:boolean"/>
125
          <xs:element name="useStartTLS" type="xs:boolean"/>
126
        </xs:sequence>
127
      </xs:complexType>
128
      <xs:complexType name="sendMailResponse">
129
        <xs:sequence>
130
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
131
        </xs:sequence>
132
      </xs:complexType>
133
      <xs:complexType name="sleep">
134
        <xs:sequence>
135
          <xs:element name="minutes" type="xs:int"/>
136
          <xs:element name="seconds" type="xs:int"/>
137
        </xs:sequence>
138
      </xs:complexType>
139
      <xs:complexType name="sleepResponse">
140
        <xs:sequence>
141
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
142
        </xs:sequence>
143
      </xs:complexType>
144
      <xs:complexType name="generateUUID">
145
        <xs:sequence/>
146
      </xs:complexType>
147
      <xs:complexType name="generateUUIDResponse">
148
        <xs:sequence>
149
          <xs:element minOccurs="0" name="return" type="xs:string"/>
150
        </xs:sequence>
151
      </xs:complexType>
152
      <xs:complexType name="getInfo">
153
        <xs:sequence/>
154
      </xs:complexType>
155
      <xs:complexType name="getInfoResponse">
156
        <xs:sequence>
157
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
158
        </xs:sequence>
159
      </xs:complexType>
160
      <xs:simpleType name="resourcetype">
161
        <xs:restriction base="xs:string">
162
          <xs:enumeration value="FILES"/>
163
          <xs:enumeration value="ZIP"/>
164
          <xs:enumeration value="TAR"/>
165
          <xs:enumeration value="GZTAR"/>
166
        </xs:restriction>
167
      </xs:simpleType>
168
      <xs:simpleType name="mailMimeType">
169
        <xs:restriction base="xs:string">
170
          <xs:enumeration value="text/plain"/>
171
          <xs:enumeration value="text/html"/>
172
        </xs:restriction>
173
      </xs:simpleType>
174
    </xs:schema>
175
  </wsdl:types>
176
  <wsdl:message name="sendMailSimple">
177
    <wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part>
178
  </wsdl:message>
179
  <wsdl:message name="getHostinfo">
180
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
181
  </wsdl:message>
182
  <wsdl:message name="getInfoResponse">
183
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
184
  </wsdl:message>
185
  <wsdl:message name="getHostinfoResponse">
186
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
187
  </wsdl:message>
188
  <wsdl:message name="sendMailSimpleResponse">
189
    <wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part>
190
  </wsdl:message>
191
  <wsdl:message name="generateUUIDResponse">
192
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
193
  </wsdl:message>
194
  <wsdl:message name="sendMailResponse">
195
    <wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part>
196
  </wsdl:message>
197
  <wsdl:message name="sleepResponse">
198
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
199
  </wsdl:message>
200
  <wsdl:message name="sendMailSimpleWithAttachment">
201
    <wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part>
202
  </wsdl:message>
203
  <wsdl:message name="sleep">
204
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
205
  </wsdl:message>
206
  <wsdl:message name="getInfo">
207
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
208
  </wsdl:message>
209
  <wsdl:message name="sendMail">
210
    <wsdl:part element="tns:sendMail" name="parameters"></wsdl:part>
211
  </wsdl:message>
212
  <wsdl:message name="generateUUID">
213
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
214
  </wsdl:message>
215
  <wsdl:message name="sendMailSimpleWithAttachmentResponse">
216
    <wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part>
217
  </wsdl:message>
218
  <wsdl:portType name="MiscService">
219
    <wsdl:documentation>Various service operations.</wsdl:documentation>
220
    <wsdl:operation name="sendMailSimpleWithAttachment">
221
      <wsdl:documentation>Send an email with attachment (simple).</wsdl:documentation>
222
      <wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input>
223
      <wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output>
224
    </wsdl:operation>
225
    <wsdl:operation name="sendMailSimple">
226
      <wsdl:documentation>Send an email (simple).</wsdl:documentation>
227
      <wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input>
228
      <wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output>
229
    </wsdl:operation>
230
    <wsdl:operation name="getHostinfo">
231
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
232
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
233
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
234
    </wsdl:operation>
235
    <wsdl:operation name="sendMail">
236
      <wsdl:documentation>Send an email (advanced).</wsdl:documentation>
237
      <wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input>
238
      <wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output>
239
    </wsdl:operation>
240
    <wsdl:operation name="sleep">
241
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
242
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
243
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
244
    </wsdl:operation>
245
    <wsdl:operation name="generateUUID">
246
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
247
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
248
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
249
    </wsdl:operation>
250
    <wsdl:operation name="getInfo">
251
      <wsdl:documentation>Get XService information.</wsdl:documentation>
252
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
253
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
254
    </wsdl:operation>
255
  </wsdl:portType>
256
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
257
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
258
    <wsdl:operation name="sendMailSimpleWithAttachment">
259
      <soap:operation soapAction="" style="document"/>
260
      <wsdl:input name="sendMailSimpleWithAttachment">
261
        <soap:body use="literal"/>
262
      </wsdl:input>
263
      <wsdl:output name="sendMailSimpleWithAttachmentResponse">
264
        <soap:body use="literal"/>
265
      </wsdl:output>
266
    </wsdl:operation>
267
    <wsdl:operation name="getHostinfo">
268
      <soap:operation soapAction="" style="document"/>
269
      <wsdl:input name="getHostinfo">
270
        <soap:body use="literal"/>
271
      </wsdl:input>
272
      <wsdl:output name="getHostinfoResponse">
273
        <soap:body use="literal"/>
274
      </wsdl:output>
275
    </wsdl:operation>
276
    <wsdl:operation name="sendMailSimple">
277
      <soap:operation soapAction="" style="document"/>
278
      <wsdl:input name="sendMailSimple">
279
        <soap:body use="literal"/>
280
      </wsdl:input>
281
      <wsdl:output name="sendMailSimpleResponse">
282
        <soap:body use="literal"/>
283
      </wsdl:output>
284
    </wsdl:operation>
285
    <wsdl:operation name="sendMail">
286
      <soap:operation soapAction="" style="document"/>
287
      <wsdl:input name="sendMail">
288
        <soap:body use="literal"/>
289
      </wsdl:input>
290
      <wsdl:output name="sendMailResponse">
291
        <soap:body use="literal"/>
292
      </wsdl:output>
293
    </wsdl:operation>
294
    <wsdl:operation name="sleep">
295
      <soap:operation soapAction="" style="document"/>
296
      <wsdl:input name="sleep">
297
        <soap:body use="literal"/>
298
      </wsdl:input>
299
      <wsdl:output name="sleepResponse">
300
        <soap:body use="literal"/>
301
      </wsdl:output>
302
    </wsdl:operation>
303
    <wsdl:operation name="generateUUID">
304
      <soap:operation soapAction="" style="document"/>
305
      <wsdl:input name="generateUUID">
306
        <soap:body use="literal"/>
307
      </wsdl:input>
308
      <wsdl:output name="generateUUIDResponse">
309
        <soap:body use="literal"/>
310
      </wsdl:output>
311
    </wsdl:operation>
312
    <wsdl:operation name="getInfo">
313
      <soap:operation soapAction="" style="document"/>
314
      <wsdl:input name="getInfo">
315
        <soap:body use="literal"/>
316
      </wsdl:input>
317
      <wsdl:output name="getInfoResponse">
318
        <soap:body use="literal"/>
319
      </wsdl:output>
320
    </wsdl:operation>
321
  </wsdl:binding>
322
  <wsdl:service name="MiscService">
323
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
324
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
325
    </wsdl:port>
326
  </wsdl:service>
327
</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/MiscService</con:endpoint><con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="getHostinfo" bindingOperationName="getHostinfo" type="Request-Response" outputName="getHostinfoResponse" inputName="getHostinfo" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="sendMail" bindingOperationName="sendMail" type="Request-Response" outputName="sendMailResponse" inputName="sendMail" 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/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
64 brianR 328
   <soapenv:Header/>
329
   <soapenv:Body>
330
      <ws:sendMail>
331
         <useSSL>0</useSSL>
332
         <useStartTLS>0</useStartTLS>
333
      </ws:sendMail>
334
   </soapenv:Body>
76 brianR 335
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMail"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMailSimple" bindingOperationName="sendMailSimple" type="Request-Response" outputName="sendMailSimpleResponse" inputName="sendMailSimple" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="sendMailSimpleWithAttachment" bindingOperationName="sendMailSimpleWithAttachment" type="Request-Response" outputName="sendMailSimpleWithAttachmentResponse" inputName="sendMailSimpleWithAttachment" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="sleep" bindingOperationName="sleep" type="Request-Response" outputName="sleepResponse" inputName="sleep" 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/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
64 brianR 336
   <soapenv:Header/>
337
   <soapenv:Body>
338
      <ws:sleep>
339
         <minutes>0</minutes>
340
         <seconds>15</seconds>
341
      </ws:sleep>
342
   </soapenv:Body>
76 brianR 343
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sleep"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getInfo" bindingOperationName="getInfo" type="Request-Response" outputName="getInfoResponse" inputName="getInfo" 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/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
64 brianR 344
   <soapenv:Header/>
345
   <soapenv:Body>
346
      <ws:getInfo/>
347
   </soapenv:Body>
76 brianR 348
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getInfo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="generateUUID" bindingOperationName="generateUUID" type="Request-Response" outputName="generateUUIDResponse" inputName="generateUUID" 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/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
349
   <soapenv:Header/>
350
   <soapenv:Body>
351
      <ws:generateUUID/>
352
   </soapenv:Body>
353
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/generateUUID"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="TestSuite 1"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase 1" searchProperties="true"><con:settings/><con:testStep type="request" name="sleep - Request 1"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><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/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
64 brianR 354
   <soapenv:Header/>
355
   <soapenv:Body>
356
      <ws:sleep>
357
         <minutes>0</minutes>
358
         <seconds>15</seconds>
359
      </ws:sleep>
360
   </soapenv:Body>
361
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sleep"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="LoadTest 1"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>5</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>60</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Simple</con:type><con:config><testDelay>1000</testDelay><randomFactor>0.5</randomFactor></con:config></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties/><con:wssContainer/></con:soapui-project>