64 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
83 |
brianR |
2 |
<con:soapui-project name="MiscService" resourceRoot="" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="MiscServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}MiscServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/MiscService?WSDL"><con:part><con:url>http://localhost:8080/XServices/MiscService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="MiscService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
3 |
<wsdl:types>
|
|
|
4 |
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns0="http://types.xservices.brutex.net">
|
|
|
5 |
<xsd:import namespace="http://types.xservices.brutex.net"/>
|
|
|
6 |
<xsd:complexType name="FileSetType">
|
|
|
7 |
<xsd:sequence/>
|
|
|
8 |
</xsd:complexType>
|
|
|
9 |
<xsd:complexType name="hostinfo">
|
|
|
10 |
<xsd:sequence>
|
|
|
11 |
<xsd:element minOccurs="0" name="domain" nillable="true" type="xsd:string"/>
|
|
|
12 |
<xsd:element minOccurs="0" name="ip4" nillable="true" type="xsd:string"/>
|
|
|
13 |
<xsd:element minOccurs="0" name="ip6" nillable="true" type="xsd:string"/>
|
|
|
14 |
<xsd:element minOccurs="0" name="name" nillable="true" type="xsd:string"/>
|
|
|
15 |
</xsd:sequence>
|
|
|
16 |
</xsd:complexType>
|
|
|
17 |
<xsd:complexType name="ReturnCodeType">
|
|
|
18 |
<xsd:sequence>
|
|
|
19 |
<xsd:element minOccurs="0" name="stdOut" nillable="true" type="xsd:string"/>
|
|
|
20 |
</xsd:sequence>
|
|
|
21 |
</xsd:complexType>
|
|
|
22 |
<xsd:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/>
|
|
|
23 |
<xsd:complexType name="sendMailSimpleWithAttachment">
|
|
|
24 |
<xsd:sequence>
|
|
|
25 |
<xsd:element name="mailhost" type="ns0:connection"/>
|
|
|
26 |
<xsd:element name="from" type="xsd:string"/>
|
|
|
27 |
<xsd:element name="to" type="xsd:string"/>
|
|
|
28 |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
|
|
|
29 |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
|
|
|
30 |
<xsd:element minOccurs="0" name="fileset" type="tns:FileSetType"/>
|
|
|
31 |
</xsd:sequence>
|
|
|
32 |
</xsd:complexType>
|
|
|
33 |
<xsd:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/>
|
|
|
34 |
<xsd:complexType name="sendMailSimpleWithAttachmentResponse">
|
|
|
35 |
<xsd:sequence>
|
|
|
36 |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
37 |
</xsd:sequence>
|
|
|
38 |
</xsd:complexType>
|
|
|
39 |
<xsd:element name="sendMailSimple" type="tns:sendMailSimple"/>
|
|
|
40 |
<xsd:complexType name="sendMailSimple">
|
|
|
41 |
<xsd:sequence>
|
|
|
42 |
<xsd:element name="mailhost" type="ns0:connection"/>
|
|
|
43 |
<xsd:element name="from" type="xsd:string"/>
|
|
|
44 |
<xsd:element name="to" type="xsd:string"/>
|
|
|
45 |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
|
|
|
46 |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
|
|
|
47 |
</xsd:sequence>
|
|
|
48 |
</xsd:complexType>
|
|
|
49 |
<xsd:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/>
|
|
|
50 |
<xsd:complexType name="sendMailSimpleResponse">
|
|
|
51 |
<xsd:sequence>
|
|
|
52 |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
53 |
</xsd:sequence>
|
|
|
54 |
</xsd:complexType>
|
|
|
55 |
<xsd:element name="getHostinfo" type="tns:getHostinfo"/>
|
|
|
56 |
<xsd:complexType name="getHostinfo">
|
|
|
57 |
<xsd:sequence>
|
|
|
58 |
<xsd:element name="hostname" type="xsd:string"/>
|
|
|
59 |
</xsd:sequence>
|
|
|
60 |
</xsd:complexType>
|
|
|
61 |
<xsd:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/>
|
|
|
62 |
<xsd:complexType name="getHostinfoResponse">
|
|
|
63 |
<xsd:sequence>
|
|
|
64 |
<xsd:element minOccurs="0" name="return" type="tns:hostinfo"/>
|
|
|
65 |
</xsd:sequence>
|
|
|
66 |
</xsd:complexType>
|
|
|
67 |
<xsd:element name="sendMail" type="tns:sendMail"/>
|
|
|
68 |
<xsd:complexType name="sendMail">
|
|
|
69 |
<xsd:sequence>
|
|
|
70 |
<xsd:element name="mailhost" type="ns0:connection"/>
|
|
|
71 |
<xsd:element name="from" type="xsd:string"/>
|
|
|
72 |
<xsd:element name="to" type="xsd:string"/>
|
|
|
73 |
<xsd:element minOccurs="0" name="cc" nillable="true" type="xsd:string"/>
|
|
|
74 |
<xsd:element minOccurs="0" name="bcc" nillable="true" type="xsd:string"/>
|
|
|
75 |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/>
|
|
|
76 |
<xsd:element minOccurs="0" name="mimetype" nillable="true" type="ns0:MailMimeType"/>
|
|
|
77 |
<xsd:element minOccurs="0" name="charset" nillable="true" type="xsd:string"/>
|
|
|
78 |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/>
|
|
|
79 |
<xsd:element minOccurs="0" name="attachments" type="tns:FileSetType"/>
|
|
|
80 |
<xsd:element name="useSSL" type="xsd:boolean"/>
|
|
|
81 |
<xsd:element name="useStartTLS" type="xsd:boolean"/>
|
|
|
82 |
</xsd:sequence>
|
|
|
83 |
</xsd:complexType>
|
|
|
84 |
<xsd:element name="sendMailResponse" type="tns:sendMailResponse"/>
|
|
|
85 |
<xsd:complexType name="sendMailResponse">
|
|
|
86 |
<xsd:sequence>
|
|
|
87 |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
88 |
</xsd:sequence>
|
|
|
89 |
</xsd:complexType>
|
|
|
90 |
<xsd:element name="sleep" type="tns:sleep"/>
|
|
|
91 |
<xsd:complexType name="sleep">
|
|
|
92 |
<xsd:sequence>
|
|
|
93 |
<xsd:element name="minutes" type="xsd:int"/>
|
|
|
94 |
<xsd:element name="seconds" type="xsd:int"/>
|
|
|
95 |
</xsd:sequence>
|
|
|
96 |
</xsd:complexType>
|
|
|
97 |
<xsd:element name="sleepResponse" type="tns:sleepResponse"/>
|
|
|
98 |
<xsd:complexType name="sleepResponse">
|
|
|
99 |
<xsd:sequence>
|
|
|
100 |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
101 |
</xsd:sequence>
|
|
|
102 |
</xsd:complexType>
|
|
|
103 |
<xsd:element name="generateUUID" type="tns:generateUUID"/>
|
|
|
104 |
<xsd:complexType name="generateUUID">
|
|
|
105 |
<xsd:sequence/>
|
|
|
106 |
</xsd:complexType>
|
|
|
107 |
<xsd:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/>
|
|
|
108 |
<xsd:complexType name="generateUUIDResponse">
|
|
|
109 |
<xsd:sequence>
|
|
|
110 |
<xsd:element minOccurs="0" name="return" nillable="true" type="xsd:string"/>
|
|
|
111 |
</xsd:sequence>
|
|
|
112 |
</xsd:complexType>
|
|
|
113 |
<xsd:element name="getInfo" type="tns:getInfo"/>
|
|
|
114 |
<xsd:complexType name="getInfo">
|
|
|
115 |
<xsd:sequence/>
|
|
|
116 |
</xsd:complexType>
|
|
|
117 |
<xsd:element name="getInfoResponse" type="tns:getInfoResponse"/>
|
|
|
118 |
<xsd:complexType name="getInfoResponse">
|
|
|
119 |
<xsd:sequence>
|
|
|
120 |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/>
|
|
|
121 |
</xsd:sequence>
|
|
|
122 |
</xsd:complexType>
|
|
|
123 |
</xsd:schema>
|
|
|
124 |
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://types.xservices.brutex.net" xmlns:tns="http://types.xservices.brutex.net">
|
|
|
125 |
<xsd:complexType name="connection">
|
|
|
126 |
<xsd:sequence/>
|
|
|
127 |
</xsd:complexType>
|
|
|
128 |
<xsd:simpleType name="MailMimeType">
|
|
|
129 |
<xsd:restriction base="xsd:string">
|
|
|
130 |
<xsd:enumeration value="PLAIN"/>
|
|
|
131 |
<xsd:enumeration value="HTML"/>
|
|
|
132 |
</xsd:restriction>
|
|
|
133 |
</xsd:simpleType>
|
|
|
134 |
</xsd:schema>
|
|
|
135 |
</wsdl:types>
|
|
|
136 |
<wsdl:message name="sendMailSimple">
|
|
|
137 |
<wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part>
|
|
|
138 |
</wsdl:message>
|
|
|
139 |
<wsdl:message name="getHostinfo">
|
|
|
140 |
<wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
|
|
|
141 |
</wsdl:message>
|
|
|
142 |
<wsdl:message name="getInfoResponse">
|
|
|
143 |
<wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part>
|
|
|
144 |
</wsdl:message>
|
|
|
145 |
<wsdl:message name="getHostinfoResponse">
|
|
|
146 |
<wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part>
|
|
|
147 |
</wsdl:message>
|
|
|
148 |
<wsdl:message name="sendMailSimpleResponse">
|
|
|
149 |
<wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part>
|
|
|
150 |
</wsdl:message>
|
|
|
151 |
<wsdl:message name="generateUUIDResponse">
|
|
|
152 |
<wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part>
|
|
|
153 |
</wsdl:message>
|
|
|
154 |
<wsdl:message name="sendMailResponse">
|
|
|
155 |
<wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part>
|
|
|
156 |
</wsdl:message>
|
|
|
157 |
<wsdl:message name="sleepResponse">
|
|
|
158 |
<wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part>
|
|
|
159 |
</wsdl:message>
|
|
|
160 |
<wsdl:message name="sendMailSimpleWithAttachment">
|
|
|
161 |
<wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part>
|
|
|
162 |
</wsdl:message>
|
|
|
163 |
<wsdl:message name="sleep">
|
|
|
164 |
<wsdl:part element="tns:sleep" name="parameters"></wsdl:part>
|
|
|
165 |
</wsdl:message>
|
|
|
166 |
<wsdl:message name="getInfo">
|
|
|
167 |
<wsdl:part element="tns:getInfo" name="parameters"></wsdl:part>
|
|
|
168 |
</wsdl:message>
|
|
|
169 |
<wsdl:message name="sendMail">
|
|
|
170 |
<wsdl:part element="tns:sendMail" name="parameters"></wsdl:part>
|
|
|
171 |
</wsdl:message>
|
|
|
172 |
<wsdl:message name="generateUUID">
|
|
|
173 |
<wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part>
|
|
|
174 |
</wsdl:message>
|
|
|
175 |
<wsdl:message name="sendMailSimpleWithAttachmentResponse">
|
|
|
176 |
<wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part>
|
|
|
177 |
</wsdl:message>
|
|
|
178 |
<wsdl:portType name="MiscService">
|
|
|
179 |
<wsdl:documentation>Various service operations.</wsdl:documentation>
|
|
|
180 |
<wsdl:operation name="sendMailSimpleWithAttachment">
|
|
|
181 |
<wsdl:documentation>Send an email with attachment (simple).</wsdl:documentation>
|
|
|
182 |
<wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input>
|
|
|
183 |
<wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output>
|
|
|
184 |
</wsdl:operation>
|
|
|
185 |
<wsdl:operation name="sendMailSimple">
|
|
|
186 |
<wsdl:documentation>Send an email (simple).</wsdl:documentation>
|
|
|
187 |
<wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input>
|
|
|
188 |
<wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output>
|
|
|
189 |
</wsdl:operation>
|
|
|
190 |
<wsdl:operation name="getHostinfo">
|
|
|
191 |
<wsdl:documentation>Get information about a host.</wsdl:documentation>
|
|
|
192 |
<wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input>
|
|
|
193 |
<wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output>
|
|
|
194 |
</wsdl:operation>
|
|
|
195 |
<wsdl:operation name="sendMail">
|
|
|
196 |
<wsdl:documentation>Send an email (advanced).</wsdl:documentation>
|
|
|
197 |
<wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input>
|
|
|
198 |
<wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output>
|
|
|
199 |
</wsdl:operation>
|
|
|
200 |
<wsdl:operation name="sleep">
|
|
|
201 |
<wsdl:documentation>Delay request response a specified duration.</wsdl:documentation>
|
|
|
202 |
<wsdl:input message="tns:sleep" name="sleep"></wsdl:input>
|
|
|
203 |
<wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
|
|
|
204 |
</wsdl:operation>
|
|
|
205 |
<wsdl:operation name="generateUUID">
|
|
|
206 |
<wsdl:documentation>Generate a UUID.</wsdl:documentation>
|
|
|
207 |
<wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
|
|
|
208 |
<wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
|
|
|
209 |
</wsdl:operation>
|
|
|
210 |
<wsdl:operation name="getInfo">
|
|
|
211 |
<wsdl:documentation>Get XService information.</wsdl:documentation>
|
|
|
212 |
<wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
|
|
|
213 |
<wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
|
|
|
214 |
</wsdl:operation>
|
|
|
215 |
</wsdl:portType>
|
|
|
216 |
<wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService">
|
|
|
217 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
218 |
<wsdl:operation name="sendMailSimpleWithAttachment">
|
|
|
219 |
<soap:operation soapAction="" style="document"/>
|
|
|
220 |
<wsdl:input name="sendMailSimpleWithAttachment">
|
|
|
221 |
<soap:body use="literal"/>
|
|
|
222 |
</wsdl:input>
|
|
|
223 |
<wsdl:output name="sendMailSimpleWithAttachmentResponse">
|
|
|
224 |
<soap:body use="literal"/>
|
|
|
225 |
</wsdl:output>
|
|
|
226 |
</wsdl:operation>
|
|
|
227 |
<wsdl:operation name="getHostinfo">
|
|
|
228 |
<soap:operation soapAction="" style="document"/>
|
|
|
229 |
<wsdl:input name="getHostinfo">
|
|
|
230 |
<soap:body use="literal"/>
|
|
|
231 |
</wsdl:input>
|
|
|
232 |
<wsdl:output name="getHostinfoResponse">
|
|
|
233 |
<soap:body use="literal"/>
|
|
|
234 |
</wsdl:output>
|
|
|
235 |
</wsdl:operation>
|
|
|
236 |
<wsdl:operation name="sendMailSimple">
|
|
|
237 |
<soap:operation soapAction="" style="document"/>
|
|
|
238 |
<wsdl:input name="sendMailSimple">
|
|
|
239 |
<soap:body use="literal"/>
|
|
|
240 |
</wsdl:input>
|
|
|
241 |
<wsdl:output name="sendMailSimpleResponse">
|
|
|
242 |
<soap:body use="literal"/>
|
|
|
243 |
</wsdl:output>
|
|
|
244 |
</wsdl:operation>
|
|
|
245 |
<wsdl:operation name="sendMail">
|
|
|
246 |
<soap:operation soapAction="" style="document"/>
|
|
|
247 |
<wsdl:input name="sendMail">
|
|
|
248 |
<soap:body use="literal"/>
|
|
|
249 |
</wsdl:input>
|
|
|
250 |
<wsdl:output name="sendMailResponse">
|
|
|
251 |
<soap:body use="literal"/>
|
|
|
252 |
</wsdl:output>
|
|
|
253 |
</wsdl:operation>
|
|
|
254 |
<wsdl:operation name="sleep">
|
|
|
255 |
<soap:operation soapAction="" style="document"/>
|
|
|
256 |
<wsdl:input name="sleep">
|
|
|
257 |
<soap:body use="literal"/>
|
|
|
258 |
</wsdl:input>
|
|
|
259 |
<wsdl:output name="sleepResponse">
|
|
|
260 |
<soap:body use="literal"/>
|
|
|
261 |
</wsdl:output>
|
|
|
262 |
</wsdl:operation>
|
|
|
263 |
<wsdl:operation name="generateUUID">
|
|
|
264 |
<soap:operation soapAction="" style="document"/>
|
|
|
265 |
<wsdl:input name="generateUUID">
|
|
|
266 |
<soap:body use="literal"/>
|
|
|
267 |
</wsdl:input>
|
|
|
268 |
<wsdl:output name="generateUUIDResponse">
|
|
|
269 |
<soap:body use="literal"/>
|
|
|
270 |
</wsdl:output>
|
|
|
271 |
</wsdl:operation>
|
|
|
272 |
<wsdl:operation name="getInfo">
|
|
|
273 |
<soap:operation soapAction="" style="document"/>
|
|
|
274 |
<wsdl:input name="getInfo">
|
|
|
275 |
<soap:body use="literal"/>
|
|
|
276 |
</wsdl:input>
|
|
|
277 |
<wsdl:output name="getInfoResponse">
|
|
|
278 |
<soap:body use="literal"/>
|
|
|
279 |
</wsdl:output>
|
|
|
280 |
</wsdl:operation>
|
|
|
281 |
</wsdl:binding>
|
|
|
282 |
<wsdl:service name="MiscService">
|
|
|
283 |
<wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
|
|
|
284 |
<soap:address location="http://localhost:8080/XServices/MiscService"/>
|
|
|
285 |
</wsdl:port>
|
|
|
286 |
</wsdl:service>
|
|
|
287 |
</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: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: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">
|
64 |
brianR |
288 |
<soapenv:Header/>
|
|
|
289 |
<soapenv:Body>
|
83 |
brianR |
290 |
<ws:getHostinfo>
|
|
|
291 |
<!--Optional:-->
|
|
|
292 |
<hostname>de3433</hostname>
|
|
|
293 |
</ws:getHostinfo>
|
|
|
294 |
</soapenv:Body>
|
|
|
295 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getHostinfo"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
|
|
|
296 |
<soapenv:Header/>
|
|
|
297 |
<soapenv:Body>
|
|
|
298 |
<ws:getHostinfo>
|
|
|
299 |
<ws:hostname>google.com</ws:hostname>
|
|
|
300 |
</ws:getHostinfo>
|
|
|
301 |
</soapenv:Body>
|
|
|
302 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getHostinfo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMail" bindingOperationName="sendMail" type="Request-Response" outputName="sendMailResponse" inputName="sendMail" 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">
|
|
|
303 |
<soapenv:Header/>
|
|
|
304 |
<soapenv:Body>
|
64 |
brianR |
305 |
<ws:sendMail>
|
|
|
306 |
<useSSL>0</useSSL>
|
|
|
307 |
<useStartTLS>0</useStartTLS>
|
|
|
308 |
</ws:sendMail>
|
|
|
309 |
</soapenv:Body>
|
83 |
brianR |
310 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMail"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMailSimple" bindingOperationName="sendMailSimple" type="Request-Response" outputName="sendMailSimpleResponse" inputName="sendMailSimple" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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 |
311 |
<soapenv:Header/>
|
|
|
312 |
<soapenv:Body>
|
83 |
brianR |
313 |
<ws:sendMailSimple>
|
|
|
314 |
<!--Optional:-->
|
|
|
315 |
<ws:mailhost/>
|
|
|
316 |
<!--Optional:-->
|
|
|
317 |
<ws:from>?</ws:from>
|
|
|
318 |
<!--Optional:-->
|
|
|
319 |
<ws:to>?</ws:to>
|
|
|
320 |
<!--Optional:-->
|
|
|
321 |
<ws:subject>?</ws:subject>
|
|
|
322 |
<!--Optional:-->
|
|
|
323 |
<ws:message>?</ws:message>
|
|
|
324 |
</ws:sendMailSimple>
|
|
|
325 |
</soapenv:Body>
|
|
|
326 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimple"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
|
|
|
327 |
<soapenv:Header/>
|
|
|
328 |
<soapenv:Body>
|
|
|
329 |
<ws:sendMailSimple>
|
|
|
330 |
<ws:mailhost/>
|
|
|
331 |
<ws:from>?</ws:from>
|
|
|
332 |
<ws:to>?</ws:to>
|
|
|
333 |
<!--Optional:-->
|
|
|
334 |
<ws:subject>?</ws:subject>
|
|
|
335 |
<!--Optional:-->
|
|
|
336 |
<ws:message>?</ws:message>
|
|
|
337 |
</ws:sendMailSimple>
|
|
|
338 |
</soapenv:Body>
|
|
|
339 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimple"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMailSimpleWithAttachment" bindingOperationName="sendMailSimpleWithAttachment" type="Request-Response" outputName="sendMailSimpleWithAttachmentResponse" inputName="sendMailSimpleWithAttachment" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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">
|
|
|
340 |
<soapenv:Header/>
|
|
|
341 |
<soapenv:Body>
|
|
|
342 |
<ws:sendMailSimpleWithAttachment>
|
|
|
343 |
<!--Optional:-->
|
|
|
344 |
<ws:mailhost/>
|
|
|
345 |
<!--Optional:-->
|
|
|
346 |
<ws:from>?</ws:from>
|
|
|
347 |
<!--Optional:-->
|
|
|
348 |
<ws:to>?</ws:to>
|
|
|
349 |
<!--Optional:-->
|
|
|
350 |
<ws:subject>?</ws:subject>
|
|
|
351 |
<!--Optional:-->
|
|
|
352 |
<ws:message>?</ws:message>
|
|
|
353 |
<!--Optional:-->
|
|
|
354 |
<ws:attachments/>
|
|
|
355 |
</ws:sendMailSimpleWithAttachment>
|
|
|
356 |
</soapenv:Body>
|
|
|
357 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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">
|
|
|
358 |
<soapenv:Header/>
|
|
|
359 |
<soapenv:Body>
|
|
|
360 |
<ws:sendMailSimpleWithAttachment>
|
|
|
361 |
<ws:mailhost/>
|
|
|
362 |
<ws:from>?</ws:from>
|
|
|
363 |
<ws:to>?</ws:to>
|
|
|
364 |
<!--Optional:-->
|
|
|
365 |
<ws:subject>?</ws:subject>
|
|
|
366 |
<!--Optional:-->
|
|
|
367 |
<ws:message>?</ws:message>
|
|
|
368 |
<!--Optional:-->
|
|
|
369 |
<ws:attachments/>
|
|
|
370 |
</ws:sendMailSimpleWithAttachment>
|
|
|
371 |
</soapenv:Body>
|
|
|
372 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 3"><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">
|
|
|
373 |
<soapenv:Header/>
|
|
|
374 |
<soapenv:Body>
|
|
|
375 |
<ws:sendMailSimpleWithAttachment>
|
|
|
376 |
<ws:mailhost/>
|
|
|
377 |
<ws:from>?</ws:from>
|
|
|
378 |
<ws:to>?</ws:to>
|
|
|
379 |
<!--Optional:-->
|
|
|
380 |
<ws:subject>?</ws:subject>
|
|
|
381 |
<!--Optional:-->
|
|
|
382 |
<ws:message>?</ws:message>
|
|
|
383 |
<!--Optional:-->
|
|
|
384 |
<ws:attachments/>
|
|
|
385 |
</ws:sendMailSimpleWithAttachment>
|
|
|
386 |
</soapenv:Body>
|
|
|
387 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 4"><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">
|
|
|
388 |
<soapenv:Header/>
|
|
|
389 |
<soapenv:Body>
|
|
|
390 |
<ws:sendMailSimpleWithAttachment>
|
|
|
391 |
<ws:mailhost/>
|
|
|
392 |
<ws:from>?</ws:from>
|
|
|
393 |
<ws:to>?</ws:to>
|
|
|
394 |
<!--Optional:-->
|
|
|
395 |
<ws:subject>?</ws:subject>
|
|
|
396 |
<!--Optional:-->
|
|
|
397 |
<ws:message>?</ws:message>
|
|
|
398 |
<!--Optional:-->
|
|
|
399 |
<ws:fileset/>
|
|
|
400 |
</ws:sendMailSimpleWithAttachment>
|
|
|
401 |
</soapenv:Body>
|
|
|
402 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call></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: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">
|
|
|
403 |
<soapenv:Header/>
|
|
|
404 |
<soapenv:Body>
|
64 |
brianR |
405 |
<ws:sleep>
|
|
|
406 |
<minutes>0</minutes>
|
|
|
407 |
<seconds>15</seconds>
|
|
|
408 |
</ws:sleep>
|
|
|
409 |
</soapenv:Body>
|
76 |
brianR |
410 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sleep"/><con:wsrmConfig version="1.2"/></con:call></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">
|
64 |
brianR |
411 |
<soapenv:Header/>
|
|
|
412 |
<soapenv:Body>
|
|
|
413 |
<ws:getInfo/>
|
|
|
414 |
</soapenv:Body>
|
83 |
brianR |
415 |
</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: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">
|
|
|
416 |
<soapenv:Header/>
|
|
|
417 |
<soapenv:Body>
|
|
|
418 |
<ws:generateUUID/>
|
|
|
419 |
</soapenv:Body>
|
76 |
brianR |
420 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/generateUUID"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="TestSuite 1"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="TestCase 1" searchProperties="true"><con:settings/><con:testStep type="request" name="sleep - Request 1"><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 - Request 1" outgoingWss="" incomingWss="" timeout="" wssPasswordType=""><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">
|
64 |
brianR |
421 |
<soapenv:Header/>
|
|
|
422 |
<soapenv:Body>
|
|
|
423 |
<ws:sleep>
|
|
|
424 |
<minutes>0</minutes>
|
|
|
425 |
<seconds>15</seconds>
|
|
|
426 |
</ws:sleep>
|
|
|
427 |
</soapenv:Body>
|
|
|
428 |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" name="SOAP Response"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/sleep"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="LoadTest 1"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>5</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>60</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Simple</con:type><con:config><testDelay>1000</testDelay><randomFactor>0.5</randomFactor></con:config></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties/><con:wssContainer/></con:soapui-project>
|