Subversion Repositories XServices

Rev

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

Rev 83 Rev 84
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-project name="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="4.0.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>
3
  <wsdl:types>
4
    <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns0="http://types.xservices.brutex.net">
4
    <xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
5
      <xsd:import namespace="http://types.xservices.brutex.net"/>
5
      <xs:element name="antProperty" type="tns:antProperty"/>
6
      <xsd:complexType name="FileSetType">
-
 
7
        <xsd:sequence/>
-
 
8
      </xsd:complexType>
-
 
9
      <xsd:complexType name="hostinfo">
-
 
10
        <xsd:sequence>
-
 
11
          <xsd:element minOccurs="0" name="domain" nillable="true" type="xsd:string"/>
6
      <xs:element name="generateUUID" type="tns:generateUUID"/>
12
          <xsd:element minOccurs="0" name="ip4" nillable="true" type="xsd:string"/>
7
      <xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
13
          <xsd:element minOccurs="0" name="ip6" nillable="true" type="xsd:string"/>
8
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
14
          <xsd:element minOccurs="0" name="name" nillable="true" type="xsd:string"/>
9
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
15
        </xsd:sequence>
-
 
16
      </xsd:complexType>
-
 
17
      <xsd:complexType name="ReturnCodeType">
10
      <xs:element name="getInfo" type="tns:getInfo"/>
18
        <xsd:sequence>
-
 
19
          <xsd:element minOccurs="0" name="stdOut" nillable="true" type="xsd:string"/>
11
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
20
        </xsd:sequence>
-
 
21
      </xsd:complexType>
12
      <xs:element name="sleep" type="tns:sleep"/>
22
      <xsd:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/>
13
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
23
      <xsd:complexType name="sendMailSimpleWithAttachment">
14
      <xs:complexType name="getHostinfo">
24
        <xsd:sequence>
15
        <xs:sequence>
25
          <xsd:element name="mailhost" type="ns0:connection"/>
-
 
26
          <xsd:element name="from" type="xsd:string"/>
-
 
27
          <xsd:element name="to" type="xsd:string"/>
-
 
28
          <xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
-
 
29
          <xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
16
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
30
          <xsd:element minOccurs="0" name="fileset" type="tns:FileSetType"/>
-
 
31
        </xsd:sequence>
17
        </xs:sequence>
32
      </xsd:complexType>
18
      </xs:complexType>
33
      <xsd:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/>
-
 
34
      <xsd:complexType name="sendMailSimpleWithAttachmentResponse">
19
      <xs:complexType name="getHostinfoResponse">
35
        <xsd:sequence>
20
        <xs:sequence>
36
          <xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
21
          <xs:element minOccurs="0" name="return" type="tns:hostinfoType"/>
37
        </xsd:sequence>
22
        </xs:sequence>
38
      </xsd:complexType>
23
      </xs:complexType>
39
      <xsd:element name="sendMailSimple" type="tns:sendMailSimple"/>
-
 
40
      <xsd:complexType name="sendMailSimple">
24
      <xs:complexType name="hostinfoType">
41
        <xsd:sequence>
25
        <xs:sequence>
42
          <xsd:element name="mailhost" type="ns0:connection"/>
-
 
43
          <xsd:element name="from" type="xsd:string"/>
26
          <xs:element minOccurs="0" name="domain" type="xs:string"/>
44
          <xsd:element name="to" type="xsd:string"/>
27
          <xs:element minOccurs="0" name="ip4" type="xs:string"/>
45
          <xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
28
          <xs:element minOccurs="0" name="ip6" type="xs:string"/>
46
          <xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
29
          <xs:element minOccurs="0" name="name" type="xs:string"/>
47
        </xsd:sequence>
30
        </xs:sequence>
48
      </xsd:complexType>
31
      </xs:complexType>
49
      <xsd:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/>
-
 
50
      <xsd:complexType name="sendMailSimpleResponse">
32
      <xs:complexType name="sleep">
51
        <xsd:sequence>
33
        <xs:sequence>
52
          <xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
53
        </xsd:sequence>
-
 
54
      </xsd:complexType>
-
 
55
      <xsd:element name="getHostinfo" type="tns:getHostinfo"/>
34
          <xs:element name="minutes" type="xs:int"/>
56
      <xsd:complexType name="getHostinfo">
-
 
57
        <xsd:sequence>
-
 
58
          <xsd:element name="hostname" type="xsd:string"/>
35
          <xs:element name="seconds" type="xs:int"/>
