Subversion Repositories XServices

Rev

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

Rev 84 Rev 87
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="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">
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
    <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">
5
      <xs:element name="antProperty" type="tns:antProperty"/>
5
      <xs:element name="antProperty" type="tns:antProperty"/>
6
      <xs:element name="generateUUID" type="tns:generateUUID"/>
6
      <xs:element name="generateUUID" type="tns:generateUUID"/>
7
      <xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
7
      <xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
8
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
8
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
9
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
9
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
10
      <xs:element name="getInfo" type="tns:getInfo"/>
10
      <xs:element name="getInfo" type="tns:getInfo"/>
11
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
11
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
-
 
12
      <xs:element name="getMemory" type="tns:getMemory"/>
-
 
13
      <xs:element name="getMemoryResponse" type="tns:getMemoryResponse"/>
12
      <xs:element name="sleep" type="tns:sleep"/>
14
      <xs:element name="sleep" type="tns:sleep"/>
13
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
15
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
14
      <xs:complexType name="getHostinfo">
16
      <xs:complexType name="getHostinfo">
15
        <xs:sequence>
17
        <xs:sequence>
16
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
18
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
17
        </xs:sequence>
19
        </xs:sequence>
18
      </xs:complexType>
20
      </xs:complexType>
19
      <xs:complexType name="getHostinfoResponse">
21
      <xs:complexType name="getHostinfoResponse">
20
        <xs:sequence>
22
        <xs:sequence>
21
          <xs:element minOccurs="0" name="return" type="tns:hostinfoType"/>
23
          <xs:element minOccurs="0" name="return" type="tns:hostinfoType"/>
22
        </xs:sequence>
24
        </xs:sequence>
23
      </xs:complexType>
25
      </xs:complexType>
24
      <xs:complexType name="hostinfoType">
26
      <xs:complexType name="hostinfoType">
25
        <xs:sequence>
27
        <xs:sequence>
26
          <xs:element minOccurs="0" name="domain" type="xs:string"/>
28
          <xs:element minOccurs="0" name="domain" type="xs:string"/>
27
          <xs:element minOccurs="0" name="ip4" type="xs:string"/>
29
          <xs:element minOccurs="0" name="ip4" type="xs:string"/>
28
          <xs:element minOccurs="0" name="ip6" type="xs:string"/>
30
          <xs:element minOccurs="0" name="ip6" type="xs:string"/>
29
          <xs:element minOccurs="0" name="name" type="xs:string"/>
31
          <xs:element minOccurs="0" name="name" type="xs:string"/>
30
        </xs:sequence>
32
        </xs:sequence>
31
      </xs:complexType>
33
      </xs:complexType>
-
 
34
      <xs:complexType name="getMemory">
-
 
35
        <xs:sequence/>
-
 
36
      </xs:complexType>
-
 
37
      <xs:complexType name="getMemoryResponse">
-
 
38
        <xs:sequence>
-
 
39
          <xs:element minOccurs="0" name="return" type="tns:runtimeInfoType"/>
-
 
40
        </xs:sequence>
-
 
41
      </xs:complexType>
-
 
42
      <xs:complexType name="runtimeInfoType">
-
 
43
        <xs:sequence/>
-
 
44
      </xs:complexType>
32
      <xs:complexType name="sleep">
45
      <xs:complexType name="sleep">
33
        <xs:sequence>
46
        <xs:sequence>
34
          <xs:element name="minutes" type="xs:int"/>
47
          <xs:element name="minutes" type="xs:int"/>
35
          <xs:element name="seconds" type="xs:int"/>
48
          <xs:element name="seconds" type="xs:int"/>
36
        </xs:sequence>
49
        </xs:sequence>
37
      </xs:complexType>
50
      </xs:complexType>
38
      <xs:complexType name="sleepResponse">
51
      <xs:complexType name="sleepResponse">
39
        <xs:sequence>
52
        <xs:sequence>
40
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
53
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
41
        </xs:sequence>
54
        </xs:sequence>
42
      </xs:complexType>
55
      </xs:complexType>
43
      <xs:complexType name="ReturnCodeType">
56
      <xs:complexType name="ReturnCodeType">
44
        <xs:sequence>
57
        <xs:sequence>
45
          <xs:element name="returnCode" type="xs:int"/>
58
          <xs:element name="returnCode" type="xs:int"/>
46
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
59
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
47
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
60
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
48
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
61
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
49
        </xs:sequence>
62
        </xs:sequence>
50
      </xs:complexType>
63
      </xs:complexType>
51
      <xs:complexType name="antProperty">
64
      <xs:complexType name="antProperty">
52
        <xs:sequence>
65
        <xs:sequence>
53
          <xs:element name="name" type="xs:string"/>
66
          <xs:element name="name" type="xs:string"/>
