Subversion Repositories XServices

Rev

Rev 76 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
64 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
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:documentation>My top level documentation</wsdl:documentation>
4
  <wsdl:types>
5
    <xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
6
      <xs:element name="antProperty" type="tns:antProperty"/>
7
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
8
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
9
      <xs:element name="getInfo" type="tns:getInfo"/>
10
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
11
      <xs:element name="sendMail" type="tns:sendMail"/>
12
      <xs:element name="sendMailResponse" type="tns:sendMailResponse"/>
13
      <xs:element name="sendMailSimple" type="tns:sendMailSimple"/>
14
      <xs:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/>
15
      <xs:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/>
16
      <xs:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/>
17
      <xs:element name="sleep" type="tns:sleep"/>
18
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
19
      <xs:complexType name="sendMailSimpleWithAttachment">
20
        <xs:sequence>
21
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
22
          <xs:element minOccurs="0" name="from" type="xs:string"/>
23
          <xs:element minOccurs="0" name="to" type="xs:string"/>
24
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
25
          <xs:element minOccurs="0" name="message" type="xs:string"/>
26
          <xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
27
        </xs:sequence>
28
      </xs:complexType>
29
      <xs:complexType name="connection">
30
        <xs:sequence>
31
          <xs:element name="hostname" type="xs:string"/>
32
          <xs:element name="port" type="xs:int"/>
33
          <xs:element minOccurs="0" name="user" type="xs:string"/>
34
          <xs:element minOccurs="0" name="password" type="xs:string"/>
35
        </xs:sequence>
36
      </xs:complexType>
37
      <xs:complexType name="FileSetType">
38
        <xs:sequence>
39
          <xs:element default="FILES" name="FileSetType" type="tns:resourcetype"/>
40
          <xs:element name="source" type="xs:string"/>
41
          <xs:element name="filter" nillable="true" type="tns:patternSetType"/>
42
          <xs:element default="" minOccurs="0" name="excludes" nillable="true" type="xs:string"/>
43
          <xs:element default="true" name="casesensitive" type="xs:boolean"/>
44
        </xs:sequence>
45
      </xs:complexType>
46
      <xs:complexType name="patternSetType">
47
        <xs:sequence>
48
          <xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="tns:patternElement"/>
49
          <xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="tns:patternElement"/>
50
          <xs:element minOccurs="0" name="selector" nillable="true" type="tns:selectorType"/>
51
        </xs:sequence>
52
      </xs:complexType>
53
      <xs:simpleType name="patternElement">
54
        <xs:restriction base="xs:string"/>
55
      </xs:simpleType>
56
      <xs:complexType abstract="true" name="selectorType">
57
        <xs:sequence>
58
          <xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/>
59
        </xs:sequence>
60
      </xs:complexType>
61
      <xs:complexType name="containsSelectorType">
62
        <xs:sequence>
63
          <xs:element name="text" type="xs:string"/>
64
          <xs:element default="true" name="casesensitive" type="xs:boolean"/>
65
          <xs:element default="false" name="ignorewhitespace" type="xs:boolean"/>
66
        </xs:sequence>
67
      </xs:complexType>
68
      <xs:complexType name="sendMailSimpleWithAttachmentResponse">
69
        <xs:sequence>
70
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
71
        </xs:sequence>
72
      </xs:complexType>
73
      <xs:complexType name="ReturnCodeType">
74
        <xs:sequence>
75
          <xs:element name="returnCode" type="xs:int"/>
76
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
77
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
78
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
79
        </xs:sequence>
80
      </xs:complexType>
81
      <xs:complexType name="antProperty">
82
        <xs:sequence>
83
          <xs:element name="name" type="xs:string"/>
84
          <xs:element name="value" type="xs:string"/>
85
        </xs:sequence>
86
      </xs:complexType>
87
      <xs:complexType name="sendMailSimple">
88
        <xs:sequence>
89
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
90
          <xs:element minOccurs="0" name="from" type="xs:string"/>
91
          <xs:element minOccurs="0" name="to" type="xs:string"/>
92
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
93
          <xs:element minOccurs="0" name="message" type="xs:string"/>
94
        </xs:sequence>
95
      </xs:complexType>
96
      <xs:complexType name="sendMailSimpleResponse">
97
        <xs:sequence>
98
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
99
        </xs:sequence>