59
        </xsd:sequence>
36
        </xs:sequence>
60
      </xsd:complexType>
37
      </xs:complexType>
61
      <xsd:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
-
 
62
      <xsd:complexType name="getHostinfoResponse">
38
      <xs:complexType name="sleepResponse">
63
        <xsd:sequence>
39
        <xs:sequence>
64
          <xsd:element minOccurs="0" name="return" type="tns:hostinfo"/>
40
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
65
        </xsd:sequence>
41
        </xs:sequence>
66
      </xsd:complexType>
42
      </xs:complexType>
67
      <xsd:element name="sendMail" type="tns:sendMail"/>
-
 
68
      <xsd:complexType name="sendMail">
43
      <xs:complexType name="ReturnCodeType">
69
        <xsd:sequence>
44
        <xs:sequence>
70
          <xsd:element name="mailhost" type="ns0:connection"/>
-
 
71
          <xsd:element name="from" type="xsd:string"/>
45
          <xs:element name="returnCode" type="xs:int"/>
72
          <xsd:element name="to" type="xsd:string"/>
-
 
73
          <xsd:element minOccurs="0" name="cc" nillable="true" type="xsd:string"/>
46
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
74
          <xsd:element minOccurs="0" name="bcc" nillable="true" type="xsd:string"/>
47
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
75
          <xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
-
 
76
          <xsd:element minOccurs="0" name="mimetype" nillable="true" type="ns0:MailMimeType"/>
48
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
77
          <xsd:element minOccurs="0" name="charset" nillable="true" type="xsd:string"/>
-
 
78
          <xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
-
 
79
          <xsd:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
-
 
80
          <xsd:element name="useSSL" type="xsd:boolean"/>
-
 
81
          <xsd:element name="useStartTLS" type="xsd:boolean"/>
-
 
82
        </xsd:sequence>
-
 
83
      </xsd:complexType>
-
 
84
      <xsd:element name="sendMailResponse" type="tns:sendMailResponse"/>
-
 
85
      <xsd:complexType name="sendMailResponse">
-
 
86
        <xsd:sequence>
-
 
87
          <xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
88
        </xsd:sequence>
49
        </xs:sequence>
89
      </xsd:complexType>
50
      </xs:complexType>
90
      <xsd:element name="sleep" type="tns:sleep"/>
-
 
91
      <xsd:complexType name="sleep">
51
      <xs:complexType name="antProperty">
92
        <xsd:sequence>
52
        <xs:sequence>
93
          <xsd:element name="minutes" type="xsd:int"/>
53
          <xs:element name="name" type="xs:string"/>
94
          <xsd:element name="seconds" type="xsd:int"/>
54
          <xs:element name="value" type="xs:string"/>
95
        </xsd:sequence>
-
 
96
      </xsd:complexType>
-
 
97
      <xsd:element name="sleepResponse" type="tns:sleepResponse"/>
-
 
98
      <xsd:complexType name="sleepResponse">
-
 
99
        <xsd:sequence>
-
 
100
          <xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
-
 
101
        </xsd:sequence>
55
        </xs:sequence>
102
      </xsd:complexType>
56
      </xs:complexType>
103
      <xsd:element name="generateUUID" type="tns:generateUUID"/>
-
 
104
      <xsd:complexType name="generateUUID">
57
      <xs:complexType name="generateUUID">
105
        <xsd:sequence/>
58
        <xs:sequence/>
106
      </xsd:complexType>
59
      </xs:complexType>
107
      <xsd:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
-
 
108
      <xsd:complexType name="generateUUIDResponse">
60
      <xs:complexType name="generateUUIDResponse">
109
        <xsd:sequence>
61
        <xs:sequence>
110
          <xsd:element minOccurs="0" name="return" nillable="true" type="xsd:string"/>
62
          <xs:element minOccurs="0" name="return" type="xs:string"/>
111
        </xsd:sequence>
63
        </xs:sequence>
112
      </xsd:complexType>
64
      </xs:complexType>
113
      <xsd:element name="getInfo" type="tns:getInfo"/>
-
 
114
      <xsd:complexType name="getInfo">
65
      <xs:complexType name="getInfo">
115
        <xsd:sequence/>
66
        <xs:sequence/>
116
      </xsd:complexType>
67
      </xs:complexType>
117
      <xsd:element name="getInfoResponse" type="tns:getInfoResponse"/>
-
 
118
      <xsd:complexType name="getInfoResponse">
68
      <xs:complexType name="getInfoResponse">
