1,140 → 1,79 |
<?xml version="1.0" encoding="UTF-8"?> |
<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"> |
<con:soapui-project name="MiscService" resourceRoot="" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="MiscServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}MiscServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/MiscService?WSDL"><con:part><con:url>http://localhost:8080/XServices/MiscService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="MiscService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
<wsdl:types> |
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns0="http://types.xservices.brutex.net"> |
<xsd:import namespace="http://types.xservices.brutex.net"/> |
<xsd:complexType name="FileSetType"> |
<xsd:sequence/> |
</xsd:complexType> |
<xsd:complexType name="hostinfo"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="domain" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="ip4" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="ip6" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="name" nillable="true" type="xsd:string"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:complexType name="ReturnCodeType"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="stdOut" nillable="true" type="xsd:string"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/> |
<xsd:complexType name="sendMailSimpleWithAttachment"> |
<xsd:sequence> |
<xsd:element name="mailhost" type="ns0:connection"/> |
<xsd:element name="from" type="xsd:string"/> |
<xsd:element name="to" type="xsd:string"/> |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/> |
<xsd:complexType name="sendMailSimpleWithAttachmentResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMailSimple" type="tns:sendMailSimple"/> |
<xsd:complexType name="sendMailSimple"> |
<xsd:sequence> |
<xsd:element name="mailhost" type="ns0:connection"/> |
<xsd:element name="from" type="xsd:string"/> |
<xsd:element name="to" type="xsd:string"/> |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/> |
<xsd:complexType name="sendMailSimpleResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="getHostinfo" type="tns:getHostinfo"/> |
<xsd:complexType name="getHostinfo"> |
<xsd:sequence> |
<xsd:element name="hostname" type="xsd:string"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/> |
<xsd:complexType name="getHostinfoResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:hostinfo"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMail" type="tns:sendMail"/> |
<xsd:complexType name="sendMail"> |
<xsd:sequence> |
<xsd:element name="mailhost" type="ns0:connection"/> |
<xsd:element name="from" type="xsd:string"/> |
<xsd:element name="to" type="xsd:string"/> |
<xsd:element minOccurs="0" name="cc" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="bcc" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="subject" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="mimetype" nillable="true" type="ns0:MailMimeType"/> |
<xsd:element minOccurs="0" name="charset" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="message" nillable="true" type="xsd:string"/> |
<xsd:element minOccurs="0" name="attachments" type="tns:FileSetType"/> |
<xsd:element name="useSSL" type="xsd:boolean"/> |
<xsd:element name="useStartTLS" type="xsd:boolean"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sendMailResponse" type="tns:sendMailResponse"/> |
<xsd:complexType name="sendMailResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sleep" type="tns:sleep"/> |
<xsd:complexType name="sleep"> |
<xsd:sequence> |
<xsd:element name="minutes" type="xsd:int"/> |
<xsd:element name="seconds" type="xsd:int"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="sleepResponse" type="tns:sleepResponse"/> |
<xsd:complexType name="sleepResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="generateUUID" type="tns:generateUUID"/> |
<xsd:complexType name="generateUUID"> |
<xsd:sequence/> |
</xsd:complexType> |
<xsd:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/> |
<xsd:complexType name="generateUUIDResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" nillable="true" type="xsd:string"/> |
</xsd:sequence> |
</xsd:complexType> |
<xsd:element name="getInfo" type="tns:getInfo"/> |
<xsd:complexType name="getInfo"> |
<xsd:sequence/> |
</xsd:complexType> |
<xsd:element name="getInfoResponse" type="tns:getInfoResponse"/> |
<xsd:complexType name="getInfoResponse"> |
<xsd:sequence> |
<xsd:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xsd:sequence> |
</xsd:complexType> |
</xsd:schema> |
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://types.xservices.brutex.net" xmlns:tns="http://types.xservices.brutex.net"> |
<xsd:complexType name="connection"> |
<xsd:sequence/> |
</xsd:complexType> |
<xsd:simpleType name="MailMimeType"> |
<xsd:restriction base="xsd:string"> |
<xsd:enumeration value="PLAIN"/> |
<xsd:enumeration value="HTML"/> |
</xsd:restriction> |
</xsd:simpleType> |
</xsd:schema> |
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
<xs:element name="antProperty" type="tns:antProperty"/> |
<xs:element name="generateUUID" type="tns:generateUUID"/> |
<xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/> |
<xs:element name="getHostinfo" type="tns:getHostinfo"/> |
<xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/> |
<xs:element name="getInfo" type="tns:getInfo"/> |
<xs:element name="getInfoResponse" type="tns:getInfoResponse"/> |
<xs:element name="sleep" type="tns:sleep"/> |
<xs:element name="sleepResponse" type="tns:sleepResponse"/> |
<xs:complexType name="getHostinfo"> |
<xs:sequence> |
<xs:element minOccurs="0" name="hostname" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getHostinfoResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:hostinfoType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="hostinfoType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="domain" type="xs:string"/> |
<xs:element minOccurs="0" name="ip4" type="xs:string"/> |
<xs:element minOccurs="0" name="ip6" type="xs:string"/> |
<xs:element minOccurs="0" name="name" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sleep"> |
<xs:sequence> |
<xs:element name="minutes" type="xs:int"/> |
<xs:element name="seconds" type="xs:int"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sleepResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="generateUUID"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="generateUUIDResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getInfo"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getInfoResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="sendMailSimple"> |
<wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part> |
<wsdl:message name="sleepResponse"> |
<wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getHostinfo"> |
<wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part> |
142,61 → 81,28 |
<wsdl:message name="getInfoResponse"> |
<wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getHostinfoResponse"> |
<wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part> |
<wsdl:message name="getInfo"> |
<wsdl:part element="tns:getInfo" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleResponse"> |
<wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="generateUUIDResponse"> |
<wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailResponse"> |
<wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sleepResponse"> |
<wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleWithAttachment"> |
<wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sleep"> |
<wsdl:part element="tns:sleep" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getInfo"> |
<wsdl:part element="tns:getInfo" name="parameters"></wsdl:part> |
<wsdl:message name="getHostinfoResponse"> |
<wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMail"> |
<wsdl:part element="tns:sendMail" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="generateUUID"> |
<wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleWithAttachmentResponse"> |
<wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part> |
<wsdl:message name="generateUUIDResponse"> |
<wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="MiscService"> |
<wsdl:documentation>Various service operations.</wsdl:documentation> |
<wsdl:operation name="sendMailSimpleWithAttachment"> |
<wsdl:documentation>Send an email with attachment (simple).</wsdl:documentation> |
<wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input> |
<wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMailSimple"> |
<wsdl:documentation>Send an email (simple).</wsdl:documentation> |
<wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input> |
<wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getHostinfo"> |
<wsdl:documentation>Get information about a host.</wsdl:documentation> |
<wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input> |
<wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMail"> |
<wsdl:documentation>Send an email (advanced).</wsdl:documentation> |
<wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input> |
<wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sleep"> |
<wsdl:documentation>Delay request response a specified duration.</wsdl:documentation> |
<wsdl:input message="tns:sleep" name="sleep"></wsdl:input> |
215,15 → 121,6 |
</wsdl:portType> |
<wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="sendMailSimpleWithAttachment"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMailSimpleWithAttachment"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailSimpleWithAttachmentResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getHostinfo"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getHostinfo"> |
233,24 → 130,6 |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMailSimple"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMailSimple"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailSimpleResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMail"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMail"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sleep"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sleep"> |
284,145 → 163,75 |
<soap:address location="http://localhost:8080/XServices/MiscService"/> |
</wsdl:port> |
</wsdl:service> |
</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"> |
</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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getHostinfo> |
<!--Optional:--> |
<hostname>de3433</hostname> |
</ws:getHostinfo> |
<ws:getInfo/> |
</soapenv:Body> |
</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"> |
</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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getHostinfo> |
<ws:hostname>google.com</ws:hostname> |
<!--Optional:--> |
<hostname>localhost</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-google.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-google.de"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMail> |
<useSSL>0</useSSL> |
<useStartTLS>0</useStartTLS> |
</ws:sendMail> |
</soapenv:Body> |
</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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimple> |
<ws:getHostinfo> |
<!--Optional:--> |
<ws:mailhost/> |
<!--Optional:--> |
<ws:from>?</ws:from> |
<!--Optional:--> |
<ws:to>?</ws:to> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
</ws:sendMailSimple> |
<hostname>google.de</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-heise.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-heise.de"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimple> |
<ws:mailhost/> |
<ws:from>?</ws:from> |
<ws:to>?</ws:to> |
<ws:getHostinfo> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
</ws:sendMailSimple> |
<hostname>heise.de</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-173.194.69.94"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-173.194.69.94"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimpleWithAttachment> |
<ws:getHostinfo> |
<!--Optional:--> |
<ws:mailhost/> |
<!--Optional:--> |
<ws:from>?</ws:from> |
<!--Optional:--> |
<ws:to>?</ws:to> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
<!--Optional:--> |
<ws:attachments/> |
</ws:sendMailSimpleWithAttachment> |
<hostname>173.194.69.94</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Various" searchProperties="true" id="e27d7c3a-54eb-4709-a3a6-25383ddecc99"><con:settings/><con:testStep type="request" name="GetUUID"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>generateUUID</con:operation><con:request name="GetUUID"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimpleWithAttachment> |
<ws:mailhost/> |
<ws:from>?</ws:from> |
<ws:to>?</ws:to> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
<!--Optional:--> |
<ws:attachments/> |
</ws:sendMailSimpleWithAttachment> |
<ws:generateUUID/> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-short"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-short"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimpleWithAttachment> |
<ws:mailhost/> |
<ws:from>?</ws:from> |
<ws:to>?</ws:to> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
<!--Optional:--> |
<ws:attachments/> |
</ws:sendMailSimpleWithAttachment> |
</soapenv:Body> |
</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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sendMailSimpleWithAttachment> |
<ws:mailhost/> |
<ws:from>?</ws:from> |
<ws:to>?</ws:to> |
<!--Optional:--> |
<ws:subject>?</ws:subject> |
<!--Optional:--> |
<ws:message>?</ws:message> |
<!--Optional:--> |
<ws:fileset/> |
</ws:sendMailSimpleWithAttachment> |
</soapenv:Body> |
</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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sleep> |
<minutes>0</minutes> |
<seconds>15</seconds> |
<seconds>4</seconds> |
</ws:sleep> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>4100</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getInfo"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getInfo</con:operation><con:request name="getInfo"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getInfo/> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-long"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-long"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:generateUUID/> |
<ws:sleep> |
<minutes>2</minutes> |
<seconds>0</seconds> |
</ws:sleep> |
</soapenv:Body> |
</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"> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>120200</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-verylong"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-verylong"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:sleep> |
<minutes>0</minutes> |
<seconds>15</seconds> |
<minutes>6</minutes> |
<seconds>32</seconds> |
</ws:sleep> |
</soapenv:Body> |
</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> |
</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> |