100
      </xs:complexType>
101
      <xs:complexType name="getHostinfo">
102
        <xs:sequence>
103
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
104
        </xs:sequence>
105
      </xs:complexType>
106
      <xs:complexType name="getHostinfoResponse">
107
        <xs:sequence>
108
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
109
        </xs:sequence>
110
      </xs:complexType>
111
      <xs:complexType name="sendMail">
112
        <xs:sequence>
113
          <xs:element minOccurs="0" name="mailhost" type="tns:connection"/>
114
          <xs:element minOccurs="0" name="from" type="xs:string"/>
115
          <xs:element minOccurs="0" name="to" type="xs:string"/>
116
          <xs:element minOccurs="0" name="cc" type="xs:string"/>
117
          <xs:element minOccurs="0" name="bcc" type="xs:string"/>
118
          <xs:element minOccurs="0" name="subject" type="xs:string"/>
119
          <xs:element minOccurs="0" name="mimetype" type="tns:mailMimeType"/>
120
          <xs:element minOccurs="0" name="charset" type="xs:string"/>
121
          <xs:element minOccurs="0" name="message" type="xs:string"/>
122
          <xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
123
          <xs:element name="useSSL" type="xs:boolean"/>
124
          <xs:element name="useStartTLS" type="xs:boolean"/>
125
        </xs:sequence>
126
      </xs:complexType>
127
      <xs:complexType name="sendMailResponse">
128
        <xs:sequence>
129
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
130
        </xs:sequence>
131
      </xs:complexType>
132
      <xs:complexType name="sleep">
133
        <xs:sequence>
134
          <xs:element name="minutes" type="xs:int"/>
135
          <xs:element name="seconds" type="xs:int"/>
136
        </xs:sequence>
137
      </xs:complexType>
138
      <xs:complexType name="sleepResponse">
139
        <xs:sequence>
140
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
141
        </xs:sequence>
142
      </xs:complexType>
143
      <xs:complexType name="getInfo">
144
        <xs:sequence/>
145
      </xs:complexType>
146
      <xs:complexType name="getInfoResponse">
147
        <xs:sequence>
148
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
149
        </xs:sequence>
150
      </xs:complexType>
151
      <xs:simpleType name="resourcetype">
152
        <xs:restriction base="xs:string">
153
          <xs:enumeration value="FILES"/>
154
          <xs:enumeration value="ZIP"/>
155
          <xs:enumeration value="TAR"/>
156
          <xs:enumeration value="GZTAR"/>
157
        </xs:restriction>
158
      </xs:simpleType>
159
      <xs:simpleType name="mailMimeType">
160
        <xs:restriction base="xs:string">
161
          <xs:enumeration value="text/plain"/>
162
          <xs:enumeration value="text/html"/>
163
        </xs:restriction>
164
      </xs:simpleType>
165
    </xs:schema>
166
  </wsdl:types>
167
  <wsdl:message name="sleepResponse">
168
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
169
  </wsdl:message>
170
  <wsdl:message name="sendMailResponse">
171
    <wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part>
172
  </wsdl:message>
173
  <wsdl:message name="sendMailSimple">
174
    <wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part>
175
  </wsdl:message>
176
  <wsdl:message name="getHostinfo">
177
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
178
  </wsdl:message>
179
  <wsdl:message name="getInfoResponse">
180
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
181
  </wsdl:message>
182
  <wsdl:message name="getInfo">
183
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
184
  </wsdl:message>
185
  <wsdl:message name="sleep">
186
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
187
  </wsdl:message>
188
  <wsdl:message name="sendMailSimpleWithAttachment">
189
    <wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part>
190
  </wsdl:message>
191
  <wsdl:message name="getHostinfoResponse">
192
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
193
  </wsdl:message>
194
  <wsdl:message name="sendMail">
195
    <wsdl:part element="tns:sendMail" name="parameters"></wsdl:part>
196
  </wsdl:message>
197
  <wsdl:message name="sendMailSimpleResponse">
198
    <wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part>
199
  </wsdl:message>
200
  <wsdl:message name="sendMailSimpleWithAttachmentResponse">
201
    <wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part>
202
  </wsdl:message>
203
  <wsdl:portType name="MiscService">
204
    <wsdl:operation name="sendMailSimpleWithAttachment">
205
      <wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input>
206
      <wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output>
