Subversion Repositories XServices

Rev

Rev 177 | 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="DateService" resourceRoot="" soapui-version="5.4.0" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" id="85873bdb-55cc-4e35-a08b-47ca8e389beb" xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction@values-local"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config">
  <con:entry key="Global Properties" value=""/>
  <con:entry key="TestSuite" value="Basic Call Tests"/>
  <con:entry key="Report to Generate" value=""/>
  <con:entry key="Password" value=""/>
  <con:entry key="soapui-setings.xml Password" value=""/>
  <con:entry key="TestRunner Path" value=""/>
  <con:entry key="Tool Args" value=""/>
  <con:entry key="Ignore Errors" value="false"/>
  <con:entry key="Host:Port" value=""/>
  <con:entry key="WSS Password Type" value=""/>
  <con:entry key="Save Project" value="true"/>
  <con:entry key="Enable UI" value="false"/>
  <con:entry key="System Properties" value=""/>
  <con:entry key="Domain" value=""/>
  <con:entry key="Coverage Report" value="false"/>
  <con:entry key="Export JUnit Results" value="false"/>
  <con:entry key="Open Report" value="false"/>
  <con:entry key="Project Properties" value=""/>
  <con:entry key="Project Password" value=""/>
  <con:entry key="Export All" value="false"/>
  <con:entry key="Report Format(s)" value=""/>
  <con:entry key="TestCase" value="getDate"/>
  <con:entry key="Print Report" value="false"/>
  <con:entry key="Username" value=""/>
  <con:entry key="Root Folder" value=""/>
  <con:entry key="Save After" value="false"/>
  <con:entry key="Add Settings" value="false"/>
  <con:entry key="Endpoint" value=""/>
