Subversion Repositories XServices

Rev

Rev 83 | Rev 87 | 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"?>
84 brianR 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">
83 brianR 3
  <wsdl:types>
84 brianR 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="sleep" type="tns:sleep"/>
13
      <xs:element name="sleepResponse" type="tns:sleepResponse"/>
14
      <xs:complexType name="getHostinfo">
15
        <xs:sequence>
16
          <xs:element minOccurs="0" name="hostname" type="xs:string"/>
17
        </xs:sequence>
18
      </xs:complexType>
19
      <xs:complexType name="getHostinfoResponse">
20
        <xs:sequence>
21
          <xs:element minOccurs="0" name="return" type="tns:hostinfoType"/>
22
        </xs:sequence>
23
      </xs:complexType>
24
      <xs:complexType name="hostinfoType">
25
        <xs:sequence>
26
          <xs:element minOccurs="0" name="domain" type="xs:string"/>
27
          <xs:element minOccurs="0" name="ip4" type="xs:string"/>
28
          <xs:element minOccurs="0" name="ip6" type="xs:string"/>
29
          <xs:element minOccurs="0" name="name" type="xs:string"/>
30
        </xs:sequence>
31
      </xs:complexType>
32
      <xs:complexType name="sleep">
33
        <xs:sequence>
34
          <xs:element name="minutes" type="xs:int"/>
35
          <xs:element name="seconds" type="xs:int"/>
36
        </xs:sequence>
37
      </xs:complexType>
38
      <xs:complexType name="sleepResponse">
39
        <xs:sequence>
40
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
41
        </xs:sequence>
42
      </xs:complexType>
43
      <xs:complexType name="ReturnCodeType">
44
        <xs:sequence>
45
          <xs:element name="returnCode" type="xs:int"/>
46
          <xs:element minOccurs="0" name="stdOut" type="xs:string"/>
47
          <xs:element minOccurs="0" name="stdErr" type="xs:string"/>
48
          <xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/>
49
        </xs:sequence>
50
      </xs:complexType>
51
      <xs:complexType name="antProperty">
52
        <xs:sequence>
53
          <xs:element name="name" type="xs:string"/>
54
          <xs:element name="value" type="xs:string"/>
55
        </xs:sequence>
56
      </xs:complexType>
57
      <xs:complexType name="generateUUID">
58
        <xs:sequence/>
59
      </xs:complexType>
60
      <xs:complexType name="generateUUIDResponse">
61
        <xs:sequence>
62
          <xs:element minOccurs="0" name="return" type="xs:string"/>
63
        </xs:sequence>
64
      </xs:complexType>
65
      <xs:complexType name="getInfo">
66
        <xs:sequence/>
67
      </xs:complexType>
68
      <xs:complexType name="getInfoResponse">
69
        <xs:sequence>
70
          <xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
71
        </xs:sequence>
72
      </xs:complexType>
73
    </xs:schema>
83 brianR 74
  </wsdl:types>
84 brianR 75
  <wsdl:message name="sleepResponse">
76
    <wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
83 brianR 77
  </wsdl:message>
78
  <wsdl:message name="getHostinfo">
79
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
80
  </wsdl:message>
81
  <wsdl:message name="getInfoResponse">
82
    <wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
83
  </wsdl:message>
84 brianR 84
  <wsdl:message name="getInfo">
85
    <wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
83 brianR 86
  </wsdl:message>
87
  <wsdl:message name="sleep">
88
    <wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
89
  </wsdl:message>
84 brianR 90
  <wsdl:message name="getHostinfoResponse">
91
    <wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
83 brianR 92
  </wsdl:message>
93
  <wsdl:message name="generateUUID">
94
    <wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
95
  </wsdl:message>
84 brianR 96
  <wsdl:message name="generateUUIDResponse">
97
    <wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
83 brianR 98
  </wsdl:message>
99
  <wsdl:portType name="MiscService">
100
    <wsdl:documentation>Various service operations.</wsdl:documentation>
101
    <wsdl:operation name="getHostinfo">
102
      <wsdl:documentation>Get information about a host.</wsdl:documentation>
103
      <wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
104
      <wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
105
    </wsdl:operation>
106
    <wsdl:operation name="sleep">
107
      <wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
108
      <wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
109
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
110
    </wsdl:operation>
111
    <wsdl:operation name="generateUUID">
112
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
113
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
114
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
115
    </wsdl:operation>
116
    <wsdl:operation name="getInfo">
117
      <wsdl:documentation>Get XService information.</wsdl:documentation>
118
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
119
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
120
    </wsdl:operation>
121
  </wsdl:portType>
122
  <wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