54
          <xs:element name="value" type="xs:string"/>
67
          <xs:element name="value" type="xs:string"/>
55
        </xs:sequence>
68
        </xs:sequence>
56
      </xs:complexType>
69
      </xs:complexType>
57
      <xs:complexType name="generateUUID">
70
      <xs:complexType name="generateUUID">
58
        <xs:sequence/>
71
        <xs:sequence/>
59
      </xs:complexType>
72
      </xs:complexType>
60
      <xs:complexType name="generateUUIDResponse">
73
      <xs:complexType name="generateUUIDResponse">
61
        <xs:sequence>
74
        <xs:sequence>
62
          <xs:element minOccurs="0" name="return" type="xs:string"/>
75
          <xs:element minOccurs="0" name="return" type="xs:string"/>
63
        </xs:sequence>
76
        </xs:sequence>
64
      </xs:complexType>
77
      </xs:complexType>
65
      <xs:complexType name="getInfo">
78
      <xs:complexType name="getInfo">
66
        <xs:sequence/>
79
        <xs:sequence/>
67
      </xs:complexType>
80
      </xs:complexType>
68
      <xs:complexType name="getInfoResponse">
81
      <xs:complexType name="getInfoResponse">
69
        <xs:sequence>
82
        <xs:sequence>
70
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
83
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
71
        </xs:sequence>
84
        </xs:sequence>
72
      </xs:complexType>
85
      </xs:complexType>
73
    </xs:schema>
86
    </xs:schema>
74
  </wsdl:types>
87
  </wsdl:types>
75
  <wsdl:message name="sleepResponse">
88
  <wsdl:message name="sleepResponse">
76
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
89
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
77
  </wsdl:message>
90
  </wsdl:message>
-
 
91
  <wsdl:message name="getMemory">
-
 
92
    <wsdl:part element="tns:getMemory" name="parameters"></wsdl:part>
-
 
93
  </wsdl:message>
-
 
94
  <wsdl:message name="getMemoryResponse">
-
 
95
    <wsdl:part element="tns:getMemoryResponse" name="parameters"></wsdl:part>
-
 
96
  </wsdl:message>
78
  <wsdl:message name="getHostinfo">
97
  <wsdl:message name="getHostinfo">
79
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
98
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
80
  </wsdl:message>
99
  </wsdl:message>
81
  <wsdl:message name="getInfoResponse">
100
  <wsdl:message name="getInfoResponse">
82
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
101
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
83
  </wsdl:message>
102
  </wsdl:message>
84
  <wsdl:message name="getInfo">
103
  <wsdl:message name="getInfo">
85
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
104
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
86
  </wsdl:message>
105
  </wsdl:message>
87
  <wsdl:message name="sleep">
106
  <wsdl:message name="sleep">
88
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
107
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
89
  </wsdl:message>
108
  </wsdl:message>
90
  <wsdl:message name="getHostinfoResponse">
109
  <wsdl:message name="getHostinfoResponse">
91
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
110
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
92
  </wsdl:message>
111
  </wsdl:message>
93
  <wsdl:message name="generateUUID">
112
  <wsdl:message name="generateUUID">
94
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
113
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
95
  </wsdl:message>
114
  </wsdl:message>
96
  <wsdl:message name="generateUUIDResponse">
115
  <wsdl:message name="generateUUIDResponse">
97
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
116
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
98
  </wsdl:message>
117
  </wsdl:message>
99
  <wsdl:portType name="MiscService">
118
  <wsdl:portType name="MiscService">
100
    <wsdl:documentation>Various service operations.</wsdl:documentation>
119
    <wsdl:documentation>Various service operations.</wsdl:documentation>
101
    <wsdl:operation name="getHostinfo">
120
    <wsdl:operation name="getHostinfo">
102
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
121
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
103
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
122
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
104
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
123
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
105
    </wsdl:operation>
124
    </wsdl:operation>
-
 
125
    <wsdl:operation name="getMemory">
-
 
126
      <wsdl:documentation>Get memory and processor information</wsdl:documentation>
-
 
127
      <wsdl:input message="tns:getMemory" name="getMemory"></wsdl:input>
-
 
128
      <wsdl:output message="tns:getMemoryResponse" name="getMemoryResponse"></wsdl:output>
-
 
129
    </wsdl:operation>
106
    <wsdl:operation name="sleep">
130
    <wsdl:operation name="sleep">
107
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
131
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
108
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
132
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
109
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
133
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
110
    </wsdl:operation>
134
    </wsdl:operation>
111
    <wsdl:operation name="generateUUID">
135
    <wsdl:operation name="generateUUID">
112
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
136
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
113
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
137
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
114
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
138
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
115
    </wsdl:operation>
139
    </wsdl:operation>
116
    <wsdl:operation name="getInfo">
140
    <wsdl:operation name="getInfo">
