Subversion Repositories XServices

Rev

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

Rev Author Line No. Line
64 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
177 brianR 2
<con:soapui-project name="MiscService" resourceRoot="" soapui-version="5.0.0" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" 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">
88 brianR 3
  <wsdl:types>
4
    <xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
5
      <xs:element name="antProperty" type="tns:antProperty"/>
6
      <xs:element name="generateUUID" type="tns:generateUUID"/>
7
      <xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
8
      <xs:element name="getHostinfo" type="tns:getHostinfo"/>
9
      <xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
10
      <xs:element name="getInfo" type="tns:getInfo"/>
11
      <xs:element name="getInfoResponse" type="tns:getInfoResponse"/>
12
      <xs:element name="getMemory" type="tns:getMemory"/>
13
      <xs:element name="getMemoryResponse" type="tns:getMemoryResponse"/>
14
      <xs:element name="sleep" type="tns:sleep"/>
15
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
16
      <xs:complexType name="getHostinfo">
17
        <xs:sequence>
18
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
19
        </xs:sequence>
20
      </xs:complexType>
21
      <xs:complexType name="getHostinfoResponse">
22
        <xs:sequence>
23
          <xs:element minOccurs="0" name="return" type="tns:hostinfoType"/>
24
        </xs:sequence>
25
      </xs:complexType>
26
      <xs:complexType name="hostinfoType">
27
        <xs:sequence>
28
          <xs:element minOccurs="0" name="domain" type="xs:string"/>
29
          <xs:element minOccurs="0" name="ip4" type="xs:string"/>
30
          <xs:element minOccurs="0" name="ip6" type="xs:string"/>
31
          <xs:element minOccurs="0" name="name" type="xs:string"/>
32
        </xs:sequence>
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>
45
      <xs:complexType name="sleep">
46
        <xs:sequence>
47
          <xs:element name="minutes" type="xs:int"/>
48
          <xs:element name="seconds" type="xs:int"/>
49
        </xs:sequence>
50
      </xs:complexType>
51
      <xs:complexType name="sleepResponse">
52
        <xs:sequence>
53
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
54
        </xs:sequence>
55
      </xs:complexType>
56
      <xs:complexType name="ReturnCodeType">
57
        <xs:sequence>
58
          <xs:element name="returnCode" type="xs:int"/>
59
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
60
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
61
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
62
        </xs:sequence>
63
      </xs:complexType>
64
      <xs:complexType name="antProperty">
65
        <xs:sequence>
66
          <xs:element name="name" type="xs:string"/>
67
          <xs:element name="value" type="xs:string"/>
68
        </xs:sequence>
69
      </xs:complexType>
70
      <xs:complexType name="generateUUID">
71
        <xs:sequence/>
72
      </xs:complexType>
73
      <xs:complexType name="generateUUIDResponse">
74
        <xs:sequence>
75
          <xs:element minOccurs="0" name="return" type="xs:string"/>
76
        </xs:sequence>
77
      </xs:complexType>
78
      <xs:complexType name="getInfo">
79
        <xs:sequence/>
80
      </xs:complexType>
81
      <xs:complexType name="getInfoResponse">
82
        <xs:sequence>
83
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
84
        </xs:sequence>
85
      </xs:complexType>
86
    </xs:schema>
87
  </wsdl:types>
88
  <wsdl:message name="sleepResponse">
89
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
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>
97
  <wsdl:message name="getHostinfo">
98
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
99
  </wsdl:message>
100
  <wsdl:message name="getInfoResponse">
101
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
102
  </wsdl:message>
103
  <wsdl:message name="getInfo">
104
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
105
  </wsdl:message>
106
  <wsdl:message name="sleep">
107
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
108
  </wsdl:message>
109
  <wsdl:message name="getHostinfoResponse">
110
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
111
  </wsdl:message>
112
  <wsdl:message name="generateUUID">
113
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
114
  </wsdl:message>
115
  <wsdl:message name="generateUUIDResponse">
116
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
117
  </wsdl:message>
118
  <wsdl:portType name="MiscService">
119
    <wsdl:documentation>Various service operations.</wsdl:documentation>
120
    <wsdl:operation name="getHostinfo">
121
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
122
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
123
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
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>
130
    <wsdl:operation name="sleep">
131
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
132
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
133
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
134
    </wsdl:operation>
135
    <wsdl:operation name="generateUUID">
136
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
137
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
138
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
139
    </wsdl:operation>
140
    <wsdl:operation name="getInfo">
141
      <wsdl:documentation>Get XService information.</wsdl:documentation>