</xml-fragment>]]></con:setting></con:settings><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="DateServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}DateServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/DateService?wsdl" id="b326abd8-b413-47ca-8fed-e397e365f9f5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/DateService?wsdl"><con:part><con:url>http://localhost:8080/XServices/DateService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="DateService" 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:documentation>/*
*   Copyright 2010 Brian Rosenberger (Brutex Network)
*
*   Licensed under the Apache License, Version 2.0 (the "License")
*   you may not use this file except in compliance with the License.
*   You may obtain a copy of the License at
*
*       http://www.apache.org/licenses/LICENSE-2.0
*
*   Unless required by applicable law or agreed to in writing, software
*   distributed under the License is distributed on an "AS IS" BASIS,
*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*   See the License for the specific language governing permissions and
*   limitations under the License.
*/</wsdl:documentation>
  <wsdl:types>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="dateAdd" type="tns:dateAdd"/>
      <xs:element name="dateAddResponse" type="tns:dateAddResponse"/>
      <xs:element name="dateTimeDiff" type="tns:dateTimeDiff"/>
      <xs:element name="dateTimeDiff2" type="tns:dateTimeDiff2"/>
      <xs:element name="dateTimeDiff2Response" type="tns:dateTimeDiff2Response"/>
      <xs:element name="dateTimeDiffResponse" type="tns:dateTimeDiffResponse"/>
      <xs:element name="formatDate" type="tns:formatDate"/>
      <xs:element name="formatDateAdvanced" type="tns:formatDateAdvanced"/>
      <xs:element name="formatDateAdvancedResponse" type="tns:formatDateAdvancedResponse"/>
      <xs:element name="formatDateResponse" type="tns:formatDateResponse"/>
      <xs:element name="getDate" type="tns:getDate"/>
      <xs:element name="getDateExtended" type="tns:getDateExtended"/>
      <xs:element name="getDateExtendedResponse" type="tns:getDateExtendedResponse"/>
      <xs:element name="getDateResponse" type="tns:getDateResponse"/>
      <xs:element name="getInTimezone" type="tns:getInTimezone"/>
      <xs:element name="getInTimezoneResponse" type="tns:getInTimezoneResponse"/>
      <xs:element name="getTimestamp" type="tns:getTimestamp"/>
      <xs:element name="getTimestamp2" type="tns:getTimestamp2"/>
      <xs:element name="getTimestamp2Response" type="tns:getTimestamp2Response"/>
      <xs:element name="getTimestampResponse" type="tns:getTimestampResponse"/>
      <xs:element name="getTimezones" type="tns:getTimezones"/>
      <xs:element name="getTimezonesResponse" type="tns:getTimezonesResponse"/>
      <xs:element name="parseDate" type="tns:parseDate"/>
      <xs:element name="parseDateAdvanced" type="tns:parseDateAdvanced"/>
      <xs:element name="parseDateAdvancedResponse" type="tns:parseDateAdvancedResponse"/>
      <xs:element name="parseDateResponse" type="tns:parseDateResponse"/>
      <xs:complexType name="getTimestamp2">
        <xs:sequence/>
      </xs:complexType>
      <xs:complexType name="getTimestamp2Response">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateAdd">
        <xs:sequence>
          <xs:element name="datetime" type="xs:dateTime"/>
          <xs:element name="value" type="xs:integer"/>
          <xs:element name="unit" type="tns:dateTimeUnits"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateAddResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getDate">
        <xs:sequence/>
      </xs:complexType>
      <xs:complexType name="getDateResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="tns:DateInfoType"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="DateInfoType">
        <xs:sequence>
          <xs:element minOccurs="0" name="iso8601date" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="rfc822date" type="xs:string"/>
          <xs:element name="timestamp" type="xs:long"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getInTimezone">
        <xs:sequence>
          <xs:element name="datetime" type="xs:dateTime"/>
          <xs:element name="timezone" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getInTimezoneResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="formatDate">
        <xs:sequence>
          <xs:element name="datetime" type="xs:dateTime"/>
          <xs:element name="format" type="tns:dateFormatType"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="formatDateResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getTimezones">
        <xs:sequence/>
      </xs:complexType>
      <xs:complexType name="getTimezonesResponse">
        <xs:sequence>
          <xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:timezone"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="timezone">
        <xs:sequence>
          <xs:element minOccurs="0" name="displayname" type="xs:string"/>
          <xs:element minOccurs="0" name="id" type="xs:string"/>
          <xs:element name="offset" type="xs:long"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getDateExtended">
        <xs:sequence/>
      </xs:complexType>
      <xs:complexType name="getDateExtendedResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="tns:dateInfoExtendedType"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateInfoExtendedType">
        <xs:complexContent>
          <xs:extension base="tns:DateInfoType">
            <xs:sequence>
              <xs:element minOccurs="0" name="format1" type="xs:string"/>
              <xs:element minOccurs="0" name="format2" type="xs:string"/>
              <xs:element minOccurs="0" name="format3" type="xs:string"/>
            </xs:sequence>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      <xs:complexType name="dateTimeDiff2">
        <xs:sequence>
          <xs:element name="fromDateTime" type="xs:dateTime"/>
          <xs:element name="toDateTime" type="xs:dateTime"/>
          <xs:element minOccurs="0" name="unit" type="tns:dateTimeUnits"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateTimeDiff2Response">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="formatDateAdvanced">
        <xs:sequence>
          <xs:element name="datetime" type="xs:dateTime"/>
          <xs:element name="format" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="formatDateAdvancedResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="parseDate">
        <xs:sequence>
          <xs:element name="datetime" type="xs:string"/>
          <xs:element name="format" type="tns:dateFormatType"/>
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="parseDateResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="parseDateAdvanced">
        <xs:sequence>
          <xs:element name="datetime" type="xs:string"/>
          <xs:element name="format" type="xs:string"/>
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="parseDateAdvancedResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="getTimestamp">
        <xs:sequence/>
      </xs:complexType>
      <xs:complexType name="getTimestampResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateTimeDiff">
        <xs:sequence>
          <xs:element name="fromDateTime" type="xs:dateTime"/>
          <xs:element name="toDateTime" type="xs:dateTime"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="dateTimeDiffResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
        </xs:sequence>
      </xs:complexType>
      <xs:simpleType name="dateTimeUnits">
        <xs:restriction base="xs:string">
          <xs:enumeration value="milliseconds"/>
          <xs:enumeration value="seconds"/>
          <xs:enumeration value="minutes"/>
          <xs:enumeration value="hours"/>
          <xs:enumeration value="days"/>
          <xs:enumeration value="years"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="dateFormatType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ISO 8601"/>
          <xs:enumeration value="RFC 822"/>
          <xs:enumeration value="DateOnly-slashed"/>
          <xs:enumeration value="DateOnly-dotted"/>
          <xs:enumeration value="DateOnly-dashed"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:complexType name="XServicesFault">
        <xs:sequence>
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
          <xs:element name="username" nillable="true" type="xs:string"/>
          <xs:element name="homedir" nillable="true" type="xs:string"/>
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="dateAdd">
    <wsdl:part element="tns:dateAdd" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getDate">
    <wsdl:part element="tns:getDate" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimezonesResponse">
    <wsdl:part element="tns:getTimezonesResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getInTimezoneResponse">
    <wsdl:part element="tns:getInTimezoneResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="parseDateAdvanced">
    <wsdl:part element="tns:parseDateAdvanced" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimestamp2">
    <wsdl:part element="tns:getTimestamp2" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="formatDateResponse">
    <wsdl:part element="tns:formatDateResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getDateExtendedResponse">
    <wsdl:part element="tns:getDateExtendedResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="dateTimeDiff2">
    <wsdl:part element="tns:dateTimeDiff2" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimestampResponse">
    <wsdl:part element="tns:getTimestampResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="dateAddResponse">
    <wsdl:part element="tns:dateAddResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getDateExtended">
    <wsdl:part element="tns:getDateExtended" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="formatDateAdvanced">
    <wsdl:part element="tns:formatDateAdvanced" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="parseDateAdvancedResponse">
    <wsdl:part element="tns:parseDateAdvancedResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimestamp">
    <wsdl:part element="tns:getTimestamp" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getDateResponse">
    <wsdl:part element="tns:getDateResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="formatDateAdvancedResponse">
    <wsdl:part element="tns:formatDateAdvancedResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="parseDateResponse">
    <wsdl:part element="tns:parseDateResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="parseDate">
    <wsdl:part element="tns:parseDate" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="dateTimeDiff2Response">
    <wsdl:part element="tns:dateTimeDiff2Response" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="XServicesFault">
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimestamp2Response">
    <wsdl:part element="tns:getTimestamp2Response" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="formatDate">
    <wsdl:part element="tns:formatDate" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="dateTimeDiff">
    <wsdl:part element="tns:dateTimeDiff" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getInTimezone">
    <wsdl:part element="tns:getInTimezone" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="getTimezones">
    <wsdl:part element="tns:getTimezones" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:message name="dateTimeDiffResponse">
    <wsdl:part element="tns:dateTimeDiffResponse" name="parameters"></wsdl:part>
  </wsdl:message>
  <wsdl:portType name="DateService">
    <wsdl:operation name="getTimestamp2">
      <wsdl:documentation>Get seconds since 01.01.1970 (Unix timestap).</wsdl:documentation>
      <wsdl:input message="tns:getTimestamp2" name="getTimestamp2"></wsdl:input>
      <wsdl:output message="tns:getTimestamp2Response" name="getTimestamp2Response"></wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="dateAdd">
      <wsdl:documentation>Add or substract a time span from a date.</wsdl:documentation>
      <wsdl:input message="tns:dateAdd" name="dateAdd"></wsdl:input>
      <wsdl:output message="tns:dateAddResponse" name="dateAddResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getDate">
      <wsdl:documentation>Get current date and time.</wsdl:documentation>
      <wsdl:input message="tns:getDate" name="getDate"></wsdl:input>
      <wsdl:output message="tns:getDateResponse" name="getDateResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getInTimezone">
      <wsdl:input message="tns:getInTimezone" name="getInTimezone"></wsdl:input>
      <wsdl:output message="tns:getInTimezoneResponse" name="getInTimezoneResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="formatDate">
      <wsdl:input message="tns:formatDate" name="formatDate"></wsdl:input>
      <wsdl:output message="tns:formatDateResponse" name="formatDateResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getTimezones">
      <wsdl:input message="tns:getTimezones" name="getTimezones"></wsdl:input>
      <wsdl:output message="tns:getTimezonesResponse" name="getTimezonesResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getDateExtended">
      <wsdl:documentation>Get current date and time in different formats.</wsdl:documentation>
      <wsdl:input message="tns:getDateExtended" name="getDateExtended"></wsdl:input>
      <wsdl:output message="tns:getDateExtendedResponse" name="getDateExtendedResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="dateTimeDiff2">
      <wsdl:documentation>Get elapsed time between to dates.</wsdl:documentation>
      <wsdl:input message="tns:dateTimeDiff2" name="dateTimeDiff2"></wsdl:input>
      <wsdl:output message="tns:dateTimeDiff2Response" name="dateTimeDiff2Response"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="formatDateAdvanced">
      <wsdl:input message="tns:formatDateAdvanced" name="formatDateAdvanced"></wsdl:input>
      <wsdl:output message="tns:formatDateAdvancedResponse" name="formatDateAdvancedResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="parseDate">
      <wsdl:documentation>Converts a string into date using pre-defined date formats.</wsdl:documentation>
      <wsdl:input message="tns:parseDate" name="parseDate"></wsdl:input>
      <wsdl:output message="tns:parseDateResponse" name="parseDateResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="parseDateAdvanced">
      <wsdl:input message="tns:parseDateAdvanced" name="parseDateAdvanced"></wsdl:input>
      <wsdl:output message="tns:parseDateAdvancedResponse" name="parseDateAdvancedResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getTimestamp">
      <wsdl:documentation>Get milliseconds since 01.01.1970 (Unix timestap).</wsdl:documentation>
      <wsdl:input message="tns:getTimestamp" name="getTimestamp"></wsdl:input>
      <wsdl:output message="tns:getTimestampResponse" name="getTimestampResponse"></wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="dateTimeDiff">
      <wsdl:input message="tns:dateTimeDiff" name="dateTimeDiff"></wsdl:input>
      <wsdl:output message="tns:dateTimeDiffResponse" name="dateTimeDiffResponse"></wsdl:output>
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DateServiceSoapBinding" type="tns:DateService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getTimestamp2">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getTimestamp2">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getTimestamp2Response">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="dateAdd">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="dateAdd">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="dateAddResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getDate">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getDate">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getDateResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getInTimezone">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getInTimezone">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getInTimezoneResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="formatDate">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="formatDate">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="formatDateResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getTimezones">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getTimezones">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getTimezonesResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getDateExtended">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getDateExtended">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getDateExtendedResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="dateTimeDiff2">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="dateTimeDiff2">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="dateTimeDiff2Response">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="formatDateAdvanced">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="formatDateAdvanced">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="formatDateAdvancedResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="parseDate">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="parseDate">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="parseDateResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="parseDateAdvanced">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="parseDateAdvanced">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="parseDateAdvancedResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="dateTimeDiff">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="dateTimeDiff">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="dateTimeDiffResponse">
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="XServicesFault">
        <soap:fault name="XServicesFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getTimestamp">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="getTimestamp">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="getTimestampResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="DateService">
    <wsdl:port binding="tns:DateServiceSoapBinding" name="DateServiceImplPort">
      <soap:address location="http://localhost:8080/XServices/DateService"/>
    </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/DateService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="getDate" bindingOperationName="getDate" type="Request-Response" outputName="getDateResponse" inputName="getDate" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="c264f038-68e1-4641-a213-0a5644466740"><con:settings/><con:call name="Request 1" id="2bc079fb-146f-4eb0-99f6-50e51dbdb310"><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/DateService</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:getDate/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getDate"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getTimestamp" bindingOperationName="getTimestamp" type="Request-Response" outputName="getTimestampResponse" inputName="getTimestamp" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="8eedd571-45ea-4332-bb9d-ff9778ad1c00"><con:settings/><con:call name="Request 1" id="5f4e722a-ae4f-4538-ad25-e7642c20427f"><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/DateService</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:getTimestamp/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimestamp"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getInTimezone" bindingOperationName="getInTimezone" type="Request-Response" outputName="getInTimezoneResponse" inputName="getInTimezone" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="52e0a54d-ad23-424e-81f9-9b24cb8f00ea"><con:settings/><con:call name="Request 1" id="2687277b-5519-48f7-a68d-69b575afcb72"><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/DateService</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:getInTimezone>
         <datetime>2012-01-19T21:05:58.940+09:00</datetime>
         <timezone>Pacific/Honolulu</timezone>
      </ws:getInTimezone>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getInTimezone"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Copy of Request 1" id="ae6eeeaf-6e80-4de8-bc94-b65227f52309"><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/DateService</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:getInTimezone>
         <datetime>2012-01-19T21:05:58.940+09:00</datetime>
         <timezone>UTC</timezone>
      </ws:getInTimezone>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getInTimezone"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="formatDate" bindingOperationName="formatDate" type="Request-Response" outputName="formatDateResponse" inputName="formatDate" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="d163ad6c-43ed-46ea-99ff-8d38f34fa498"><con:settings/><con:call name="Request 1" id="fdcec540-336c-4cc9-a84c-c1e58ff3f3c4"><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/DateService</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:formatDate>
         <datetime>2012-01-19T21:05:58.940+09:00</datetime>
         <format>ISO8601</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/formatDate"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="formatDateAdvanced" bindingOperationName="formatDateAdvanced" type="Request-Response" outputName="formatDateAdvancedResponse" inputName="formatDateAdvanced" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="518d70c2-86e8-43ee-80d6-46e4324f043e"><con:settings/><con:call name="Request 1" id="b42c6c61-197e-4f5b-bbab-8e6aa61dd77a"><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/DateService</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:formatDateAdvanced>
         <datetime>2011-05-24T17:22:42+02:00</datetime>
         <format>mmddyyyy-WW</format>
      </ws:formatDateAdvanced>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/formatDateAdvanced"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="parseDate" bindingOperationName="parseDate" type="Request-Response" outputName="parseDateResponse" inputName="parseDate" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="7a38a526-e798-4139-9b92-02c7cd00d283"><con:settings/><con:call name="Request 1" id="917c984a-7950-48e6-b035-ef42def96a0f"><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/DateService</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:parseDate>
         <datetime>30.04.2012</datetime>
         <format>DateOnly-dotted</format>
         <!--Optional:-->
         <timezone></timezone>
      </ws:parseDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDate"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="parseDateAdvanced" bindingOperationName="parseDateAdvanced" type="Request-Response" outputName="parseDateAdvancedResponse" inputName="parseDateAdvanced" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="14499d1e-7924-4a29-b5ef-cb7cdb5ec2c0"><con:settings/><con:call name="Request 1" id="34a94594-1425-47c7-bbb1-460d982b1639"><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/DateService</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:parseDateAdvanced>
         <datetime>12.4.2012 um 23:00 Uhr</datetime>
         <format>dd.M.yyyy 'um' hh:mm 'Uhr'</format>
         <!--Optional:-->
         <timezone>Europe/Berlin</timezone>
      </ws:parseDateAdvanced>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDateAdvanced"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateTimeDiff" bindingOperationName="dateTimeDiff" type="Request-Response" outputName="dateTimeDiffResponse" inputName="dateTimeDiff" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="82598587-8de0-46bf-abf5-7ab1c1adefa9"><con:settings/><con:call name="Request 1" id="14214e33-995c-46db-92bd-4cdcf2f6d56b"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers&quot;>&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/DateService</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:dateTimeDiff>
         <fromDateTime>2012-06-06T08:45:00+01:00</fromDateTime>
         <toDateTime>2012-06-06T08:23:00+01:00</toDateTime>
      </ws:dateTimeDiff>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateTimeDiff"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2" id="08eb997d-96ee-4cc0-8c00-af7a0734757a"><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/DateService</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:dateTimeDiff>
         <fromDateTime>2012-01-23</fromDateTime>
         <toDateTime>2012-06-06T08:45:00+01:00</toDateTime>
      </ws:dateTimeDiff>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateTimeDiff"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateTimeDiff2" bindingOperationName="dateTimeDiff2" type="Request-Response" outputName="dateTimeDiff2Response" inputName="dateTimeDiff2" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="e5bc0d4c-5f5c-497a-b116-f26fdc907391"><con:settings/><con:call name="Request 1" id="68f88286-8eeb-44ad-a2a6-ad70d6054f08"&gt;<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/DateService</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:dateTimeDiff2>
         <fromDateTime>2012-05-24T19:59:29.233+02:00</fromDateTime>
         <toDateTime>2011-06-24T21:01:59.234+02:00</toDateTime>
         <!--Optional:-->
         <unit>years</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateTimeDiff2"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateAdd" bindingOperationName="dateAdd" type="Request-Response" outputName="dateAddResponse" inputName="dateAdd" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="f8cac27d-de6b-4c36-b3d6-0a3f9241c02f"><con:settings/><con:call name="Request 1" id="c7816de9-7828-46f9-8a63-a96f830dd40b"><con:settings>&lt;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/DateService</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:dateAdd>
         <datetime>2012-05-24T19:59:29.233+02:00</datetime>
         <value>365</value>
         <unit>hours</unit>
      </ws:dateAdd>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateAdd"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getTimestamp2" bindingOperationName="getTimestamp2" type="Request-Response" outputName="getTimestamp2Response" inputName="getTimestamp2" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="b7d38c99-219f-41f1-b375-c1f21979be36"><con:settings/><con:call name="Request 1" id="f942ef86-a691-4f33-878e-6b017b4d9f62"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/DateService</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:getTimestamp2/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimestamp2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getTimezones" bindingOperationName="getTimezones" type="Request-Response" outputName="getTimezonesResponse" inputName="getTimezones" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="36c26520-d437-48d2-bea3-b760ae391434"><con:settings/><con:call name="Request 1" id="d70b1a70-5116-4ade-843b-ec0c06f95f07"><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/DateService</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:getTimezones/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimezones"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getDateExtended" bindingOperationName="getDateExtended" type="Request-Response" outputName="getDateExtendedResponse" inputName="getDateExtended" receivesAttachments="false" sendsAttachments="false" anonymous="optional" id="d7dc467e-a352-4526-acc8-1aeb546b70d6"><con:settings/><con:call name="Request 1" id="386b2b6b-6854-4d67-ac11-dc413a5c400f"><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/DateService</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:getDateExtended/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getDateExtended"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="Basic Call Tests" id="74fd1486-b7f4-4dec-a962-4c303eecc84c"><con:settings/><con:runType>PARALLELL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="true" maxResults="0" name="Pull WSDL" searchProperties="true" id="0244ade4-dcf3-4012-bc98-b7fd0ebb1774"><con:settings/><con:testStep type="httprequest" name="http://localhost:8080/XServices/DateServices?wsdl" id="e8761509-4e50-45eb-9592-f55e6065c379";><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="http://localhost:8080/XServices/DateServices?wsdl" id="e2fa6975-7a10-4d62-a065-7d834358f788" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/DateServices?wsdl</con:endpoint><con:request/><con:assertion type="HTTP Download all resources" name="HTTP Download all resources" id="cec21e82-2187-47c2-9ab5-b68211373196"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:parameters/></con:config></con:testStep><con:testStep type="httprequest" name="Http Test Step 2 [/XServices/DateServices]" id="eb957a45-d309-495d-b5a2-429a946accbe"><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="Http Test Step 2 [/XServices/DateServices]" id="782fff5b-ad59-461d-876f-d1b211f2bc72" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config">
  <con:entry key="Accept-Language" value="en-us,en;q=0.5"/>
  <con:entry key="Host" value="localhost:8080"/>
  <con:entry key="Accept-Charset" value="ISO-8859-1,utf-8;q=0.7,*;q=0.7"/>
  <con:entry key="Accept-Encoding" value="gzip,deflate"/>
  <con:entry key="User-Agent" value="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko"/>
  <con:entry key="Accept" value="text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"/>
