Subversion Repositories XServices

Rev

Rev 76 | Rev 84 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?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">
  <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>
  </wsdl:types>
  <wsdl:message name="sendMailSimple">
    <wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getHostinfo">
    <wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part>
  </wsdl:message>
  <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>
  <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>
  <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>
  <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>
      <wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="generateUUID">
      <wsdl:documentation>Generate a UUID.</wsdl:documentation>
      <wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input>
      <wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInfo">
      <wsdl:documentation>Get XService information.</wsdl:documentation>
      <wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input>
      <wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output>
    </wsdl:operation>
  </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">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getHostinfoResponse">
        <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">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="sleepResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="generateUUID">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="generateUUID">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="generateUUIDResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getInfo">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getInfo">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getInfoResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="MiscService">
    <wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort">
      <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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:getHostinfo>
         <!--Optional:-->
         <hostname>de3433</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:call name="Request 2"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:getHostinfo>
         <ws:hostname>google.com</ws: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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <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>
         <!--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>
   </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:Header/>
   <soapenv:Body>
      <ws:sendMailSimple>
         <ws:mailhost/>
         <ws:from>?</ws:from>
         <ws:to>?</ws:to>
         <!--Optional:-->
         <ws:subject>?</ws:subject>
         <!--Optional:-->
         <ws:message>?</ws:message>
      </ws:sendMailSimple>
   </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&gt;<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>
         <!--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>
   </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: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 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: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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><;con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:sleep>
         <minutes>0</minutes>
         <seconds>15</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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint&gt;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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <soapenv:Header/>
   <soapenv:Body>
      <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/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">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/xservices/MiscService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
   <soapenv:Header/>
   <soapenv:Body>
      <ws:sleep>
         <minutes>0</minutes>
         <seconds>15</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>

Generated by GNU Enscript 1.6.5.90.