119
        <xsd:sequence>
69
        <xs:sequence>
120
          <xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
70
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
121
        </xsd:sequence>
71
        </xs:sequence>
122
      </xsd:complexType>
-
 
123
    </xsd:schema>
-
 
124
    <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://types.xservices.brutex.net" xmlns:tns="http://types.xservices.brutex.net">
-
 
125
      <xsd:complexType name="connection">
-
 
126
        <xsd:sequence/>
-
 
127
      </xsd:complexType>
72
      </xs:complexType>
128
      <xsd:simpleType name="MailMimeType">
-
 
129
        <xsd:restriction base="xsd:string">
-
 
130
          <xsd:enumeration value="PLAIN"/>
-
 
131
          <xsd:enumeration value="HTML"/>
-
 
132
        </xsd:restriction>
-
 
133
      </xsd:simpleType>
-
 
134
    </xsd:schema>
73
    </xs:schema>
135
  </wsdl:types>
74
  </wsdl:types>
136
  <wsdl:message name="sendMailSimple">
75
  <wsdl:message name="sleepResponse">
137
    <wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part>
76
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
138
  </wsdl:message>
77
  </wsdl:message>
139
  <wsdl:message name="getHostinfo">
78
  <wsdl:message name="getHostinfo">
140
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
79
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
141
  </wsdl:message>
80
  </wsdl:message>
142
  <wsdl:message name="getInfoResponse">
81
  <wsdl:message name="getInfoResponse">
143
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
82
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
144
  </wsdl:message>
83
  </wsdl:message>
145
  <wsdl:message name="getHostinfoResponse">
-
 
146
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
-
 
147
  </wsdl:message>
-
 
148
  <wsdl:message name="sendMailSimpleResponse">
-
 
149
    <wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part>
-
 
150
  </wsdl:message>
-
 
151
  <wsdl:message name="generateUUIDResponse">
-
 
152
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
-
 
153
  </wsdl:message>
-
 
154
  <wsdl:message name="sendMailResponse">
-
 
155
    <wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part>
-
 
156
  </wsdl:message>
-
 
157
  <wsdl:message name="sleepResponse">
84
  <wsdl:message name="getInfo">
158
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
85
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
159
  </wsdl:message>
-
 
160
  <wsdl:message name="sendMailSimpleWithAttachment">
-
 
161
    <wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part>
-
 
162
  </wsdl:message>
86
  </wsdl:message>
163
  <wsdl:message name="sleep">
87
  <wsdl:message name="sleep">
164
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
88
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
165
  </wsdl:message>
89
  </wsdl:message>
166
  <wsdl:message name="getInfo">
90
  <wsdl:message name="getHostinfoResponse">
167
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
91
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
168
  </wsdl:message>
-
 
169
  <wsdl:message name="sendMail">
-
 
170
    <wsdl:part element="tns:sendMail" name="parameters"></wsdl:part>
-
 
171
  </wsdl:message>
92
  </wsdl:message>
172
  <wsdl:message name="generateUUID">
93
  <wsdl:message name="generateUUID">
173
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
94
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
174
  </wsdl:message>
95
  </wsdl:message>
175
  <wsdl:message name="sendMailSimpleWithAttachmentResponse">
96
  <wsdl:message name="generateUUIDResponse">
176
    <wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part>
97
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
177
  </wsdl:message>
98
  </wsdl:message>
178
  <wsdl:portType name="MiscService">
99
  <wsdl:portType name="MiscService">
179
    <wsdl:documentation>Various service operations.</wsdl:documentation>
100
    <wsdl:documentation>Various service operations.</wsdl:documentation>
180
    <wsdl:operation name="sendMailSimpleWithAttachment">
-
 
181
      <wsdl:documentation>Send an email with attachment (simple).</wsdl:documentation>
-
 
182
      <wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input>
-
 
183
      <wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output>
-
 
184
    </wsdl:operation>
-
 
185
    <wsdl:operation name="sendMailSimple">
-
 
186
      <wsdl:documentation>Send an email (simple).</wsdl:documentation>
-
 
187
      <wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input>
-
 
188
      <wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output>
-
 
189
    </wsdl:operation>
-
 
190
    <wsdl:operation name="getHostinfo">
101
    <wsdl:operation name="getHostinfo">
191
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
102
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
192
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
103
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
193
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
104
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
194
    </wsdl:operation>
105
    </wsdl:operation>
195
    <wsdl:operation name="sendMail">
-
 