207
    </wsdl:operation>
208
    <wsdl:operation name="sendMailSimple">
209
      <wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input>
210
      <wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output>
211
    </wsdl:operation>
212
    <wsdl:operation name="getHostinfo">
213
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
214
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
215
    </wsdl:operation>
216
    <wsdl:operation name="sendMail">
217
      <wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input>
218
      <wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output>
219
    </wsdl:operation>
220
    <wsdl:operation name="sleep">
221
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
222
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
223
    </wsdl:operation>
224
    <wsdl:operation name="getInfo">
225
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
226
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
227
    </wsdl:operation>
228
  </wsdl:portType>
229
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
230
    <wsdl:documentation>My binding doc</wsdl:documentation>
231
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
232
    <wsdl:operation name="sendMailSimpleWithAttachment">
233
      <soap:operation soapAction="" style="document"/>
234
      <wsdl:input name="sendMailSimpleWithAttachment">
235
        <soap:body use="literal"/>
236
      </wsdl:input>
237
      <wsdl:output name="sendMailSimpleWithAttachmentResponse">
238
        <soap:body use="literal"/>
239
      </wsdl:output>
240
    </wsdl:operation>
241
    <wsdl:operation name="getHostinfo">
242
      <soap:operation soapAction="" style="document"/>
243
      <wsdl:input name="getHostinfo">
244
        <soap:body use="literal"/>
245
      </wsdl:input>
246
      <wsdl:output name="getHostinfoResponse">
247
        <soap:body use="literal"/>
248
      </wsdl:output>
249
    </wsdl:operation>
250
    <wsdl:operation name="sendMailSimple">
251
      <soap:operation soapAction="" style="document"/>
252
      <wsdl:input name="sendMailSimple">
253
        <soap:body use="literal"/>
254
      </wsdl:input>
255
      <wsdl:output name="sendMailSimpleResponse">
256
        <soap:body use="literal"/>
257
      </wsdl:output>
258
    </wsdl:operation>
259
    <wsdl:operation name="sendMail">
260
      <soap:operation soapAction="" style="document"/>
261
      <wsdl:input name="sendMail">
262
        <soap:body use="literal"/>
263
      </wsdl:input>
264
      <wsdl:output name="sendMailResponse">
265
        <soap:body use="literal"/>
266
      </wsdl:output>
267
    </wsdl:operation>
268
    <wsdl:operation name="sleep">
269
      <soap:operation soapAction="" style="document"/>
270
      <wsdl:input name="sleep">
271
        <soap:body use="literal"/>
272
      </wsdl:input>
273
      <wsdl:output name="sleepResponse">
274
        <soap:body use="literal"/>
275
      </wsdl:output>
276
    </wsdl:operation>
277
    <wsdl:operation name="getInfo">
278
      <soap:operation soapAction="" style="document"/>
279
      <wsdl:input name="getInfo">
280
        <soap:body use="literal"/>
281
      </wsdl:input>
282
      <wsdl:output name="getInfoResponse">
283
        <soap:body use="literal"/>
284
      </wsdl:output>
285
    </wsdl:operation>
286
  </wsdl:binding>
287
  <wsdl:service name="MiscService">
288
    <wsdl:documentation>My portType documentation</wsdl:documentation>
289
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
290
      <soap:address location="http://localhost:8080/xservices/MiscService"/>
291
    </wsdl:port>
292
  </wsdl:service>
293
</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: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">
294
   <soapenv:Header/>
295
   <soapenv:Body>
296
      <ws:sendMail>
297
         <useSSL>0</useSSL>
298
         <useStartTLS>0</useStartTLS>
299
      </ws:sendMail>
300
   </soapenv:Body>
301
</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">
302
   <soapenv:Header/>
303
   <soapenv:Body>
304
      <ws:sleep>
305
         <minutes>0</minutes>
306
         <seconds>15</seconds>
307
      </ws:sleep>
308
   </soapenv:Body>
309
</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">
310
   <soapenv:Header/>
311
   <soapenv:Body>
312
      <ws:getInfo/>
313
   </soapenv:Body>
314
</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: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">
315
   <soapenv:Header/>
316
   <soapenv:Body>
317
      <ws:sleep>
318
         <minutes>0</minutes>
319
         <seconds>15</seconds>
320
      </ws:sleep>
321
   </soapenv:Body>
322
</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>