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