196
      <wsdl:documentation>Send an email (advanced).</wsdl:documentation>
-
 
197
      <wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input>
-
 
198
      <wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output>
-
 
199
    </wsdl:operation>
-
 
200
    <wsdl:operation name="sleep">
106
    <wsdl:operation name="sleep">
201
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
107
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
202
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
108
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
203
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
109
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
204
    </wsdl:operation>
110
    </wsdl:operation>
Line 213... Line 119...
213
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
119
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
214
    </wsdl:operation>
120
    </wsdl:operation>
215
  </wsdl:portType>
121
  </wsdl:portType>
216
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
122
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
217
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
123
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
218
    <wsdl:operation name="sendMailSimpleWithAttachment">
-
 
219
      <soap:operation soapAction="" style="document"/>
-
 
220
      <wsdl:input name="sendMailSimpleWithAttachment">
-
 
221
        <soap:body use="literal"/>
-
 
222
      </wsdl:input>
-
 
223
      <wsdl:output name="sendMailSimpleWithAttachmentResponse">
-
 
224
        <soap:body use="literal"/>
-
 
225
      </wsdl:output>
-
 
226
    </wsdl:operation>
-
 
227
    <wsdl:operation name="getHostinfo">
124
    <wsdl:operation name="getHostinfo">
228
      <soap:operation soapAction="" style="document"/>
125
      <soap:operation soapAction="" style="document"/>
229
      <wsdl:input name="getHostinfo">
126
      <wsdl:input name="getHostinfo">
230
        <soap:body use="literal"/>
127
        <soap:body use="literal"/>
231
      </wsdl:input>
128
      </wsdl:input>
232
      <wsdl:output name="getHostinfoResponse">
129
      <wsdl:output name="getHostinfoResponse">
233
        <soap:body use="literal"/>
130
        <soap:body use="literal"/>
234
      </wsdl:output>
131
      </wsdl:output>
235
    </wsdl:operation>
132
    </wsdl:operation>
236
    <wsdl:operation name="sendMailSimple">
-
 
237
      <soap:operation soapAction="" style="document"/>
-
 
238
      <wsdl:input name="sendMailSimple">
-
 
239
        <soap:body use="literal"/>
-
 
240
      </wsdl:input>
-
 
241
      <wsdl:output name="sendMailSimpleResponse">
-
 
242
        <soap:body use="literal"/>
-
 
243
      </wsdl:output>
-
 
244
    </wsdl:operation>
-
 
245
    <wsdl:operation name="sendMail">
-
 
246
      <soap:operation soapAction="" style="document"/>
-
 
247
      <wsdl:input name="sendMail">
-
 
248
        <soap:body use="literal"/>
-
 
249
      </wsdl:input>
-
 
250
      <wsdl:output name="sendMailResponse">
-
 
251
        <soap:body use="literal"/>
-
 
252
      </wsdl:output>
-
 
253
    </wsdl:operation>
-
 
254
    <wsdl:operation name="sleep">
133
    <wsdl:operation name="sleep">
255
      <soap:operation soapAction="" style="document"/>
134
      <soap:operation soapAction="" style="document"/>
256
      <wsdl:input name="sleep">
135
      <wsdl:input name="sleep">
257
        <soap:body use="literal"/>
136
        <soap:body use="literal"/>
258
      </wsdl:input>
137
      </wsdl:input>
Line 282... Line 161...
282
  <wsdl:service name="MiscService">
161
  <wsdl:service name="MiscService">
283
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
162
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
284
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
163
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
285
    </wsdl:port>
164
    </wsdl:port>
286
  </wsdl:service>
165
  </wsdl:service>
287
</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: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">
166
</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="sleep" bindingOperationName="sleep" type="Request-Response" outputName="sleepResponse" inputName="sleep" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></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">
288
   <soapenv:Header/>
167
   <soapenv:Header/>
289
   <soapenv:Body>
168
   <soapenv:Body>
290
      <ws:getHostinfo>
169
      <ws:getInfo/>
291
         <!--Optional:-->
-
 
292
         <hostname>de3433</hostname>
-
 
293
      </ws:getHostinfo>
-
 
294
   </soapenv:Body>
170
   </soapenv:Body>
