<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap12" 
    targetNamespace="http://schemas.servicestack.net/types" 
    xmlns:svc="http://schemas.servicestack.net/types" 
    xmlns:tns="http://schemas.servicestack.net/types" 
    
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
    xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" 
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
    xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" 
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 
    xmlns:wsa10="http://www.w3.org/2005/08/addressing" 
    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">

	<wsdl:types>
		<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/SwpStack.Api.Swagger" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SwpStack.Api.Swagger" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="ResourceRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceRequest" nillable="true" type="tns:ResourceRequest" />
  <xs:complexType name="ResourceResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiVersion" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="apis" nillable="true" type="tns:ArrayOfMethodDescription" />
      <xs:element minOccurs="0" name="basePath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="models" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfKeyValueOfstringSwaggerModelWw_PJ6Bhn" />
      <xs:element minOccurs="0" name="resourcePath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="swaggerVersion" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceResponse" nillable="true" type="tns:ResourceResponse" />
  <xs:complexType name="ArrayOfMethodDescription">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodDescription" nillable="true" type="tns:MethodDescription" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodDescription" nillable="true" type="tns:ArrayOfMethodDescription" />
  <xs:complexType name="MethodDescription">
    <xs:sequence>
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="operations" nillable="true" type="tns:ArrayOfMethodOperation" />
      <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodDescription" nillable="true" type="tns:MethodDescription" />
  <xs:complexType name="ArrayOfMethodOperation">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodOperation" nillable="true" type="tns:MethodOperation" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodOperation" nillable="true" type="tns:ArrayOfMethodOperation" />
  <xs:complexType name="MethodOperation">
    <xs:sequence>
      <xs:element minOccurs="0" name="errorResponses" nillable="true" type="tns:ArrayOfErrorResponseStatus" />
      <xs:element minOccurs="0" name="httpMethod" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nickname" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="notes" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="parameters" nillable="true" type="tns:ArrayOfMethodOperationParameter" />
      <xs:element minOccurs="0" name="responseClass" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="summary" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodOperation" nillable="true" type="tns:MethodOperation" />
  <xs:complexType name="ArrayOfErrorResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ErrorResponseStatus" nillable="true" type="tns:ErrorResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfErrorResponseStatus" nillable="true" type="tns:ArrayOfErrorResponseStatus" />
  <xs:complexType name="ErrorResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="code" type="xs:int" />
      <xs:element minOccurs="0" name="reason" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ErrorResponseStatus" nillable="true" type="tns:ErrorResponseStatus" />
  <xs:complexType name="ArrayOfMethodOperationParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="MethodOperationParameter" nillable="true" type="tns:MethodOperationParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfMethodOperationParameter" nillable="true" type="tns:ArrayOfMethodOperationParameter" />
  <xs:complexType name="MethodOperationParameter">
    <xs:sequence>
      <xs:element minOccurs="0" name="allowMultiple" type="xs:boolean" />
      <xs:element minOccurs="0" name="allowableValues" nillable="true" type="tns:ParameterAllowableValues" />
      <xs:element minOccurs="0" name="dataType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="paramType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="required" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MethodOperationParameter" nillable="true" type="tns:MethodOperationParameter" />
  <xs:complexType name="ParameterAllowableValues">
    <xs:sequence>
      <xs:element minOccurs="0" name="max" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="min" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="valueType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="values" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ParameterAllowableValues" nillable="true" type="tns:ParameterAllowableValues" />
  <xs:complexType name="SwaggerModel">
    <xs:sequence>
      <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="properties" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfKeyValueOfstringModelPropertyWw_PJ6Bhn" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SwaggerModel" nillable="true" type="tns:SwaggerModel" />
  <xs:complexType name="ModelProperty">
    <xs:sequence>
      <xs:element minOccurs="0" name="allowableValues" nillable="true" type="tns:ParameterAllowableValues" />
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="items" nillable="true" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q4:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="required" type="xs:boolean" />
      <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ModelProperty" nillable="true" type="tns:ModelProperty" />
  <xs:complexType name="Resources">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiKey" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Resources" nillable="true" type="tns:Resources" />
  <xs:complexType name="ResourcesResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="apiVersion" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="apis" nillable="true" type="tns:ArrayOfRestService" />
      <xs:element minOccurs="0" name="basePath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="swaggerVersion" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourcesResponse" nillable="true" type="tns:ResourcesResponse" />
  <xs:complexType name="ArrayOfRestService">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="RestService" nillable="true" type="tns:RestService" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRestService" nillable="true" type="tns:ArrayOfRestService" />
  <xs:complexType name="RestService">
    <xs:sequence>
      <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RestService" nillable="true" type="tns:RestService" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/SwpStack.Api.Swagger" />
  <xs:complexType name="ArrayOfstring">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
  <xs:complexType name="ArrayOfKeyValueOfstringSwaggerModelWw_PJ6Bhn">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringSwaggerModelWw_PJ6Bhn">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/SwpStack.Api.Swagger" type="q1:SwaggerModel" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringSwaggerModelWw_PJ6Bhn" nillable="true" type="tns:ArrayOfKeyValueOfstringSwaggerModelWw_PJ6Bhn" />
  <xs:complexType name="ArrayOfKeyValueOfstringModelPropertyWw_PJ6Bhn">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringModelPropertyWw_PJ6Bhn">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/SwpStack.Api.Swagger" type="q2:ModelProperty" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringModelPropertyWw_PJ6Bhn" nillable="true" type="tns:ArrayOfKeyValueOfstringModelPropertyWw_PJ6Bhn" />
  <xs:complexType name="ArrayOfKeyValueOfstringstring">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/SwpStack.Service.Entity.Common" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SwpStack.Service.Entity.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="CollectionResponseMetadata">
    <xs:sequence>
      <xs:element minOccurs="0" name="Permissions" nillable="true" type="tns:Permissions" />
      <xs:element minOccurs="0" name="ResultSet" nillable="true" type="tns:ResultSetMetadata" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CollectionResponseMetadata" nillable="true" type="tns:CollectionResponseMetadata" />
  <xs:complexType name="Permissions">
    <xs:sequence>
      <xs:element minOccurs="0" name="Acl" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Permissions" nillable="true" type="tns:Permissions" />
  <xs:complexType name="ResultSetMetadata">
    <xs:sequence>
      <xs:element minOccurs="0" name="Count" type="xs:int" />
      <xs:element minOccurs="0" name="Limit" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Offset" type="xs:int" />
      <xs:element minOccurs="0" name="Total" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResultSetMetadata" nillable="true" type="tns:ResultSetMetadata" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="RequestFolderPostIn">
        <wsdl:part name="parameters" element="tns:RequestFolderPost" />
    </wsdl:message>
    <wsdl:message name="RequestFolderPostOut">
        <wsdl:part name="parameters" element="tns:RequestFolderPostResponse" />
    </wsdl:message><wsdl:message name="RequestFolderPostSearchIn">
        <wsdl:part name="parameters" element="tns:RequestFolderPostSearch" />
    </wsdl:message>
    <wsdl:message name="RequestFolderPostSearchOut">
        <wsdl:part name="parameters" element="tns:RequestFolderPostSearchResponse" />
    </wsdl:message><wsdl:message name="RequestAutomationAttachmentPostV2In">
        <wsdl:part name="parameters" element="tns:RequestAutomationAttachmentPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestAutomationAttachmentPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestAutomationAttachmentPostV2Response" />
    </wsdl:message><wsdl:message name="RequestProjectTaskPostIn">
        <wsdl:part name="parameters" element="tns:RequestProjectTaskPost" />
    </wsdl:message>
    <wsdl:message name="RequestProjectTaskPostOut">
        <wsdl:part name="parameters" element="tns:RequestProjectTaskPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestConfigurationsAllPostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestConfigurationsAllPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestConfigurationsAllPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestConfigurationsAllPostV2Response" />
    </wsdl:message><wsdl:message name="RequestTestConfigurationPostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestConfigurationPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestConfigurationPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestConfigurationPostV2Response" />
    </wsdl:message><wsdl:message name="RequestTestRunPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestRunPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestRunPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestRunPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestRunRestartPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestRunRestartPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestRunRestartPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestRunRestartPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestSchedulePostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestSchedulePostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestSchedulePostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestSchedulePostV2Response" />
    </wsdl:message><wsdl:message name="RequestTestsAllPostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestsAllPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestsAllPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestsAllPostV2Response" />
    </wsdl:message><wsdl:message name="RequestTestPostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestPostV2Response" />
    </wsdl:message><wsdl:message name="RequestTestSetPostV2In">
        <wsdl:part name="parameters" element="tns:RequestTestSetPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestTestSetPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestTestSetPostV2Response" />
    </wsdl:message><wsdl:message name="RequestFilePostIn">
        <wsdl:part name="parameters" element="tns:RequestFilePost" />
    </wsdl:message>
    <wsdl:message name="RequestFilePostOut">
        <wsdl:part name="parameters" element="tns:RequestFilePostResponse" />
    </wsdl:message><wsdl:message name="RequestAutomationAttachmentPostIn">
        <wsdl:part name="parameters" element="tns:RequestAutomationAttachmentPost" />
    </wsdl:message>
    <wsdl:message name="RequestAutomationAttachmentPostOut">
        <wsdl:part name="parameters" element="tns:RequestAutomationAttachmentPostResponse" />
    </wsdl:message><wsdl:message name="RequestAutomationPostIn">
        <wsdl:part name="parameters" element="tns:RequestAutomationPost" />
    </wsdl:message>
    <wsdl:message name="RequestAutomationPostOut">
        <wsdl:part name="parameters" element="tns:RequestAutomationPostResponse" />
    </wsdl:message><wsdl:message name="RequestDefectsAllPostIn">
        <wsdl:part name="parameters" element="tns:RequestDefectsAllPost" />
    </wsdl:message>
    <wsdl:message name="RequestDefectsAllPostOut">
        <wsdl:part name="parameters" element="tns:RequestDefectsAllPostResponse" />
    </wsdl:message><wsdl:message name="RequestDefectPostIn">
        <wsdl:part name="parameters" element="tns:RequestDefectPost" />
    </wsdl:message>
    <wsdl:message name="RequestDefectPostOut">
        <wsdl:part name="parameters" element="tns:RequestDefectPostResponse" />
    </wsdl:message><wsdl:message name="RequestLinkedItemPostIn">
        <wsdl:part name="parameters" element="tns:RequestLinkedItemPost" />
    </wsdl:message>
    <wsdl:message name="RequestLinkedItemPostOut">
        <wsdl:part name="parameters" element="tns:RequestLinkedItemPostResponse" />
    </wsdl:message><wsdl:message name="RequestLinkedItemPostSearchIn">
        <wsdl:part name="parameters" element="tns:RequestLinkedItemPostSearch" />
    </wsdl:message>
    <wsdl:message name="RequestLinkedItemPostSearchOut">
        <wsdl:part name="parameters" element="tns:RequestLinkedItemPostSearchResponse" />
    </wsdl:message><wsdl:message name="RequestNotesPostIn">
        <wsdl:part name="parameters" element="tns:RequestNotesPost" />
    </wsdl:message>
    <wsdl:message name="RequestNotesPostOut">
        <wsdl:part name="parameters" element="tns:RequestNotesPostResponse" />
    </wsdl:message><wsdl:message name="RequestReleasePostSearchIn">
        <wsdl:part name="parameters" element="tns:RequestReleasePostSearch" />
    </wsdl:message>
    <wsdl:message name="RequestReleasePostSearchOut">
        <wsdl:part name="parameters" element="tns:RequestReleasePostSearchResponse" />
    </wsdl:message><wsdl:message name="RequestReleasePostIn">
        <wsdl:part name="parameters" element="tns:RequestReleasePost" />
    </wsdl:message>
    <wsdl:message name="RequestReleasePostOut">
        <wsdl:part name="parameters" element="tns:RequestReleasePostResponse" />
    </wsdl:message><wsdl:message name="RequestRequirementsAllPostIn">
        <wsdl:part name="parameters" element="tns:RequestRequirementsAllPost" />
    </wsdl:message>
    <wsdl:message name="RequestRequirementsAllPostOut">
        <wsdl:part name="parameters" element="tns:RequestRequirementsAllPostResponse" />
    </wsdl:message><wsdl:message name="RequestRequirementPostIn">
        <wsdl:part name="parameters" element="tns:RequestRequirementPost" />
    </wsdl:message>
    <wsdl:message name="RequestRequirementPostOut">
        <wsdl:part name="parameters" element="tns:RequestRequirementPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestsAllPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestsAllPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestsAllPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestsAllPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestSetItemPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestSetItemPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestSetItemPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestSetItemPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestSetItemBySeqPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestSetItemBySeqPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestSetItemBySeqPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestSetItemBySeqPostResponse" />
    </wsdl:message><wsdl:message name="RequestTestSetPostIn">
        <wsdl:part name="parameters" element="tns:RequestTestSetPost" />
    </wsdl:message>
    <wsdl:message name="RequestTestSetPostOut">
        <wsdl:part name="parameters" element="tns:RequestTestSetPostResponse" />
    </wsdl:message><wsdl:message name="RequestUserPostIn">
        <wsdl:part name="parameters" element="tns:RequestUserPost" />
    </wsdl:message>
    <wsdl:message name="RequestUserPostOut">
        <wsdl:part name="parameters" element="tns:RequestUserPostResponse" />
    </wsdl:message><wsdl:message name="RequestHostPostV2In">
        <wsdl:part name="parameters" element="tns:RequestHostPostV2" />
    </wsdl:message>
    <wsdl:message name="RequestHostPostV2Out">
        <wsdl:part name="parameters" element="tns:RequestHostPostV2Response" />
    </wsdl:message><wsdl:message name="RequestTrialSignupPostIn">
        <wsdl:part name="parameters" element="tns:RequestTrialSignupPost" />
    </wsdl:message>
    <wsdl:message name="RequestTrialSignupPostOut">
        <wsdl:part name="parameters" element="tns:RequestTrialSignupPostResponse" />
    </wsdl:message>

	<wsdl:message name="SendEntityByIdPostRequestIn">
        <wsdl:part name="parameters" element="tns:SendEntityByIdPostRequest" />
    </wsdl:message><wsdl:message name="RequestTestRunItemPostLogIn">
        <wsdl:part name="parameters" element="tns:RequestTestRunItemPostLog" />
    </wsdl:message><wsdl:message name="RequestTestRunItemPostReportIn">
        <wsdl:part name="parameters" element="tns:RequestTestRunItemPostReport" />
    </wsdl:message><wsdl:message name="RequestRunItemLogBinV2In">
        <wsdl:part name="parameters" element="tns:RequestRunItemLogBinV2" />
    </wsdl:message><wsdl:message name="RequestRunItemLogHtmlV2In">
        <wsdl:part name="parameters" element="tns:RequestRunItemLogHtmlV2" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply"><wsdl:operation name="RequestFolderPost">
        <wsdl:input message="svc:RequestFolderPostIn" />
        <wsdl:output message="svc:RequestFolderPostOut" />
    </wsdl:operation><wsdl:operation name="RequestFolderPostSearch">
        <wsdl:input message="svc:RequestFolderPostSearchIn" />
        <wsdl:output message="svc:RequestFolderPostSearchOut" />
    </wsdl:operation><wsdl:operation name="RequestAutomationAttachmentPostV2">
        <wsdl:input message="svc:RequestAutomationAttachmentPostV2In" />
        <wsdl:output message="svc:RequestAutomationAttachmentPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestProjectTaskPost">
        <wsdl:input message="svc:RequestProjectTaskPostIn" />
        <wsdl:output message="svc:RequestProjectTaskPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestConfigurationsAllPostV2">
        <wsdl:input message="svc:RequestTestConfigurationsAllPostV2In" />
        <wsdl:output message="svc:RequestTestConfigurationsAllPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTestConfigurationPostV2">
        <wsdl:input message="svc:RequestTestConfigurationPostV2In" />
        <wsdl:output message="svc:RequestTestConfigurationPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTestRunPost">
        <wsdl:input message="svc:RequestTestRunPostIn" />
        <wsdl:output message="svc:RequestTestRunPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestRunRestartPost">
        <wsdl:input message="svc:RequestTestRunRestartPostIn" />
        <wsdl:output message="svc:RequestTestRunRestartPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestSchedulePostV2">
        <wsdl:input message="svc:RequestTestSchedulePostV2In" />
        <wsdl:output message="svc:RequestTestSchedulePostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTestsAllPostV2">
        <wsdl:input message="svc:RequestTestsAllPostV2In" />
        <wsdl:output message="svc:RequestTestsAllPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTestPostV2">
        <wsdl:input message="svc:RequestTestPostV2In" />
        <wsdl:output message="svc:RequestTestPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTestSetPostV2">
        <wsdl:input message="svc:RequestTestSetPostV2In" />
        <wsdl:output message="svc:RequestTestSetPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestFilePost">
        <wsdl:input message="svc:RequestFilePostIn" />
        <wsdl:output message="svc:RequestFilePostOut" />
    </wsdl:operation><wsdl:operation name="RequestAutomationAttachmentPost">
        <wsdl:input message="svc:RequestAutomationAttachmentPostIn" />
        <wsdl:output message="svc:RequestAutomationAttachmentPostOut" />
    </wsdl:operation><wsdl:operation name="RequestAutomationPost">
        <wsdl:input message="svc:RequestAutomationPostIn" />
        <wsdl:output message="svc:RequestAutomationPostOut" />
    </wsdl:operation><wsdl:operation name="RequestDefectsAllPost">
        <wsdl:input message="svc:RequestDefectsAllPostIn" />
        <wsdl:output message="svc:RequestDefectsAllPostOut" />
    </wsdl:operation><wsdl:operation name="RequestDefectPost">
        <wsdl:input message="svc:RequestDefectPostIn" />
        <wsdl:output message="svc:RequestDefectPostOut" />
    </wsdl:operation><wsdl:operation name="RequestLinkedItemPost">
        <wsdl:input message="svc:RequestLinkedItemPostIn" />
        <wsdl:output message="svc:RequestLinkedItemPostOut" />
    </wsdl:operation><wsdl:operation name="RequestLinkedItemPostSearch">
        <wsdl:input message="svc:RequestLinkedItemPostSearchIn" />
        <wsdl:output message="svc:RequestLinkedItemPostSearchOut" />
    </wsdl:operation><wsdl:operation name="RequestNotesPost">
        <wsdl:input message="svc:RequestNotesPostIn" />
        <wsdl:output message="svc:RequestNotesPostOut" />
    </wsdl:operation><wsdl:operation name="RequestReleasePostSearch">
        <wsdl:input message="svc:RequestReleasePostSearchIn" />
        <wsdl:output message="svc:RequestReleasePostSearchOut" />
    </wsdl:operation><wsdl:operation name="RequestReleasePost">
        <wsdl:input message="svc:RequestReleasePostIn" />
        <wsdl:output message="svc:RequestReleasePostOut" />
    </wsdl:operation><wsdl:operation name="RequestRequirementsAllPost">
        <wsdl:input message="svc:RequestRequirementsAllPostIn" />
        <wsdl:output message="svc:RequestRequirementsAllPostOut" />
    </wsdl:operation><wsdl:operation name="RequestRequirementPost">
        <wsdl:input message="svc:RequestRequirementPostIn" />
        <wsdl:output message="svc:RequestRequirementPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestsAllPost">
        <wsdl:input message="svc:RequestTestsAllPostIn" />
        <wsdl:output message="svc:RequestTestsAllPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestPost">
        <wsdl:input message="svc:RequestTestPostIn" />
        <wsdl:output message="svc:RequestTestPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestSetItemPost">
        <wsdl:input message="svc:RequestTestSetItemPostIn" />
        <wsdl:output message="svc:RequestTestSetItemPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestSetItemBySeqPost">
        <wsdl:input message="svc:RequestTestSetItemBySeqPostIn" />
        <wsdl:output message="svc:RequestTestSetItemBySeqPostOut" />
    </wsdl:operation><wsdl:operation name="RequestTestSetPost">
        <wsdl:input message="svc:RequestTestSetPostIn" />
        <wsdl:output message="svc:RequestTestSetPostOut" />
    </wsdl:operation><wsdl:operation name="RequestUserPost">
        <wsdl:input message="svc:RequestUserPostIn" />
        <wsdl:output message="svc:RequestUserPostOut" />
    </wsdl:operation><wsdl:operation name="RequestHostPostV2">
        <wsdl:input message="svc:RequestHostPostV2In" />
        <wsdl:output message="svc:RequestHostPostV2Out" />
    </wsdl:operation><wsdl:operation name="RequestTrialSignupPost">
        <wsdl:input message="svc:RequestTrialSignupPostIn" />
        <wsdl:output message="svc:RequestTrialSignupPostOut" />
    </wsdl:operation></wsdl:portType>

	<wsdl:portType name="IOneWay"><wsdl:operation name="SendEntityByIdPostRequest">
        <wsdl:input message="svc:SendEntityByIdPostRequestIn" />
    </wsdl:operation><wsdl:operation name="RequestTestRunItemPostLog">
        <wsdl:input message="svc:RequestTestRunItemPostLogIn" />
    </wsdl:operation><wsdl:operation name="RequestTestRunItemPostReport">
        <wsdl:input message="svc:RequestTestRunItemPostReportIn" />
    </wsdl:operation><wsdl:operation name="RequestRunItemLogBinV2">
        <wsdl:input message="svc:RequestRunItemLogBinV2In" />
    </wsdl:operation><wsdl:operation name="RequestRunItemLogHtmlV2">
        <wsdl:input message="svc:RequestRunItemLogHtmlV2In" />
    </wsdl:operation></wsdl:portType>

	<wsdl:binding name="WSHttpBinding_ISyncReply" type="svc:ISyncReply">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="RequestFolderPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestFolderPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestFolderPostSearch">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestFolderPostSearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestAutomationAttachmentPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestAutomationAttachmentPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestProjectTaskPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestProjectTaskPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestConfigurationsAllPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestConfigurationsAllPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestConfigurationPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestConfigurationPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestRunPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestRunPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestRunRestartPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestRunRestartPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestSchedulePostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestSchedulePostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestsAllPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestsAllPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestSetPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestSetPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestFilePost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestFilePost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestAutomationAttachmentPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestAutomationAttachmentPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestAutomationPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestAutomationPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestDefectsAllPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestDefectsAllPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestDefectPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestDefectPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestLinkedItemPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestLinkedItemPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestLinkedItemPostSearch">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestLinkedItemPostSearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestNotesPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestNotesPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestReleasePostSearch">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestReleasePostSearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestReleasePost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestReleasePost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestRequirementsAllPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestRequirementsAllPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestRequirementPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestRequirementPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestsAllPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestsAllPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestSetItemPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestSetItemPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestSetItemBySeqPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestSetItemBySeqPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTestSetPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestSetPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestUserPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestUserPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestHostPostV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestHostPostV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="RequestTrialSignupPost">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTrialSignupPost" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
	</wsdl:binding>
        
	<wsdl:binding name="WSHttpBinding_IOneWay" type="svc:IOneWay">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="SendEntityByIdPostRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SendEntityByIdPostRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RequestTestRunItemPostLog">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestRunItemPostLog" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RequestTestRunItemPostReport">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestTestRunItemPostReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RequestRunItemLogBinV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestRunItemLogBinV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RequestRunItemLogHtmlV2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RequestRunItemLogHtmlV2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="SyncReply">
		<wsdl:port name="WSHttpBinding_ISyncReply" binding="svc:WSHttpBinding_ISyncReply">
			<soap:address location="http://rest.qacomplete.smartbear.com/rest-api/service/soap12" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="WSHttpBinding_IOneWay" binding="svc:WSHttpBinding_IOneWay">
			<soap:address location="http://rest.qacomplete.smartbear.com/rest-api/service/soap12" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>