Subversion Repositories XServices

Rev

Rev 64 | Rev 83 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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