295
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getHostinfo"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
171
</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:operation></con:interface><con:testSuite name="Basic Call Tests"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="true" maxResults="0" name="Pull WSDL" searchProperties="true" id="2048fa40-8ecb-484e-98ff-6c50df26f33b"><con:settings/><con:testStep type="httprequest" name="http://localhost:8080/XServices/MiscService?WSDL"><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/MiscService?WSDL</con:endpoint><con:request/><con:assertion type="HTTP Download all resources" name="HTTP Download all resources"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>200</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:parameters/></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="getHostInfo" searchProperties="true" id="056daaec-9b00-4484-9326-f1f83de86500"><con:settings/><con:testStep type="request" name="getHostInfo-localhost"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-localhost"><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">
296
   <soapenv:Header/>
172
   <soapenv:Header/>
297
   <soapenv:Body>
173
   <soapenv:Body>
298
      <ws:getHostinfo>
174
      <ws:getHostinfo>
299
         <ws:hostname>google.com</ws:hostname>
-
 
300
      </ws:getHostinfo>
-
 
301
   </soapenv:Body>
-
 
302
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getHostinfo"/><con:wsrmConfig version="1.2"/></con:call></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">
-
 
303
   <soapenv:Header/>
-
 
304
   <soapenv:Body>
-
 
305
      <ws:sendMail>
-
 
306
         <useSSL>0</useSSL>
-
 
307
         <useStartTLS>0</useStartTLS>
-
 
308
      </ws:sendMail>
-
 
309
   </soapenv:Body>
-
 
310
</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:call name="Request 1"><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">
-
 
311
   <soapenv:Header/>
-
 
312
   <soapenv:Body>
-
 
313
      <ws:sendMailSimple>
-
 
314
         <!--Optional:-->
-
 
315
         <ws:mailhost/>
-
 
316
         <!--Optional:-->
175
         <!--Optional:-->
317
         <ws:from>?</ws:from>
-
 
318
         <!--Optional:-->
-
 
319
         <ws:to>?</ws:to>
-
 
320
         <!--Optional:-->
-
 
321
         <ws:subject>?</ws:subject>
-
 
322
         <!--Optional:-->
-
 
323
         <ws:message>?</ws:message>
-
 
324
      </ws:sendMailSimple>
-
 
325
   </soapenv:Body>
-
 
326
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimple"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
176
         <hostname>localhost</hostname>
327
   <soapenv:Header/>
-
 
328
   <soapenv:Body>
-
 
329
      <ws:sendMailSimple>
-
 
330
         <ws:mailhost/>
-
 
331
         <ws:from>?</ws:from>
-
 
332
         <ws:to>?</ws:to>
-
 
333
         <!--Optional:-->
-
 
334
         <ws:subject>?</ws:subject>
-
 
335
         <!--Optional:-->
-
 
336
         <ws:message>?</ws:message>
-
 
337
      </ws:sendMailSimple>
177
      </ws:getHostinfo>
338
   </soapenv:Body>
178
   </soapenv:Body>
339
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimple"/><con:wsrmConfig version="1.2"/></con:call></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:call name="Request 1"><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">
179
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-google.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-google.de"><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">
340
   <soapenv:Header/>
180
   <soapenv:Header/>
341
   <soapenv:Body>
181
   <soapenv:Body>
342
      <ws:sendMailSimpleWithAttachment>
-
 
343
         <!--Optional:-->
-
 
344
         <ws:mailhost/>
182
      <ws:getHostinfo>
345
         <!--Optional:-->
-
 
346
         <ws:from>?</ws:from>
-
 
347
         <!--Optional:-->
-
 
348
         <ws:to>?</ws:to>
-
 
349
         <!--Optional:-->
-
 
350
         <ws:subject>?</ws:subject>
-
 
351
         <!--Optional:-->
-
 
352
         <ws:message>?</ws:message>
-
 
353
         <!--Optional:-->
183
         <!--Optional:-->
354
         <ws:attachments/>
184
         <hostname>google.de</hostname>
355
      </ws:sendMailSimpleWithAttachment>
185
      </ws:getHostinfo>
356
   </soapenv:Body>
186
   </soapenv:Body>
357
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
187
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-heise.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-heise.de"><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">
358
   <soapenv:Header/>
188
   <soapenv:Header/>
359
   <soapenv:Body>
189
   <soapenv:Body>
360
      <ws:sendMailSimpleWithAttachment>
-
 
361
         <ws:mailhost/>
190
      <ws:getHostinfo>
362
         <ws:from>?</ws:from>
-
 
363
         <ws:to>?</ws:to>
-
 
364
         <!--Optional:-->
-
 
365
         <ws:subject>?</ws:subject>
-
 
366
         <!--Optional:-->
-
 
367
         <ws:message>?</ws:message>
-
 
368
         <!--Optional:-->