142
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
143
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
144
    </wsdl:operation>
145
  </wsdl:portType>
146
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
147
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
148
    <wsdl:operation name="getHostinfo">
149
      <soap:operation soapAction="" style="document"/>
150
      <wsdl:input name="getHostinfo">
151
        <soap:body use="literal"/>
152
      </wsdl:input>
153
      <wsdl:output name="getHostinfoResponse">
154
        <soap:body use="literal"/>
155
      </wsdl:output>
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>
166
    <wsdl:operation name="sleep">
167
      <soap:operation soapAction="" style="document"/>
168
      <wsdl:input name="sleep">
169
        <soap:body use="literal"/>
170
      </wsdl:input>
171
      <wsdl:output name="sleepResponse">
172
        <soap:body use="literal"/>
173
      </wsdl:output>
174
    </wsdl:operation>
175
    <wsdl:operation name="generateUUID">
176
      <soap:operation soapAction="" style="document"/>
177
      <wsdl:input name="generateUUID">
178
        <soap:body use="literal"/>
179
      </wsdl:input>
180
      <wsdl:output name="generateUUIDResponse">
181
        <soap:body use="literal"/>
182
      </wsdl:output>
183
    </wsdl:operation>
184
    <wsdl:operation name="getInfo">
185
      <soap:operation soapAction="" style="document"/>
186
      <wsdl:input name="getInfo">
187
        <soap:body use="literal"/>
188
      </wsdl:input>
189
      <wsdl:output name="getInfoResponse">
190
        <soap:body use="literal"/>
191
      </wsdl:output>
192
    </wsdl:operation>
193
  </wsdl:binding>
194
  <wsdl:service name="MiscService">
195
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
196
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
197
    </wsdl:port>
198
  </wsdl:service>
84 brianR 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">
64 brianR 200
   <soapenv:Header/>
201
   <soapenv:Body>
84 brianR 202
      <ws:getInfo/>
83 brianR 203
   </soapenv:Body>
88 brianR 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>
87 brianR 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">
83 brianR 210
   <soapenv:Header/>
211
   <soapenv:Body>
212
      <ws:getHostinfo>
84 brianR 213
         <!--Optional:-->
214
         <hostname>localhost</hostname>
83 brianR 215
      </ws:getHostinfo>
216
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 218
   <soapenv:Header/>
219
   <soapenv:Body>
84 brianR 220
      <ws:getHostinfo>
83 brianR 221
         <!--Optional:-->
84 brianR 222
         <hostname>google.de</hostname>
223
      </ws:getHostinfo>
83 brianR 224
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 226
   <soapenv:Header/>
227
   <soapenv:Body>
84 brianR 228
      <ws:getHostinfo>
83 brianR 229
         <!--Optional:-->
84 brianR 230
         <hostname>heise.de</hostname>
231
      </ws:getHostinfo>
83 brianR 232
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 234
   <soapenv:Header/>
235
   <soapenv:Body>
84 brianR 236
      <ws:getHostinfo>
83 brianR 237
         <!--Optional:-->
84 brianR 238
         <hostname>173.194.69.94</hostname>
239
      </ws:getHostinfo>
83 brianR 240
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 242
   <soapenv:Header/>
243
   <soapenv:Body>
84 brianR 244
      <ws:generateUUID/>
83 brianR 245
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 247
   <soapenv:Header/>
248
   <soapenv:Body>
64 brianR 249
      <ws:sleep>
250
         <minutes>0</minutes>
84 brianR 251
         <seconds>4</seconds>
64 brianR 252
      </ws:sleep>
253
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
64 brianR 255
   <soapenv:Header/>
256
   <soapenv:Body>
257
      <ws:getInfo/>
258
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
83 brianR 260
   <soapenv:Header/>
261
   <soapenv:Body>
84 brianR 262
      <ws:sleep>
263
         <minutes>2</minutes>
264
         <seconds>0</seconds>
265
      </ws:sleep>
83 brianR 266
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
64 brianR 268
   <soapenv:Header/>
269
   <soapenv:Body>
270
      <ws:sleep>
84 brianR 271
         <minutes>6</minutes>
272
         <seconds>32</seconds>
64 brianR 273
      </ws:sleep>
274
   </soapenv:Body>
94 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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">
88 brianR 276
   <soapenv:Header/>
277
   <soapenv:Body>
278
      <ws:getMemory/>
279
   </soapenv:Body>
177 brianR 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:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><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:oAuth2ProfileContainer/></con:soapui-project>