<?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.servicestack.net/types.Admin" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types.Admin" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.servicestack.net/types" />
  <xs:complexType name="RequestLogs">
    <xs:sequence>
      <xs:element minOccurs="0" name="BeforeSecs" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="AfterSecs" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="IpAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ForwardedFor" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Referer" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PathInfo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Ids" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOflong" />
      <xs:element minOccurs="0" name="BeforeId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="AfterId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="HasResponse" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="WithErrors" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Skip" type="xs:int" />
      <xs:element minOccurs="0" name="Take" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="EnableSessionTracking" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="EnableResponseTracking" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="EnableErrorTracking" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="DurationLongerThan" nillable="true" type="ser:duration" />
      <xs:element minOccurs="0" name="DurationLessThan" nillable="true" type="ser:duration" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestLogs" nillable="true" type="tns:RequestLogs" />
  <xs:complexType name="RequestLogsResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Results" nillable="true" xmlns:q2="http://schemas.servicestack.net/types" type="q2:ArrayOfRequestLogEntry" />
      <xs:element minOccurs="0" name="Usage" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" xmlns:q4="http://schemas.servicestack.net/types" type="q4:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestLogsResponse" nillable="true" type="tns:RequestLogsResponse" />
</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:complexType name="ArrayOflong">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="long" type="xs:long" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOflong" nillable="true" type="tns:ArrayOflong" />
  <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:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
  <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:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="ArrayOfRequestLogEntry">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="RequestLogEntry" nillable="true" type="tns:RequestLogEntry" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRequestLogEntry" nillable="true" type="tns:ArrayOfRequestLogEntry" />
  <xs:complexType name="RequestLogEntry">
    <xs:sequence>
      <xs:element minOccurs="0" name="AbsoluteUri" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DateTime" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ErrorResponse" nillable="true" type="xs:anyType" />
      <xs:element minOccurs="0" name="FormData" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="ForwardedFor" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Headers" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="HttpMethod" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" type="xs:long" />
      <xs:element minOccurs="0" name="IpAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Items" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="PathInfo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Referer" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RequestBody" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RequestDto" nillable="true" type="xs:anyType" />
      <xs:element minOccurs="0" name="RequestDuration" type="ser:duration" />
      <xs:element minOccurs="0" name="ResponseDto" nillable="true" type="xs:anyType" />
      <xs:element minOccurs="0" name="Session" nillable="true" type="xs:anyType" />
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthId" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestLogEntry" nillable="true" type="tns:RequestLogEntry" />
  <xs:complexType name="ResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StackTrace" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
  <xs:complexType name="ArrayOfResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ResponseError" nillable="true" type="tns:ResponseError" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfResponseError" nillable="true" type="tns:ArrayOfResponseError" />
  <xs:complexType name="ResponseError">
    <xs:sequence>
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseError" nillable="true" type="tns:ResponseError" />
  <xs:complexType name="ArrayOfResponseStatus">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfResponseStatus" nillable="true" type="tns:ArrayOfResponseStatus" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="AuthUserSession">
    <xs:sequence>
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserAuthName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TwitterUserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TwitterScreenName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FacebookUserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FacebookUserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Company" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PrimaryEmail" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="BirthDateRaw" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Address2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Culture" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Gender" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Nickname" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PostalCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TimeZone" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RequestTokenSecret" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CreatedAt" type="xs:dateTime" />
      <xs:element minOccurs="0" name="LastModified" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ProviderOAuthAccess" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfanyType" />
      <xs:element minOccurs="0" name="Roles" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" />
      <xs:element minOccurs="0" name="Permissions" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" />
      <xs:element minOccurs="0" name="IsAuthenticated" type="xs:boolean" />
      <xs:element minOccurs="0" name="Sequence" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Tag" type="xs:long" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthUserSession" nillable="true" type="tns:AuthUserSession" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types.MiniProfiler" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types.MiniProfiler" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.servicestack.net/types.MiniProfiler.Data" />
  <xs:complexType name="Profiler">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Started" type="xs:dateTime" />
      <xs:element minOccurs="0" name="MachineName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Level" type="tns:ProfileLevel" />
      <xs:element minOccurs="0" name="Root" nillable="true" type="tns:Timing" />
      <xs:element minOccurs="0" name="User" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="HasUserViewed" type="xs:boolean" />
      <xs:element minOccurs="0" name="DurationMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="HasTrivialTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasAllTrivialTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="TrivialDurationThresholdMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="ElapsedTicks" type="xs:long" />
      <xs:element minOccurs="0" name="DurationMillisecondsInSql" type="xs:decimal" />
      <xs:element minOccurs="0" name="Json" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="HasSqlTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasDuplicateSqlTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="ExecutedReaders" type="xs:int" />
      <xs:element minOccurs="0" name="ExecutedScalars" type="xs:int" />
      <xs:element minOccurs="0" name="ExecutedNonQueries" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Profiler" nillable="true" type="tns:Profiler" />
  <xs:simpleType name="ProfileLevel">
    <xs:annotation>
      <xs:appinfo>
        <ActualType Name="unsignedByte" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Info" />
      <xs:enumeration value="Verbose" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ProfileLevel" nillable="true" type="tns:ProfileLevel" />
  <xs:complexType name="Timing">
    <xs:sequence>
      <xs:element minOccurs="0" name="Depth" type="xs:short" />
      <xs:element minOccurs="0" name="DurationWithoutChildrenMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="ExecutedNonQueries" type="xs:int" />
      <xs:element minOccurs="0" name="ExecutedReaders" type="xs:int" />
      <xs:element minOccurs="0" name="ExecutedScalars" type="xs:int" />
      <xs:element minOccurs="0" name="HasChildren" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasDuplicateSqlTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasSqlTimings" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsRoot" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsTrivial" type="xs:boolean" />
      <xs:element minOccurs="0" name="SqlTimingsDurationMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="Id" type="ser:guid" />
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DurationMilliseconds" nillable="true" type="xs:decimal" />
      <xs:element minOccurs="0" name="StartMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="Children" nillable="true" type="tns:ArrayOfTiming" />
      <xs:element minOccurs="0" name="KeyValues" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="SqlTimings" nillable="true" type="tns:ArrayOfSqlTiming" />
      <xs:element minOccurs="0" name="ParentTimingId" nillable="true" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Timing" nillable="true" type="tns:Timing" />
  <xs:complexType name="ArrayOfTiming">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Timing" nillable="true" type="tns:Timing" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfTiming" nillable="true" type="tns:ArrayOfTiming" />
  <xs:complexType name="ArrayOfSqlTiming">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SqlTiming" nillable="true" type="tns:SqlTiming" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfSqlTiming" nillable="true" type="tns:ArrayOfSqlTiming" />
  <xs:complexType name="SqlTiming">
    <xs:sequence>
      <xs:element minOccurs="0" name="ExecuteType" xmlns:q2="http://schemas.servicestack.net/types.MiniProfiler.Data" type="q2:ExecuteType" />
      <xs:element minOccurs="0" name="CommandString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FormattedCommandString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StackTraceSnippet" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StartMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="DurationMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="FirstFetchDurationMilliseconds" type="xs:decimal" />
      <xs:element minOccurs="0" name="Parameters" nillable="true" type="tns:ArrayOfSqlTimingParameter" />
      <xs:element minOccurs="0" name="ParentTimingId" nillable="true" type="ser:guid" />
      <xs:element minOccurs="0" name="IsDuplicate" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SqlTiming" nillable="true" type="tns:SqlTiming" />
  <xs:complexType name="ArrayOfSqlTimingParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SqlTimingParameter" nillable="true" type="tns:SqlTimingParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfSqlTimingParameter" nillable="true" type="tns:ArrayOfSqlTimingParameter" />
  <xs:complexType name="SqlTimingParameter">
    <xs:sequence>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DbType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Size" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SqlTimingParameter" nillable="true" type="tns:SqlTimingParameter" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types.MiniProfiler.Data" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types.MiniProfiler.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType name="ExecuteType">
    <xs:annotation>
      <xs:appinfo>
        <ActualType Name="unsignedByte" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="None" />
      <xs:enumeration value="NonQuery" />
      <xs:enumeration value="Scalar" />
      <xs:enumeration value="Reader" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ExecuteType" nillable="true" type="tns:ExecuteType" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.servicestack.net/types.Host.Handlers" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types.Host.Handlers" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.servicestack.net/types" />
  <xs:complexType name="RequestInfo">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="RequestInfo" nillable="true" type="tns:RequestInfo" />
  <xs:complexType name="RequestInfoResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="AbsoluteUri" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="AcceptTypes" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
      <xs:element minOccurs="0" name="AllOperationNames" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" />
      <xs:element minOccurs="0" name="ApplicationBaseUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApplicationPath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ApplicationVirtualPath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ContentLength" type="xs:long" />
      <xs:element minOccurs="0" name="ContentType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Date" type="xs:dateTime" />
      <xs:element minOccurs="0" name="DebugString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FormData" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="GetLeftPath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="GetPathUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="HandlerFactoryArgs" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="HandlerFactoryPath" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Headers" nillable="true" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q4:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="Host" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="HttpMethod" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="LastRequestInfo" nillable="true" type="tns:RequestHandlerInfo" />
      <xs:element minOccurs="0" name="LogonUserInfo" nillable="true" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q5:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="OperationName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OperationNames" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfstring" />
      <xs:element minOccurs="0" name="Path" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PathInfo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PluginsLoaded" nillable="true" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q7:ArrayOfstring" />
      <xs:element minOccurs="0" name="QueryString" nillable="true" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q8:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="RawUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RequestResponseMap" nillable="true" xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q9:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="ResolveAbsoluteUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResolvedPathInfo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseContentType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ServiceName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StartUpErrors" nillable="true" xmlns:q10="http://schemas.servicestack.net/types" type="q10:ArrayOfResponseStatus" />
      <xs:element minOccurs="0" name="Stats" nillable="true" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q11:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="Status" type="xs:int" />
      <xs:element minOccurs="0" name="StripApplicationVirtualPath" type="xs:boolean" />
      <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Usage" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserHostAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VirtualAbsolutePathRoot" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VirtualAppRelativePathRoot" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VirtualPathProviderFiles" nillable="true" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q12:ArrayOfstring" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestInfoResponse" nillable="true" type="tns:RequestInfoResponse" />
  <xs:complexType name="RequestHandlerInfo">
    <xs:sequence>
      <xs:element minOccurs="0" name="HandlerType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OperationName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PathInfo" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestHandlerInfo" nillable="true" type="tns:RequestHandlerInfo" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="SuscribirIn">
        <wsdl:part name="par" element="tns:Suscribir" />
    </wsdl:message>
    <wsdl:message name="SuscribirOut">
        <wsdl:part name="par" element="tns:SuscribirResponse" />
    </wsdl:message><wsdl:message name="DeSuscribirIn">
        <wsdl:part name="par" element="tns:DeSuscribir" />
    </wsdl:message>
    <wsdl:message name="DeSuscribirOut">
        <wsdl:part name="par" element="tns:DeSuscribirResponse" />
    </wsdl:message><wsdl:message name="GetIdClubIn">
        <wsdl:part name="par" element="tns:GetIdClub" />
    </wsdl:message>
    <wsdl:message name="GetIdClubOut">
        <wsdl:part name="par" element="tns:GetIdClubResponse" />
    </wsdl:message><wsdl:message name="GetHistorialIn">
        <wsdl:part name="par" element="tns:GetHistorial" />
    </wsdl:message>
    <wsdl:message name="GetHistorialOut">
        <wsdl:part name="par" element="tns:GetHistorialResponse" />
    </wsdl:message><wsdl:message name="LandingUrlIn">
        <wsdl:part name="par" element="tns:LandingUrl" />
    </wsdl:message>
    <wsdl:message name="LandingUrlOut">
        <wsdl:part name="par" element="tns:LandingUrlResponse" />
    </wsdl:message><wsdl:message name="GetReporteCobrosIn">
        <wsdl:part name="par" element="tns:GetReporteCobros" />
    </wsdl:message>
    <wsdl:message name="GetReporteCobrosOut">
        <wsdl:part name="par" element="tns:GetReporteCobrosResponse" />
    </wsdl:message><wsdl:message name="TypesMetadataIn">
        <wsdl:part name="par" element="tns:TypesMetadata" />
    </wsdl:message>
    <wsdl:message name="TypesMetadataOut">
        <wsdl:part name="par" element="tns:TypesMetadataResponse" />
    </wsdl:message>

	<wsdl:message name="ComprarCreditosIn">
        <wsdl:part name="par" element="tns:ComprarCreditos" />
    </wsdl:message><wsdl:message name="CancelaBajaIn">
        <wsdl:part name="par" element="tns:CancelaBaja" />
    </wsdl:message><wsdl:message name="SendMailIn">
        <wsdl:part name="par" element="tns:SendMail" />
    </wsdl:message><wsdl:message name="ComprarTextoIn">
        <wsdl:part name="par" element="tns:ComprarTexto" />
    </wsdl:message><wsdl:message name="CobrarDedicatoriaIn">
        <wsdl:part name="par" element="tns:CobrarDedicatoria" />
    </wsdl:message><wsdl:message name="ComprarDedicatoriaIn">
        <wsdl:part name="par" element="tns:ComprarDedicatoria" />
    </wsdl:message><wsdl:message name="DedicatoriaIn">
        <wsdl:part name="par" element="tns:Dedicatoria" />
    </wsdl:message><wsdl:message name="validaCreditosIn">
        <wsdl:part name="par" element="tns:validaCreditos" />
    </wsdl:message><wsdl:message name="StreamingIn">
        <wsdl:part name="par" element="tns:Streaming" />
    </wsdl:message><wsdl:message name="validaSuscriberIn">
        <wsdl:part name="par" element="tns:validaSuscriber" />
    </wsdl:message><wsdl:message name="AuthorizeIn">
        <wsdl:part name="par" element="tns:Authorize" />
    </wsdl:message><wsdl:message name="sendPinIn">
        <wsdl:part name="par" element="tns:sendPin" />
    </wsdl:message><wsdl:message name="validaPinIn">
        <wsdl:part name="par" element="tns:validaPin" />
    </wsdl:message><wsdl:message name="SetNavegacionLandingClubesIn">
        <wsdl:part name="par" element="tns:SetNavegacionLandingClubes" />
    </wsdl:message><wsdl:message name="SetNavegacionExternaIn">
        <wsdl:part name="par" element="tns:SetNavegacionExterna" />
    </wsdl:message><wsdl:message name="GetArchivoVideoIn">
        <wsdl:part name="par" element="tns:GetArchivoVideo" />
    </wsdl:message><wsdl:message name="GetTriviaSettingsIn">
        <wsdl:part name="par" element="tns:GetTriviaSettings" />
    </wsdl:message><wsdl:message name="StartTriviaIn">
        <wsdl:part name="par" element="tns:StartTrivia" />
    </wsdl:message><wsdl:message name="SetTriviaSettingsIn">
        <wsdl:part name="par" element="tns:SetTriviaSettings" />
    </wsdl:message><wsdl:message name="SetResponseTriviaIn">
        <wsdl:part name="par" element="tns:SetResponseTrivia" />
    </wsdl:message><wsdl:message name="GetContentIn">
        <wsdl:part name="par" element="tns:GetContent" />
    </wsdl:message><wsdl:message name="GetVistaPreviaIn">
        <wsdl:part name="par" element="tns:GetVistaPrevia" />
    </wsdl:message><wsdl:message name="GetArchivoIn">
        <wsdl:part name="par" element="tns:GetArchivo" />
    </wsdl:message><wsdl:message name="ComprarContenidoIn">
        <wsdl:part name="par" element="tns:ComprarContenido" />
    </wsdl:message><wsdl:message name="GetListarCategoriasClubIn">
        <wsdl:part name="par" element="tns:GetListarCategoriasClub" />
    </wsdl:message><wsdl:message name="GetListarSubCategoriasClubIn">
        <wsdl:part name="par" element="tns:GetListarSubCategoriasClub" />
    </wsdl:message><wsdl:message name="ListarContenidoIn">
        <wsdl:part name="par" element="tns:ListarContenido" />
    </wsdl:message><wsdl:message name="GetContentCategoriesIn">
        <wsdl:part name="par" element="tns:GetContentCategories" />
    </wsdl:message><wsdl:message name="GetContentSubcategoriesIn">
        <wsdl:part name="par" element="tns:GetContentSubcategories" />
    </wsdl:message><wsdl:message name="GetPreviewContentCategoryIn">
        <wsdl:part name="par" element="tns:GetPreviewContentCategory" />
    </wsdl:message><wsdl:message name="GetPreviewContentTopIdclubIn">
        <wsdl:part name="par" element="tns:GetPreviewContentTopIdclub" />
    </wsdl:message><wsdl:message name="GetPreviewTopContentCategoryIn">
        <wsdl:part name="par" element="tns:GetPreviewTopContentCategory" />
    </wsdl:message><wsdl:message name="GetPreviewContentIn">
        <wsdl:part name="par" element="tns:GetPreviewContent" />
    </wsdl:message><wsdl:message name="ViewPreviewsContentIn">
        <wsdl:part name="par" element="tns:ViewPreviewsContent" />
    </wsdl:message><wsdl:message name="GetContentByTipoContenidoIn">
        <wsdl:part name="par" element="tns:GetContentByTipoContenido" />
    </wsdl:message><wsdl:message name="GetWhatsStatusIn">
        <wsdl:part name="par" element="tns:GetWhatsStatus" />
    </wsdl:message><wsdl:message name="PreviewAllIn">
        <wsdl:part name="par" element="tns:PreviewAll" />
    </wsdl:message><wsdl:message name="TriviaIn">
        <wsdl:part name="par" element="tns:Trivia" />
    </wsdl:message><wsdl:message name="RegistroCuponIn">
        <wsdl:part name="par" element="tns:RegistroCupon" />
    </wsdl:message><wsdl:message name="GetCanalClubIn">
        <wsdl:part name="par" element="tns:GetCanalClub" />
    </wsdl:message><wsdl:message name="GetMediasClubIn">
        <wsdl:part name="par" element="tns:GetMediasClub" />
    </wsdl:message><wsdl:message name="GetAgenciasClubIn">
        <wsdl:part name="par" element="tns:GetAgenciasClub" />
    </wsdl:message><wsdl:message name="GetCboClubsIn">
        <wsdl:part name="par" element="tns:GetCboClubs" />
    </wsdl:message><wsdl:message name="GetUserIdClubsIn">
        <wsdl:part name="par" element="tns:GetUserIdClubs" />
    </wsdl:message><wsdl:message name="GetRptCobrosHoraIn">
        <wsdl:part name="par" element="tns:GetRptCobrosHora" />
    </wsdl:message><wsdl:message name="GetRptBajasHoraIn">
        <wsdl:part name="par" element="tns:GetRptBajasHora" />
    </wsdl:message><wsdl:message name="GetRptBajasHoraGeneralIn">
        <wsdl:part name="par" element="tns:GetRptBajasHoraGeneral" />
    </wsdl:message><wsdl:message name="GetNotificacionesHoraIn">
        <wsdl:part name="par" element="tns:GetNotificacionesHora" />
    </wsdl:message><wsdl:message name="GetNotificacionesWapHoraIn">
        <wsdl:part name="par" element="tns:GetNotificacionesWapHora" />
    </wsdl:message><wsdl:message name="GetNotificacionesFlipperHoraIn">
        <wsdl:part name="par" element="tns:GetNotificacionesFlipperHora" />
    </wsdl:message><wsdl:message name="GetCobrosPropiosIn">
        <wsdl:part name="par" element="tns:GetCobrosPropios" />
    </wsdl:message><wsdl:message name="GetErroresCobroByCarrierAndClubIn">
        <wsdl:part name="par" element="tns:GetErroresCobroByCarrierAndClub" />
    </wsdl:message><wsdl:message name="GetErroresCobroByCarrierAndClub_2In">
        <wsdl:part name="par" element="tns:GetErroresCobroByCarrierAndClub_2" />
    </wsdl:message><wsdl:message name="GetServiceListIn">
        <wsdl:part name="par" element="tns:GetServiceList" />
    </wsdl:message><wsdl:message name="GetQueueListIn">
        <wsdl:part name="par" element="tns:GetQueueList" />
    </wsdl:message><wsdl:message name="RestartServiceIn">
        <wsdl:part name="par" element="tns:RestartService" />
    </wsdl:message><wsdl:message name="GetCobrosHoraChartIn">
        <wsdl:part name="par" element="tns:GetCobrosHoraChart" />
    </wsdl:message><wsdl:message name="GetReporteCobroIn">
        <wsdl:part name="par" element="tns:GetReporteCobro" />
    </wsdl:message><wsdl:message name="GetReporteConcentradoIn">
        <wsdl:part name="par" element="tns:GetReporteConcentrado" />
    </wsdl:message><wsdl:message name="GetRptAltasWebGeneralIn">
        <wsdl:part name="par" element="tns:GetRptAltasWebGeneral" />
    </wsdl:message><wsdl:message name="GetRptAltasWapGeneralIn">
        <wsdl:part name="par" element="tns:GetRptAltasWapGeneral" />
    </wsdl:message><wsdl:message name="GetRptAltasWebGeneralCarrierClubIn">
        <wsdl:part name="par" element="tns:GetRptAltasWebGeneralCarrierClub" />
    </wsdl:message><wsdl:message name="GetCboCarriersIn">
        <wsdl:part name="par" element="tns:GetCboCarriers" />
    </wsdl:message><wsdl:message name="GetRptSuscripcionesHoraIn">
        <wsdl:part name="par" element="tns:GetRptSuscripcionesHora" />
    </wsdl:message><wsdl:message name="GetAgenciasIn">
        <wsdl:part name="par" element="tns:GetAgencias" />
    </wsdl:message><wsdl:message name="GetMediaByAgenciaIn">
        <wsdl:part name="par" element="tns:GetMediaByAgencia" />
    </wsdl:message><wsdl:message name="GetRptCaptacionIn">
        <wsdl:part name="par" element="tns:GetRptCaptacion" />
    </wsdl:message><wsdl:message name="TypesCSharpIn">
        <wsdl:part name="par" element="tns:TypesCSharp" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply"><wsdl:operation name="Suscribir">
        <wsdl:input message="svc:SuscribirIn" />
        <wsdl:output message="svc:SuscribirOut" />
    </wsdl:operation><wsdl:operation name="DeSuscribir">
        <wsdl:input message="svc:DeSuscribirIn" />
        <wsdl:output message="svc:DeSuscribirOut" />
    </wsdl:operation><wsdl:operation name="GetIdClub">
        <wsdl:input message="svc:GetIdClubIn" />
        <wsdl:output message="svc:GetIdClubOut" />
    </wsdl:operation><wsdl:operation name="GetHistorial">
        <wsdl:input message="svc:GetHistorialIn" />
        <wsdl:output message="svc:GetHistorialOut" />
    </wsdl:operation><wsdl:operation name="LandingUrl">
        <wsdl:input message="svc:LandingUrlIn" />
        <wsdl:output message="svc:LandingUrlOut" />
    </wsdl:operation><wsdl:operation name="GetReporteCobros">
        <wsdl:input message="svc:GetReporteCobrosIn" />
        <wsdl:output message="svc:GetReporteCobrosOut" />
    </wsdl:operation><wsdl:operation name="TypesMetadata">
        <wsdl:input message="svc:TypesMetadataIn" />
        <wsdl:output message="svc:TypesMetadataOut" />
    </wsdl:operation></wsdl:portType>

	<wsdl:portType name="IOneWay"><wsdl:operation name="ComprarCreditos">
        <wsdl:input message="svc:ComprarCreditosIn" />
    </wsdl:operation><wsdl:operation name="CancelaBaja">
        <wsdl:input message="svc:CancelaBajaIn" />
    </wsdl:operation><wsdl:operation name="SendMail">
        <wsdl:input message="svc:SendMailIn" />
    </wsdl:operation><wsdl:operation name="ComprarTexto">
        <wsdl:input message="svc:ComprarTextoIn" />
    </wsdl:operation><wsdl:operation name="CobrarDedicatoria">
        <wsdl:input message="svc:CobrarDedicatoriaIn" />
    </wsdl:operation><wsdl:operation name="ComprarDedicatoria">
        <wsdl:input message="svc:ComprarDedicatoriaIn" />
    </wsdl:operation><wsdl:operation name="Dedicatoria">
        <wsdl:input message="svc:DedicatoriaIn" />
    </wsdl:operation><wsdl:operation name="validaCreditos">
        <wsdl:input message="svc:validaCreditosIn" />
    </wsdl:operation><wsdl:operation name="Streaming">
        <wsdl:input message="svc:StreamingIn" />
    </wsdl:operation><wsdl:operation name="validaSuscriber">
        <wsdl:input message="svc:validaSuscriberIn" />
    </wsdl:operation><wsdl:operation name="Authorize">
        <wsdl:input message="svc:AuthorizeIn" />
    </wsdl:operation><wsdl:operation name="sendPin">
        <wsdl:input message="svc:sendPinIn" />
    </wsdl:operation><wsdl:operation name="validaPin">
        <wsdl:input message="svc:validaPinIn" />
    </wsdl:operation><wsdl:operation name="SetNavegacionLandingClubes">
        <wsdl:input message="svc:SetNavegacionLandingClubesIn" />
    </wsdl:operation><wsdl:operation name="SetNavegacionExterna">
        <wsdl:input message="svc:SetNavegacionExternaIn" />
    </wsdl:operation><wsdl:operation name="GetArchivoVideo">
        <wsdl:input message="svc:GetArchivoVideoIn" />
    </wsdl:operation><wsdl:operation name="GetTriviaSettings">
        <wsdl:input message="svc:GetTriviaSettingsIn" />
    </wsdl:operation><wsdl:operation name="StartTrivia">
        <wsdl:input message="svc:StartTriviaIn" />
    </wsdl:operation><wsdl:operation name="SetTriviaSettings">
        <wsdl:input message="svc:SetTriviaSettingsIn" />
    </wsdl:operation><wsdl:operation name="SetResponseTrivia">
        <wsdl:input message="svc:SetResponseTriviaIn" />
    </wsdl:operation><wsdl:operation name="GetContent">
        <wsdl:input message="svc:GetContentIn" />
    </wsdl:operation><wsdl:operation name="GetVistaPrevia">
        <wsdl:input message="svc:GetVistaPreviaIn" />
    </wsdl:operation><wsdl:operation name="GetArchivo">
        <wsdl:input message="svc:GetArchivoIn" />
    </wsdl:operation><wsdl:operation name="ComprarContenido">
        <wsdl:input message="svc:ComprarContenidoIn" />
    </wsdl:operation><wsdl:operation name="GetListarCategoriasClub">
        <wsdl:input message="svc:GetListarCategoriasClubIn" />
    </wsdl:operation><wsdl:operation name="GetListarSubCategoriasClub">
        <wsdl:input message="svc:GetListarSubCategoriasClubIn" />
    </wsdl:operation><wsdl:operation name="ListarContenido">
        <wsdl:input message="svc:ListarContenidoIn" />
    </wsdl:operation><wsdl:operation name="GetContentCategories">
        <wsdl:input message="svc:GetContentCategoriesIn" />
    </wsdl:operation><wsdl:operation name="GetContentSubcategories">
        <wsdl:input message="svc:GetContentSubcategoriesIn" />
    </wsdl:operation><wsdl:operation name="GetPreviewContentCategory">
        <wsdl:input message="svc:GetPreviewContentCategoryIn" />
    </wsdl:operation><wsdl:operation name="GetPreviewContentTopIdclub">
        <wsdl:input message="svc:GetPreviewContentTopIdclubIn" />
    </wsdl:operation><wsdl:operation name="GetPreviewTopContentCategory">
        <wsdl:input message="svc:GetPreviewTopContentCategoryIn" />
    </wsdl:operation><wsdl:operation name="GetPreviewContent">
        <wsdl:input message="svc:GetPreviewContentIn" />
    </wsdl:operation><wsdl:operation name="ViewPreviewsContent">
        <wsdl:input message="svc:ViewPreviewsContentIn" />
    </wsdl:operation><wsdl:operation name="GetContentByTipoContenido">
        <wsdl:input message="svc:GetContentByTipoContenidoIn" />
    </wsdl:operation><wsdl:operation name="GetWhatsStatus">
        <wsdl:input message="svc:GetWhatsStatusIn" />
    </wsdl:operation><wsdl:operation name="PreviewAll">
        <wsdl:input message="svc:PreviewAllIn" />
    </wsdl:operation><wsdl:operation name="Trivia">
        <wsdl:input message="svc:TriviaIn" />
    </wsdl:operation><wsdl:operation name="RegistroCupon">
        <wsdl:input message="svc:RegistroCuponIn" />
    </wsdl:operation><wsdl:operation name="GetCanalClub">
        <wsdl:input message="svc:GetCanalClubIn" />
    </wsdl:operation><wsdl:operation name="GetMediasClub">
        <wsdl:input message="svc:GetMediasClubIn" />
    </wsdl:operation><wsdl:operation name="GetAgenciasClub">
        <wsdl:input message="svc:GetAgenciasClubIn" />
    </wsdl:operation><wsdl:operation name="GetCboClubs">
        <wsdl:input message="svc:GetCboClubsIn" />
    </wsdl:operation><wsdl:operation name="GetUserIdClubs">
        <wsdl:input message="svc:GetUserIdClubsIn" />
    </wsdl:operation><wsdl:operation name="GetRptCobrosHora">
        <wsdl:input message="svc:GetRptCobrosHoraIn" />
    </wsdl:operation><wsdl:operation name="GetRptBajasHora">
        <wsdl:input message="svc:GetRptBajasHoraIn" />
    </wsdl:operation><wsdl:operation name="GetRptBajasHoraGeneral">
        <wsdl:input message="svc:GetRptBajasHoraGeneralIn" />
    </wsdl:operation><wsdl:operation name="GetNotificacionesHora">
        <wsdl:input message="svc:GetNotificacionesHoraIn" />
    </wsdl:operation><wsdl:operation name="GetNotificacionesWapHora">
        <wsdl:input message="svc:GetNotificacionesWapHoraIn" />
    </wsdl:operation><wsdl:operation name="GetNotificacionesFlipperHora">
        <wsdl:input message="svc:GetNotificacionesFlipperHoraIn" />
    </wsdl:operation><wsdl:operation name="GetCobrosPropios">
        <wsdl:input message="svc:GetCobrosPropiosIn" />
    </wsdl:operation><wsdl:operation name="GetErroresCobroByCarrierAndClub">
        <wsdl:input message="svc:GetErroresCobroByCarrierAndClubIn" />
    </wsdl:operation><wsdl:operation name="GetErroresCobroByCarrierAndClub_2">
        <wsdl:input message="svc:GetErroresCobroByCarrierAndClub_2In" />
    </wsdl:operation><wsdl:operation name="GetServiceList">
        <wsdl:input message="svc:GetServiceListIn" />
    </wsdl:operation><wsdl:operation name="GetQueueList">
        <wsdl:input message="svc:GetQueueListIn" />
    </wsdl:operation><wsdl:operation name="RestartService">
        <wsdl:input message="svc:RestartServiceIn" />
    </wsdl:operation><wsdl:operation name="GetCobrosHoraChart">
        <wsdl:input message="svc:GetCobrosHoraChartIn" />
    </wsdl:operation><wsdl:operation name="GetReporteCobro">
        <wsdl:input message="svc:GetReporteCobroIn" />
    </wsdl:operation><wsdl:operation name="GetReporteConcentrado">
        <wsdl:input message="svc:GetReporteConcentradoIn" />
    </wsdl:operation><wsdl:operation name="GetRptAltasWebGeneral">
        <wsdl:input message="svc:GetRptAltasWebGeneralIn" />
    </wsdl:operation><wsdl:operation name="GetRptAltasWapGeneral">
        <wsdl:input message="svc:GetRptAltasWapGeneralIn" />
    </wsdl:operation><wsdl:operation name="GetRptAltasWebGeneralCarrierClub">
        <wsdl:input message="svc:GetRptAltasWebGeneralCarrierClubIn" />
    </wsdl:operation><wsdl:operation name="GetCboCarriers">
        <wsdl:input message="svc:GetCboCarriersIn" />
    </wsdl:operation><wsdl:operation name="GetRptSuscripcionesHora">
        <wsdl:input message="svc:GetRptSuscripcionesHoraIn" />
    </wsdl:operation><wsdl:operation name="GetAgencias">
        <wsdl:input message="svc:GetAgenciasIn" />
    </wsdl:operation><wsdl:operation name="GetMediaByAgencia">
        <wsdl:input message="svc:GetMediaByAgenciaIn" />
    </wsdl:operation><wsdl:operation name="GetRptCaptacion">
        <wsdl:input message="svc:GetRptCaptacionIn" />
    </wsdl:operation><wsdl:operation name="TypesCSharp">
        <wsdl:input message="svc:TypesCSharpIn" />
    </wsdl:operation></wsdl:portType>

	<wsdl:binding name="WSHttpBinding_ISyncReply" type="svc:ISyncReply">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="Suscribir">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Suscribir" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="DeSuscribir">
      <soap:operation soapAction="http://schemas.servicestack.net/types/DeSuscribir" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="GetIdClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetIdClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="GetHistorial">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetHistorial" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="LandingUrl">
      <soap:operation soapAction="http://schemas.servicestack.net/types/LandingUrl" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="GetReporteCobros">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetReporteCobros" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="TypesMetadata">
      <soap:operation soapAction="http://schemas.servicestack.net/types/TypesMetadata" 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="ComprarCreditos">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ComprarCreditos" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CancelaBaja">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CancelaBaja" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SendMail">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SendMail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ComprarTexto">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ComprarTexto" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="CobrarDedicatoria">
      <soap:operation soapAction="http://schemas.servicestack.net/types/CobrarDedicatoria" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ComprarDedicatoria">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ComprarDedicatoria" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Dedicatoria">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Dedicatoria" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="validaCreditos">
      <soap:operation soapAction="http://schemas.servicestack.net/types/validaCreditos" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Streaming">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Streaming" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="validaSuscriber">
      <soap:operation soapAction="http://schemas.servicestack.net/types/validaSuscriber" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Authorize">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Authorize" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="sendPin">
      <soap:operation soapAction="http://schemas.servicestack.net/types/sendPin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="validaPin">
      <soap:operation soapAction="http://schemas.servicestack.net/types/validaPin" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SetNavegacionLandingClubes">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SetNavegacionLandingClubes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SetNavegacionExterna">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SetNavegacionExterna" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetArchivoVideo">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetArchivoVideo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetTriviaSettings">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetTriviaSettings" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="StartTrivia">
      <soap:operation soapAction="http://schemas.servicestack.net/types/StartTrivia" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SetTriviaSettings">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SetTriviaSettings" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="SetResponseTrivia">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SetResponseTrivia" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetContent">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetVistaPrevia">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetVistaPrevia" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetArchivo">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetArchivo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ComprarContenido">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ComprarContenido" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetListarCategoriasClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetListarCategoriasClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetListarSubCategoriasClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetListarSubCategoriasClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ListarContenido">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ListarContenido" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetContentCategories">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetContentCategories" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetContentSubcategories">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetContentSubcategories" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetPreviewContentCategory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetPreviewContentCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetPreviewContentTopIdclub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetPreviewContentTopIdclub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetPreviewTopContentCategory">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetPreviewTopContentCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetPreviewContent">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetPreviewContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ViewPreviewsContent">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ViewPreviewsContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetContentByTipoContenido">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetContentByTipoContenido" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetWhatsStatus">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetWhatsStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="PreviewAll">
      <soap:operation soapAction="http://schemas.servicestack.net/types/PreviewAll" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="Trivia">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Trivia" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RegistroCupon">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RegistroCupon" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetCanalClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetCanalClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetMediasClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetMediasClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetAgenciasClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetAgenciasClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetCboClubs">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetCboClubs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetUserIdClubs">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetUserIdClubs" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptCobrosHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptCobrosHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptBajasHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptBajasHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptBajasHoraGeneral">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptBajasHoraGeneral" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetNotificacionesHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetNotificacionesHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetNotificacionesWapHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetNotificacionesWapHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetNotificacionesFlipperHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetNotificacionesFlipperHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetCobrosPropios">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetCobrosPropios" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetErroresCobroByCarrierAndClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetErroresCobroByCarrierAndClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetErroresCobroByCarrierAndClub_2">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetErroresCobroByCarrierAndClub_2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetServiceList">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetServiceList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetQueueList">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetQueueList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="RestartService">
      <soap:operation soapAction="http://schemas.servicestack.net/types/RestartService" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetCobrosHoraChart">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetCobrosHoraChart" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetReporteCobro">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetReporteCobro" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetReporteConcentrado">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetReporteConcentrado" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptAltasWebGeneral">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptAltasWebGeneral" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptAltasWapGeneral">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptAltasWapGeneral" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptAltasWebGeneralCarrierClub">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptAltasWebGeneralCarrierClub" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetCboCarriers">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetCboCarriers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptSuscripcionesHora">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptSuscripcionesHora" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetAgencias">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetAgencias" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetMediaByAgencia">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetMediaByAgencia" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="GetRptCaptacion">
      <soap:operation soapAction="http://schemas.servicestack.net/types/GetRptCaptacion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="TypesCSharp">
      <soap:operation soapAction="http://schemas.servicestack.net/types/TypesCSharp" 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://contentapi.ihct.mx/soap12" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="WSHttpBinding_IOneWay" binding="svc:WSHttpBinding_IOneWay">
			<soap:address location="http://contentapi.ihct.mx/soap12" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>