191
         <!--Optional:-->
369
         <ws:attachments/>
192
         <hostname>heise.de</hostname>
370
      </ws:sendMailSimpleWithAttachment>
193
      </ws:getHostinfo>
371
   </soapenv:Body>
194
   </soapenv:Body>
372
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 3"><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">
195
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-173.194.69.94"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-173.194.69.94"><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">
373
   <soapenv:Header/>
196
   <soapenv:Header/>
374
   <soapenv:Body>
197
   <soapenv:Body>
375
      <ws:sendMailSimpleWithAttachment>
-
 
376
         <ws:mailhost/>
198
      <ws:getHostinfo>
377
         <ws:from>?</ws:from>
-
 
378
         <ws:to>?</ws:to>
-
 
379
         <!--Optional:-->
-
 
380
         <ws:subject>?</ws:subject>
-
 
381
         <!--Optional:-->
-
 
382
         <ws:message>?</ws:message>
-
 
383
         <!--Optional:-->
199
         <!--Optional:-->
384
         <ws:attachments/>
200
         <hostname>173.194.69.94</hostname>
385
      </ws:sendMailSimpleWithAttachment>
201
      </ws:getHostinfo>
386
   </soapenv:Body>
202
   </soapenv:Body>
387
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 4"><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">
203
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Various" searchProperties="true" id="e27d7c3a-54eb-4709-a3a6-25383ddecc99"><con:settings/><con:testStep type="request" name="GetUUID"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>generateUUID</con:operation><con:request name="GetUUID"><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">
388
   <soapenv:Header/>
204
   <soapenv:Header/>
389
   <soapenv:Body>
205
   <soapenv:Body>
390
      <ws:sendMailSimpleWithAttachment>
-
 
391
         <ws:mailhost/>
-
 
392
         <ws:from>?</ws:from>
-
 
393
         <ws:to>?</ws:to>
-
 
394
         <!--Optional:-->
-
 
395
         <ws:subject>?</ws:subject>
-
 
396
         <!--Optional:-->
-
 
397
         <ws:message>?</ws:message>
-
 
398
         <!--Optional:-->
-
 
399
         <ws:fileset/>
206
      <ws:generateUUID/>
400
      </ws:sendMailSimpleWithAttachment>
-
 
401
   </soapenv:Body>
207
   </soapenv:Body>
402
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call></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">
208
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-short"><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-short"><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">
403
   <soapenv:Header/>
209
   <soapenv:Header/>
404
   <soapenv:Body>
210
   <soapenv:Body>
405
      <ws:sleep>
211
      <ws:sleep>
406
         <minutes>0</minutes>
212
         <minutes>0</minutes>
407
         <seconds>15</seconds>
213
         <seconds>4</seconds>
408
      </ws:sleep>
214
      </ws:sleep>
409
   </soapenv:Body>
215
   </soapenv:Body>
410
</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">
216
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>4100</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getInfo"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getInfo</con:operation><con:request name="getInfo"><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">
411
   <soapenv:Header/>
217
   <soapenv:Header/>
412
   <soapenv:Body>
218
   <soapenv:Body>
413
      <ws:getInfo/>
219
      <ws:getInfo/>
414
   </soapenv:Body>
220
   </soapenv:Body>
415
</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">
221
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-long"><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-long"><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">
416
   <soapenv:Header/>
222
   <soapenv:Header/>
417
   <soapenv:Body>
223
   <soapenv:Body>
418
      <ws:generateUUID/>
224
      <ws:sleep>
-
 
225
         <minutes>2</minutes>
-
 
226
         <seconds>0</seconds>
-
 
227
      </ws:sleep>
419
   </soapenv:Body>
228
   </soapenv:Body>
420
</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">
229
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>120200</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-verylong"><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-verylong"><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">
421
   <soapenv:Header/>
230
   <soapenv:Header/>
422
   <soapenv:Body>
231
   <soapenv:Body>
423
      <ws:sleep>
232
      <ws:sleep>
424
         <minutes>0</minutes>
233
         <minutes>6</minutes>
425
         <seconds>15</seconds>
234
         <seconds>32</seconds>
426
      </ws:sleep>
235
      </ws:sleep>
427
   </soapenv:Body>
236
   </soapenv:Body>
428
</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>
-
 
429
 
237
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties/><con:wssContainer/></con:soapui-project>
-
 
238
 
430
Generated by GNU Enscript 1.6.5.90.
239
Generated by GNU Enscript 1.6.5.90.