Line 7... |
Line 7... |
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"/>
|
Line 27... |
Line 29... |
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>
|
Line 73... |
Line 86... |
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>
|
Line 101... |
Line 120... |
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>
|
Line 128... |
Line 152... |
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>
|
Line 166... |
Line 199... |
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"><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"><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"><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"><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"><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"><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"><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>
|
Line 232... |
Line 270... |
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"><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 |
|