123
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
124
    <wsdl:operation name="getHostinfo">
125
      <soap:operation soapAction="" style="document"/>
126
      <wsdl:input name="getHostinfo">
127
        <soap:body use="literal"/>
128
      </wsdl:input>
129
      <wsdl:output name="getHostinfoResponse">
130
        <soap:body use="literal"/>
131
      </wsdl:output>
132
    </wsdl:operation>
133
    <wsdl:operation name="sleep">
134
      <soap:operation soapAction="" style="document"/>
135
      <wsdl:input name="sleep">
136
        <soap:body use="literal"/>
137
      </wsdl:input>
138
      <wsdl:output name="sleepResponse">
139
        <soap:body use="literal"/>
140
      </wsdl:output>
141
    </wsdl:operation>
142
    <wsdl:operation name="generateUUID">
143
      <soap:operation soapAction="" style="document"/>
144
      <wsdl:input name="generateUUID">
145
        <soap:body use="literal"/>
146
      </wsdl:input>
147
      <wsdl:output name="generateUUIDResponse">
148
        <soap:body use="literal"/>
149
      </wsdl:output>
150
    </wsdl:operation>
151
    <wsdl:operation name="getInfo">
152
      <soap:operation soapAction="" style="document"/>
153
      <wsdl:input name="getInfo">
154
        <soap:body use="literal"/>
155
      </wsdl:input>
156
      <wsdl:output name="getInfoResponse">
157
        <soap:body use="literal"/>
158
      </wsdl:output>
159
    </wsdl:operation>
160
  </wsdl:binding>
161
  <wsdl:service name="MiscService">
162
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
163
      <soap:address location="http://localhost:8080/XServices/MiscService"/>
164
    </wsdl:port>
165
  </wsdl:service>
84 brianR 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">
64 brianR 167
   <soapenv:Header/>
168
   <soapenv:Body>
84 brianR 169
      <ws:getInfo/>
83 brianR 170
   </soapenv:Body>
84 brianR 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">
83 brianR 172
   <soapenv:Header/>
173
   <soapenv:Body>
174
      <ws:getHostinfo>
84 brianR 175
         <!--Optional:-->
176
         <hostname>localhost</hostname>
83 brianR 177
      </ws:getHostinfo>
178
   </soapenv:Body>
84 brianR 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">
83 brianR 180
   <soapenv:Header/>
181
   <soapenv:Body>
84 brianR 182
      <ws:getHostinfo>
83 brianR 183
         <!--Optional:-->
84 brianR 184
         <hostname>google.de</hostname>
185
      </ws:getHostinfo>
83 brianR 186
   </soapenv:Body>
84 brianR 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">
83 brianR 188
   <soapenv:Header/>
189
   <soapenv:Body>
84 brianR 190
      <ws:getHostinfo>
83 brianR 191
         <!--Optional:-->
84 brianR 192
         <hostname>heise.de</hostname>
193
      </ws:getHostinfo>
83 brianR 194
   </soapenv:Body>
84 brianR 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">
83 brianR 196
   <soapenv:Header/>
197
   <soapenv:Body>
84 brianR 198
      <ws:getHostinfo>
83 brianR 199
         <!--Optional:-->
84 brianR 200
         <hostname>173.194.69.94</hostname>
201
      </ws:getHostinfo>
83 brianR 202
   </soapenv:Body>
84 brianR 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">
83 brianR 204
   <soapenv:Header/>
205
   <soapenv:Body>
84 brianR 206
      <ws:generateUUID/>
83 brianR 207
   </soapenv:Body>
84 brianR 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">
83 brianR 209
   <soapenv:Header/>
210
   <soapenv:Body>
64 brianR 211
      <ws:sleep>
212
         <minutes>0</minutes>
84 brianR 213
         <seconds>4</seconds>
64 brianR 214
      </ws:sleep>
215
   </soapenv:Body>
84 brianR 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">
64 brianR 217
   <soapenv:Header/>
218
   <soapenv:Body>
219
      <ws:getInfo/>
220
   </soapenv:Body>
84 brianR 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">
83 brianR 222
   <soapenv:Header/>
223
   <soapenv:Body>
84 brianR 224
      <ws:sleep>
225
         <minutes>2</minutes>
226
         <seconds>0</seconds>
227
      </ws:sleep>
83 brianR 228
   </soapenv:Body>
84 brianR 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">
64 brianR 230
   <soapenv:Header/>
231
   <soapenv:Body>
232
      <ws:sleep>
84 brianR 233
         <minutes>6</minutes>
234
         <seconds>32</seconds>
64 brianR 235
      </ws:sleep>
236
   </soapenv:Body>
84 brianR 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>