</xml-fragment>]]></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/DateServices</con:endpoint><con:request/><con:parameters><con:parameter><con:name>wsdl</con:name><con:value/><con:style>QUERY</con:style><con:type xmlns:xs="http://www.w3.org/2001/XMLSchema">xs:string</con:type><con:default/><con:description xsi:nil="true"/></con:parameter></con:parameters></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="getDate" searchProperties="true" id="824f4cc3-c144-45d5-86e0-d38538bc453c"><con:settings/><con:testStep type="request" name="Date Request" id="9080987e-ad70-47b5-ba31-a5255920f195"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getDate</con:operation><con:request name="Date Request" id="49d65ee0-9515-4ecf-81bc-2e2557dcd282"><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/DateService</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:getDate/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="6359438d-e6b1-4f69-8a3f-7817846cfdaa"/><con:assertion type="Schema Compliance" id="25af09c4-07fc-4dad-8643-4c7bae801c1c"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="562b8188-1e47-44e2-8cb1-e6811c2e92b3"/><con:credentials><con:username>admin</con:username><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Date Extended Request" id="faf22ed5-8606-42fe-8f85-b34a92f49e18"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getDateExtended</con:operation><con:request name="Date Extended Request" id="acf74317-205c-447b-b418-037d04ecb58a"><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/DateService</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:getDateExtended/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="bec04ea4-75e3-4fcb-852d-44261e63ab80"/><con:assertion type="Schema Compliance" id="54ffeaf1-42f9-4906-90a2-6aa128e54bb8"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="0160d54e-ebc6-4465-8ac6-7cbf18acc6b2"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Timestamp" id="2a7c271d-1073-4db3-ae1d-b20cd2866834"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimestamp</con:operation><con:request name="Timestamp" id="6cf3b751-6fe8-480e-8534-55c9534b4032"><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/DateService</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:getTimestamp/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="ded4e05a-1f13-47ec-b193-3fe48869501b"/><con:assertion type="Schema Compliance" id="921826e8-eb34-458b-abbd-5175f66e9ec0"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="0806002f-3b87-4ab9-add3-d0f6a04b3720"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="TimeZones" id="611d528d-99de-4a07-bac8-c101fc115c39"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimezones</con:operation><con:request name="TimeZones" id="2937b9c8-812d-4128-b1a7-9298892717af"><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/DateService</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:getTimezones/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="c1cbd611-d7bb-487d-b9d0-b3a094059f30"/><con:assertion type="Schema Compliance" id="14f64b8b-52c6-416d-bd53-81105617f1e6"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="ab71935f-b715-4dda-8df0-24e60bf11a41"/><con:assertion type="Response SLA Assertion" name="Response SLA" id="29e3cf0e-ea63-4898-a3ac-76c9c3606e73"><con:configuration><SLA>50</SLA></con:configuration></con:assertion><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><;con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Timestamp2" id="ca633e41-b41f-4734-a4f5-a1056e905dcc"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimestamp2</con:operation><con:request name="Timestamp2" id="f0d7a9ba-8026-46a8-801b-20b1c5892bc5"><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/DateService</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:getTimestamp2/>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="8f6d12fc-fcea-4efa-991a-b65594a7c22e"/><con:assertion type="Schema Compliance" id="c0dc58aa-b928-4156-85d6-29c83c88c698"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="bab51bfe-df71-45f4-be27-42fd3e52cece"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load" id="c08da35d-540c-470c-a56b-653e99d218ef"><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: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:property><con:name>Loops</con:name><con:value>0</con:value></con:property></con:properties></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Parse and Format" searchProperties="true" id="5731f78f-5f0b-4a86-9ec1-fe7c7825e91c"><con:settings/><con:testStep type="request" name="formatDate ISO8601" id="380e386e-f7f9-4e7e-8063-8d29973329c4"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate ISO8601" id="6cce1a23-6b6f-4239-aa78-79dfb9ae550d"><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/DateService</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:formatDate>
         <datetime>2012-01-23T13:05:20+05:30</datetime>
         <format>ISO 8601</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="fff59922-11b5-46b7-9e55-32e86d1e0a23"/><con:assertion type="Schema Compliance" id="0354e8e1-5e48-40db-8634-992e7c6ce9a6"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="f8d49295-f3d0-4de6-b9e3-c4d86e7c4d94"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate RFC622" id="abaa4297-97ad-4fb3-8e66-84aa0ee7f5f5"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate RFC622" id="6cbbdddc-082d-4ae1-91e5-084fd112e1d8"><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/DateService</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:formatDate>
         <datetime>2012-01-23T13:05:20+05:30</datetime>
         <format>RFC 822</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="5841be54-3e32-459f-a902-a9620c9de144"/><con:assertion type="Schema Compliance" id="98f9e459-a56e-4723-ab02-4dfd5e8e2f2d"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="ba6f206e-67cf-4726-9cb9-fa5034143dae"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-dashed" id="25183942-fb09-4807-b1b1-5dc5f501c7b7"><con:settings/><con:config xsi:type="con:RequestStep"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-dashed" id="7fda4afc-2f36-4bfa-9476-7874d702d0e6"><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/DateService</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:formatDate>
         <datetime>2012-01-23T13:05:20+05:30</datetime>
         <format>DateOnly-dashed</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="10998e3e-6eb6-4e3e-99e4-7c8ee90c8524"/><con:assertion type="Schema Compliance" id="8a113d1e-439d-427b-a7fa-7a6029bfad3e"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="d01cbc23-25fe-4a18-8091-4e3c42128808"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-dotted" id="9271fae6-e5d5-4063-8c4c-40dc912b4a4b"><con:settings/><con:config xsi:type="con:RequestStep"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-dotted" id="db428125-97ac-48c9-9491-040bbb027e06"><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/DateService</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:formatDate>
         <datetime>2012-01-23T13:05:20+05:30</datetime>
         <format>DateOnly-dotted</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="2043809e-4836-4e5f-b09a-8b6e0edc1745"/><con:assertion type="Schema Compliance" id="5a0e5469-cc3a-49a3-8114-4eb444c9c63f"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="63d26ec5-a7e0-447d-9a3a-d36c3040a6a1"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate advanced" id="a278b666-0c60-4427-a2b8-b8d0077cae42"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDateAdvanced</con:operation><con:request name="formatDate advanced" id="cc3d0814-16cf-4897-9d28-5eab481ab1fe"><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/DateService</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:formatDateAdvanced>
         <datetime>2001-06-20T00:23:05Z</datetime>
        <!--Uses locale of JVM -->
         <format>'Year:' yyyy 'Week:' WW 'in Month:' MMMM</format>
      </ws:formatDateAdvanced>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="abe88e8e-f66d-4943-996c-e1265261147a"/><con:assertion type="Schema Compliance" id="55fbe30d-07af-414f-8d54-d64f20eda8c6"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="13016894-5e2d-43f7-8f49-4a70af3389aa"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-slashed" id="c77ab5b7-1c26-45d3-a0f2-ee122366b9cc"><con:settings/><con:config xsi:type="con:RequestStep&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-slashed" id="e388fdd2-5aab-4a34-925b-43e0d1205226"><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/DateService</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:formatDate>
         <datetime>2012-01-23T13:05:20+05:30</datetime>
         <format>DateOnly-slashed</format>
      </ws:formatDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="e810914a-0308-4a54-8462-88094fd6775f"/><con:assertion type="Schema Compliance" id="a158ea4c-1390-4bb0-8599-e4bb782cd1bc"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="d989acfe-e066-486b-9279-6ef03d3f4593"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse DateOnly dotted" id="edcd6808-629a-4cd7-b7f8-b5d0524cddf6"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDate</con:operation><con:request name="parse DateOnly dotted" id="69cd858a-6151-4218-badd-0b6f8a0bebf2"><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/DateService</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:parseDate>
         <datetime>14.3.1946</datetime>
         <format>DateOnly-dotted</format>
         <!--Optional:-->
         <timezone>Europe/Helsinki</timezone>
      </ws:parseDate>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="39a64edb-563c-4679-8031-d8a26ebf8a33"/><con:assertion type="Schema Compliance" id="27cab8e6-45cf-48e0-bde1-ef9d569072eb"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="352b8d29-ae9c-4a82-bce4-317eedc86734"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse Advanced" id="3752788a-63d2-4fd2-9969-41c85cb01ee6"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDateAdvanced</con:operation><con:request name="parse Advanced" id="8d793a66-0be2-4d99-acb6-3f462e89906c"><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/DateService</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:parseDateAdvanced>
         <datetime>Ich werde um 8:30 Uhr am 17.01.2012 da sein.</datetime>
         <format>'Ich werde um' h:mm 'Uhr am' dd.MM.yyyy 'da sein.'</format>
         <!--Optional:-->
         <timezone>Europe/Berlin</timezone>
      </ws:parseDateAdvanced>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="efeaeaef-c9a4-44ba-94e5-121752a9a88a"/><con:assertion type="Schema Compliance" id="90fa4e39-84d8-4885-a8fb-3c2b579c7d5a"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="a5f96abe-09d3-46bf-8d6e-fee73ef46ba1"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse Advanced with Locale" id="fb8c8621-2f21-4c86-8bf3-29df973f177b"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDateAdvanced</con:operation><con:request name="parse Advanced with Locale" id="b611bc4c-cb35-4f6b-b9ab-642ac19557f5"><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/DateService</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:parseDateAdvanced>
         <datetime>Im June am 4. Tag im Jahr 2014 ist ein Fest</datetime>
         <format>'Im 'MMMM' am 'd.' Tag im Jahr 'yyyy' ist ein Fest'</format>
         <!--Optional:-->
         <timezone>Europe/Berlin</timezone>
      </ws:parseDateAdvanced>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="a789ad33-8e4e-4464-b8f8-8590aa061640"/><con:assertion type="Schema Compliance" id="ebeb9f92-3be9-4c6b-9542-63723c5a5b4c"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="dc311c5e-5a04-496e-a581-2a340c4da4cf"/><con:credentials><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load" id="81dafd78-df39-42f7-ac5d-d1c0f979aac6"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>20</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>180</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Variance</con:type><con:config><interval>60000</interval><variance>0.5</variance></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:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Date Math" searchProperties="true" id="dfebf092-9cc3-45ea-b903-d212fc5515da"><con:settings/><con:testStep type="request" name="DateDiff forward" id="1f6ccadc-8440-4641-a14f-36f022f065a8"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff</con:operation><con:request name="DateDiff forward" id="6e77cf7d-3539-4d8e-be1a-a00894923965"><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/DateService</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:dateTimeDiff>
         <fromDateTime>2012-01-23</fromDateTime>
         <toDateTime>2012-06-06T08:45:00+01:00</toDateTime>
      </ws:dateTimeDiff>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="5bfb2302-eb68-4359-8536-006d99d461f2"/><con:assertion type="Schema Compliance" id="1a62628b-26e8-4c03-9436-6507d523d76c"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="d3772f50-3c1e-45cc-9b5f-2076f53aedca"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff backwards" id="7d8900e6-2be2-4f6b-a0d8-6a2f05c50ef0"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff</con:operation><con:request name="DateDiff backwards" id="44badd1a-2b6e-44d0-ad04-87962067dd25"><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/DateService</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:dateTimeDiff>
         <fromDateTime>2012-06-06T08:45:00+01:00</fromDateTime>
         <toDateTime>2012-01-23</toDateTime>
      </ws:dateTimeDiff>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="44c21798-fb74-45a5-afa8-48fe683f9c16"/><con:assertion type="Schema Compliance" id="ed1dc98e-a64a-4e6e-9dc7-685c1d4cf055"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="2ccb49e4-ad24-4418-9d77-59985ff46f0d"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff days" id="2c8a0d6a-2601-4e94-b76d-40f6bcfd607e"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff days" id="d2941df9-c853-4c27-af85-5435cc384533"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>1948-04-30T00:00:00Z</fromDateTime>
         <toDateTime>2012-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>days</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="4c5d7f77-6b8f-4432-8cd5-142956a86ff6"/><con:assertion type="Schema Compliance" id="3a7d097a-db6e-4e78-b687-d0752158a7c0"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="62a428b2-4572-4140-83b5-1e9cb44a09ac"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff years" id="7bc3e457-5b0f-4dc5-b0d3-ebbe5f89641b"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff years" id="15065682-fe9b-40c9-9e26-babb2ed5a310"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>1948-04-30T00:00:00Z</fromDateTime>
         <toDateTime>2012-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>years</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="acae066f-cd7e-42bf-bac7-2f034e5ad8dd"/><con:assertion type="Schema Compliance" id="14d857f6-e8c7-4132-a9c0-ad811a95f265"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="d9f99a8e-e9e8-4ea4-a632-f0f804ac4aac"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff minutes" id="7be2195d-7e2b-4e51-acfb-ee4cf8e4acca"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff minutes" id="cd1c28c3-c78e-4bb3-b330-e297ad5c168e"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>1948-04-30T00:00:00Z</fromDateTime>
         <toDateTime>2012-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>minutes</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="c2060782-68dd-4ece-b463-aafcd4a3cc1c"/><con:assertion type="Schema Compliance" id="cedc7b84-0be9-4e8f-9310-8e9ebd42e877"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="f2090d47-f203-456a-a00c-2249aa2c6a9d"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff milliseconds" id="091d3218-1308-40d6-bde1-332802532305"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff milliseconds" id="c9f13009-90e0-4b52-b83f-15e864275d65"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>1948-04-30T00:00:00Z</fromDateTime>
         <toDateTime>2012-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>milliseconds</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="07018fcc-ae27-42d8-85e0-06b7e35e562f"/><con:assertion type="Schema Compliance" id="4d98cb4d-b700-4a5a-a1cf-974c26ae7c3e"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="514f111e-0926-4dd5-832e-a38a536aee05"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff seconds" id="cf2ffb47-cc31-4bf1-943f-21a96d0c5c62"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff seconds" id="388a289c-1eb1-49de-979e-005ca21fad51"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>1948-04-30T00:00:00Z</fromDateTime>
         <toDateTime>2012-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>seconds</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="d5985b7e-8215-4766-9d67-52eed9d42da2"/><con:assertion type="Schema Compliance" id="270bb24e-67ef-45e6-bc76-cf60a3135dc3"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="4db7f7dd-1b5f-4dcc-8f86-54aff90f4544"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff milliseconds wide range" id="89d5f632-51c4-4e54-a302-1e691cb21a6c"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff milliseconds wide range" id="5f03f2f5-48cd-4364-bbfd-935960209e5a"><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/DateService</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:dateTimeDiff2>
         <fromDateTime>0001-04-30T00:00:00Z</fromDateTime>
         <toDateTime>9999-01-01T13:45:00Z</toDateTime>
         <!--Optional:-->
         <unit>milliseconds</unit>
      </ws:dateTimeDiff2>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="6ac719da-1f42-4689-a322-d8fefa69b489"/><con:assertion type="Schema Compliance" id="494aa97a-f7d4-47d2-9716-106a0433864d"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="52d7f397-ea56-417d-ba1d-d9d4d9da3647"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateAdd" id="856dace0-ee5b-48e9-8481-37bc3d445bf9"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateAdd</con:operation><con:request name="DateAdd" id="aefa1795-3512-41a3-929b-80dc369bf662"><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/DateService</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:dateAdd>
         <datetime>2000-01-01</datetime>
         <value>-50</value>
         <unit>seconds</unit>
      </ws:dateAdd>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response" id="652b3cd4-533e-465c-a319-3c48ff8327d2"/><con:assertion type="Schema Compliance" id="b23ae790-75a0-4b95-b5ab-294ca7a9f863"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion" id="41ad8701-ec19-4ad1-8d3d-52a81693131b"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load" id="4199b682-84fd-47af-9110-77461e427a76"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting>&lt;/con:settings><con:threadCount>30</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>180</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Burst</con:type><con:config><burstDelay>60000</burstDelay><burstDuration>10000</burstDuration></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:oAuth2ProfileContainer/><con:oAuth1ProfileContainer/></con:soapui-project>

Generated by GNU Enscript 1.6.5.90.