117
      <wsdl:documentation>Get XService information.</wsdl:documentation>
141
      <wsdl:documentation>Get XService information.</wsdl:documentation>
118
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
142
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
119
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
143
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
120
    </wsdl:operation>
144
    </wsdl:operation>
121
  </wsdl:portType>
145
  </wsdl:portType>
122
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
146
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
123
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
147
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
124
    <wsdl:operation name="getHostinfo">
148
    <wsdl:operation name="getHostinfo">
125
      <soap:operation soapAction="" style="document"/>
149
      <soap:operation soapAction="" style="document"/>
126
      <wsdl:input name="getHostinfo">
150
      <wsdl:input name="getHostinfo">
127
        <soap:body use="literal"/>
151
        <soap:body use="literal"/>
128
      </wsdl:input>
152
      </wsdl:input>
129
      <wsdl:output name="getHostinfoResponse">
153
      <wsdl:output name="getHostinfoResponse">
130
        <soap:body use="literal"/>
154
        <soap:body use="literal"/>
131
      </wsdl:output>
155
      </wsdl:output>
132
    </wsdl:operation>
156
    </wsdl:operation>
-
 
157
    <wsdl:operation name="getMemory">
-
 
158
      <soap:operation soapAction="" style="document"/>
-
 
159
      <wsdl:input name="getMemory">
-
 
160
        <soap:body use="literal"/>
-
 
161
      </wsdl:input>
-
 
162
      <wsdl:output name="getMemoryResponse">
-
 
163
        <soap:body use="literal"/>
-
 
164
      </wsdl:output>
-
 
165
    </wsdl:operation>
133
    <wsdl:operation name="sleep">
166
    <wsdl:operation name="sleep">
134
      <soap:operation soapAction="" style="document"/>
167
      <soap:operation soapAction="" style="document"/>
135
      <wsdl:input name="sleep">
168
      <wsdl:input name="sleep">
136
        <soap:body use="literal"/>
169
        <soap:body use="literal"/>
137
      </wsdl:input>
170
      </wsdl:input>
138
      <wsdl:output name="sleepResponse">
171
      <wsdl:output name="sleepResponse">
139
        <soap:body use="literal"/>
172
        <soap:body use="literal"/>
140
      </wsdl:output>
173
      </wsdl:output>
141
    </wsdl:operation>
174
    </wsdl:operation>
142
    <wsdl:operation name="generateUUID">
175
    <wsdl:operation name="generateUUID">
143
      <soap:operation soapAction="" style="document"/>
176
      <soap:operation soapAction="" style="document"/>
144
      <wsdl:input name="generateUUID">
177
      <wsdl:input name="generateUUID">
145
        <soap:body use="literal"/>
178
        <soap:body use="literal"/>
146
      </wsdl:input>
179
      </wsdl:input>
147
      <wsdl:output name="generateUUIDResponse">
180
      <wsdl:output name="generateUUIDResponse">
148
        <soap:body use="literal"/>
181
        <soap:body use="literal"/>
149
      </wsdl:output>
182
      </wsdl:output>
150
    </wsdl:operation>
183
    </wsdl:operation>
151
    <wsdl:operation name="getInfo">
184
    <wsdl:operation name="getInfo">
152
      <soap:operation soapAction="" style="document"/>
185
      <soap:operation soapAction="" style="document"/>
153
      <wsdl:input name="getInfo">
186
      <wsdl:input name="getInfo">
154
        <soap:body use="literal"/>
187
        <soap:body use="literal"/>
155
      </wsdl:input>
188
      </wsdl:input>
156
      <wsdl:output name="getInfoResponse">
189
      <wsdl:output name="getInfoResponse">
157
        <soap:body use="literal"/>
190
        <soap:body use="literal"/>
158
      </wsdl:output>
191
      </wsdl:output>
159
    </wsdl:operation>
192
    </wsdl:operation>
160
  </wsdl:binding>
193
  </wsdl:binding>
161
  <wsdl:service name="MiscService">
194
  <wsdl:service name="MiscService">
162
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
195
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
163
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
196
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
164
    </wsdl:port>
197
    </wsdl:port>
165
  </wsdl:service>
198
  </wsdl:service>
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">
199
</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">
167
   <soapenv:Header/>
200
   <soapenv:Header/>
168
   <soapenv:Body>
201
   <soapenv:Body>
169
      <ws:getInfo/>
202
      <ws:getInfo/>
170
   </soapenv:Body>
203
   </soapenv:Body>
-
 
204
</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:operation isOneWay="false" action="" name="getMemory" bindingOperationName="getMemory" type="Request-Response" outputName="getMemoryResponse" inputName="getMemory" 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">
-
 
205
   <soapenv:Header/>
-
 
206
   <soapenv:Body>
-
 
207
      <ws:getMemory/>
-
 
208
   </soapenv:Body>
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">
209
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getMemory"/><con:wsrmConfig version="1.2"/></con:call></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">
172
   <soapenv:Header/>
210
   <soapenv:Header/>
173
   <soapenv:Body>
211
   <soapenv:Body>
174
      <ws:getHostinfo>
212
      <ws:getHostinfo>
175
         <!--Optional:-->
213
         <!--Optional:-->
176
         <hostname>localhost</hostname>
214
         <hostname>localhost</hostname>
177
      </ws:getHostinfo>
215
      </ws:getHostinfo>
178
   </soapenv:Body>
216
   </soapenv:Body>
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">
217
</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">
180
   <soapenv:Header/>
218
   <soapenv:Header/>
181
   <soapenv:Body>
219
   <soapenv:Body>
182
      <ws:getHostinfo>
220
      <ws:getHostinfo>
183
         <!--Optional:-->
221
         <!--Optional:-->
184
         <hostname>google.de</hostname>
222
         <hostname>google.de</hostname>
185
      </ws:getHostinfo>
223
      </ws:getHostinfo>
186
   </soapenv:Body>
224
   </soapenv:Body>
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">
225
</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">
188
   <soapenv:Header/>
226
   <soapenv:Header/>
189
   <soapenv:Body>
227
   <soapenv:Body>
190
      <ws:getHostinfo>
228
      <ws:getHostinfo>
191
         <!--Optional:-->
229
         <!--Optional:-->
192
         <hostname>heise.de</hostname>
230
         <hostname>heise.de</hostname>
193
      </ws:getHostinfo>
231
      </ws:getHostinfo>
194
   </soapenv:Body>
232
   </soapenv:Body>
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">
233
</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">
196
   <soapenv:Header/>
234
   <soapenv:Header/>
197
   <soapenv:Body>
235
   <soapenv:Body>
198
      <ws:getHostinfo>
236
      <ws:getHostinfo>
199
         <!--Optional:-->
237
         <!--Optional:-->
200
         <hostname>173.194.69.94</hostname>
238
         <hostname>173.194.69.94</hostname>
201
      </ws:getHostinfo>
239
      </ws:getHostinfo>
202
   </soapenv:Body>
240
   </soapenv:Body>
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">
241
</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">
204
   <soapenv:Header/>
242
   <soapenv:Header/>
205
   <soapenv:Body>
243
   <soapenv:Body>
206
      <ws:generateUUID/>
244
      <ws:generateUUID/>
207
   </soapenv:Body>
245
   </soapenv:Body>
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">
246
</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">
209
   <soapenv:Header/>
247
   <soapenv:Header/>
210
   <soapenv:Body>
248
   <soapenv:Body>
211
      <ws:sleep>
249
      <ws:sleep>
212
         <minutes>0</minutes>
250
         <minutes>0</minutes>
213
         <seconds>4</seconds>
251
         <seconds>4</seconds>
214
      </ws:sleep>
252
      </ws:sleep>
215
   </soapenv:Body>
253
   </soapenv:Body>
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">
254
</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">
217
   <soapenv:Header/>
255
   <soapenv:Header/>
218
   <soapenv:Body>
256
   <soapenv:Body>
219
      <ws:getInfo/>
257
      <ws:getInfo/>
220
   </soapenv:Body>
258
   </soapenv:Body>
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">
259
</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">
222
   <soapenv:Header/>
260
   <soapenv:Header/>
223
   <soapenv:Body>
261
   <soapenv:Body>
224
      <ws:sleep>
262
      <ws:sleep>
225
         <minutes>2</minutes>
263
         <minutes>2</minutes>
226
         <seconds>0</seconds>
264
         <seconds>0</seconds>
227
      </ws:sleep>
265
      </ws:sleep>
228
   </soapenv:Body>
266
   </soapenv:Body>
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">
267
</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">
230
   <soapenv:Header/>
268
   <soapenv:Header/>
231
   <soapenv:Body>
269
   <soapenv:Body>
232
      <ws:sleep>
270
      <ws:sleep>
233
         <minutes>6</minutes>
271
         <minutes>6</minutes>
234
         <seconds>32</seconds>
272
         <seconds>32</seconds>
235
      </ws:sleep>
273
      </ws:sleep>
236
   </soapenv:Body>
274
   </soapenv:Body>
-
 
275
</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="getMemory"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getMemory</con:operation><con:request name="getMemory"><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">
-
 
276
   <soapenv:Header/>
-
 
277
   <soapenv:Body>
-
 
278
      <ws:getMemory/>
-
 
279
   </soapenv:Body>
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>
280
</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
 
281
 
239
Generated by GNU Enscript 1.6.5.90.
282
Generated by GNU Enscript 1.6.5.90.
240
 
283
 
241
 
284