<?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" elementFormDefault="qualified" targetNamespace="http://schemas.servicestack.net/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ErrorResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ErrorResponse" nillable="true" type="tns:ErrorResponse" />
  <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="Property">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="Property" nillable="true" type="tns:Property" />
  <xs:complexType name="Auth">
    <xs:sequence>
      <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="oauth_token" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="oauth_verifier" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RememberMe" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Continue" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nonce" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="uri" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="response" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="qop" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="nc" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="cnonce" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Auth" nillable="true" type="tns:Auth" />
  <xs:complexType name="AuthResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AuthResponse" nillable="true" type="tns:AuthResponse" />
  <xs:complexType name="Registration">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserName" 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="Email" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="AutoLogin" nillable="true" type="xs:boolean" />
      <xs:element minOccurs="0" name="Continue" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Registration" nillable="true" type="tns:Registration" />
  <xs:complexType name="RegistrationResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SessionId" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ReferrerUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RegistrationResponse" nillable="true" type="tns:RegistrationResponse" />
  <xs:complexType name="CustomHttpResult">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="CustomHttpResult" nillable="true" type="tns:CustomHttpResult" />
</xs:schema>
	</wsdl:types>

	<wsdl:message name="VideoUploadIn">
        <wsdl:part name="par" element="tns:VideoUpload" />
    </wsdl:message>
    <wsdl:message name="VideoUploadOut">
        <wsdl:part name="par" element="tns:VideoUploadResponse" />
    </wsdl:message><wsdl:message name="VideoThumbnailIn">
        <wsdl:part name="par" element="tns:VideoThumbnail" />
    </wsdl:message>
    <wsdl:message name="VideoThumbnailOut">
        <wsdl:part name="par" element="tns:VideoThumbnailResponse" />
    </wsdl:message><wsdl:message name="VideoShowIn">
        <wsdl:part name="par" element="tns:VideoShow" />
    </wsdl:message>
    <wsdl:message name="VideoShowOut">
        <wsdl:part name="par" element="tns:VideoShowResponse" />
    </wsdl:message><wsdl:message name="VideoDisplayIn">
        <wsdl:part name="par" element="tns:VideoDisplay" />
    </wsdl:message>
    <wsdl:message name="VideoDisplayOut">
        <wsdl:part name="par" element="tns:VideoDisplayResponse" />
    </wsdl:message><wsdl:message name="AppointmentErrorIn">
        <wsdl:part name="par" element="tns:AppointmentError" />
    </wsdl:message>
    <wsdl:message name="AppointmentErrorOut">
        <wsdl:part name="par" element="tns:AppointmentErrorResponse" />
    </wsdl:message><wsdl:message name="MessageGetIn">
        <wsdl:part name="par" element="tns:MessageGet" />
    </wsdl:message>
    <wsdl:message name="MessageGetOut">
        <wsdl:part name="par" element="tns:MessageGetResponse" />
    </wsdl:message><wsdl:message name="MessageUpdateIn">
        <wsdl:part name="par" element="tns:MessageUpdate" />
    </wsdl:message>
    <wsdl:message name="MessageUpdateOut">
        <wsdl:part name="par" element="tns:MessageUpdateResponse" />
    </wsdl:message><wsdl:message name="SocketLabsRequestIn">
        <wsdl:part name="par" element="tns:SocketLabsRequest" />
    </wsdl:message>
    <wsdl:message name="SocketLabsRequestOut">
        <wsdl:part name="par" element="tns:SocketLabsRequestResponse" />
    </wsdl:message><wsdl:message name="SubscriptionAddIn">
        <wsdl:part name="par" element="tns:SubscriptionAdd" />
    </wsdl:message>
    <wsdl:message name="SubscriptionAddOut">
        <wsdl:part name="par" element="tns:SubscriptionAddResponse" />
    </wsdl:message><wsdl:message name="SubscriptionRemoveIn">
        <wsdl:part name="par" element="tns:SubscriptionRemove" />
    </wsdl:message>
    <wsdl:message name="SubscriptionRemoveOut">
        <wsdl:part name="par" element="tns:SubscriptionRemoveResponse" />
    </wsdl:message><wsdl:message name="AppointmentReminderIn">
        <wsdl:part name="par" element="tns:AppointmentReminder" />
    </wsdl:message>
    <wsdl:message name="AppointmentReminderOut">
        <wsdl:part name="par" element="tns:AppointmentReminderResponse" />
    </wsdl:message><wsdl:message name="SalesAppointmentReminderIn">
        <wsdl:part name="par" element="tns:SalesAppointmentReminder" />
    </wsdl:message>
    <wsdl:message name="SalesAppointmentReminderOut">
        <wsdl:part name="par" element="tns:SalesAppointmentReminderResponse" />
    </wsdl:message><wsdl:message name="ContentUploadIn">
        <wsdl:part name="par" element="tns:ContentUpload" />
    </wsdl:message>
    <wsdl:message name="ContentUploadOut">
        <wsdl:part name="par" element="tns:ContentUploadResponse" />
    </wsdl:message><wsdl:message name="ContentShowIn">
        <wsdl:part name="par" element="tns:ContentShow" />
    </wsdl:message>
    <wsdl:message name="ContentShowOut">
        <wsdl:part name="par" element="tns:ContentShowResponse" />
    </wsdl:message><wsdl:message name="EmailSendIn">
        <wsdl:part name="par" element="tns:EmailSend" />
    </wsdl:message>
    <wsdl:message name="EmailSendOut">
        <wsdl:part name="par" element="tns:EmailSendResponse" />
    </wsdl:message>

	<wsdl:message name="AppointmentConfirmationIn">
        <wsdl:part name="par" element="tns:AppointmentConfirmation" />
    </wsdl:message><wsdl:message name="AppointmentConfirmationClickIn">
        <wsdl:part name="par" element="tns:AppointmentConfirmationClick" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply"><wsdl:operation name="VideoUpload">
        <wsdl:input message="svc:VideoUploadIn" />
        <wsdl:output message="svc:VideoUploadOut" />
    </wsdl:operation><wsdl:operation name="VideoThumbnail">
        <wsdl:input message="svc:VideoThumbnailIn" />
        <wsdl:output message="svc:VideoThumbnailOut" />
    </wsdl:operation><wsdl:operation name="VideoShow">
        <wsdl:input message="svc:VideoShowIn" />
        <wsdl:output message="svc:VideoShowOut" />
    </wsdl:operation><wsdl:operation name="VideoDisplay">
        <wsdl:input message="svc:VideoDisplayIn" />
        <wsdl:output message="svc:VideoDisplayOut" />
    </wsdl:operation><wsdl:operation name="AppointmentError">
        <wsdl:input message="svc:AppointmentErrorIn" />
        <wsdl:output message="svc:AppointmentErrorOut" />
    </wsdl:operation><wsdl:operation name="MessageGet">
        <wsdl:input message="svc:MessageGetIn" />
        <wsdl:output message="svc:MessageGetOut" />
    </wsdl:operation><wsdl:operation name="MessageUpdate">
        <wsdl:input message="svc:MessageUpdateIn" />
        <wsdl:output message="svc:MessageUpdateOut" />
    </wsdl:operation><wsdl:operation name="SocketLabsRequest">
        <wsdl:input message="svc:SocketLabsRequestIn" />
        <wsdl:output message="svc:SocketLabsRequestOut" />
    </wsdl:operation><wsdl:operation name="SubscriptionAdd">
        <wsdl:input message="svc:SubscriptionAddIn" />
        <wsdl:output message="svc:SubscriptionAddOut" />
    </wsdl:operation><wsdl:operation name="SubscriptionRemove">
        <wsdl:input message="svc:SubscriptionRemoveIn" />
        <wsdl:output message="svc:SubscriptionRemoveOut" />
    </wsdl:operation><wsdl:operation name="AppointmentReminder">
        <wsdl:input message="svc:AppointmentReminderIn" />
        <wsdl:output message="svc:AppointmentReminderOut" />
    </wsdl:operation><wsdl:operation name="SalesAppointmentReminder">
        <wsdl:input message="svc:SalesAppointmentReminderIn" />
        <wsdl:output message="svc:SalesAppointmentReminderOut" />
    </wsdl:operation><wsdl:operation name="ContentUpload">
        <wsdl:input message="svc:ContentUploadIn" />
        <wsdl:output message="svc:ContentUploadOut" />
    </wsdl:operation><wsdl:operation name="ContentShow">
        <wsdl:input message="svc:ContentShowIn" />
        <wsdl:output message="svc:ContentShowOut" />
    </wsdl:operation><wsdl:operation name="EmailSend">
        <wsdl:input message="svc:EmailSendIn" />
        <wsdl:output message="svc:EmailSendOut" />
    </wsdl:operation></wsdl:portType>

	<wsdl:portType name="IOneWay"><wsdl:operation name="AppointmentConfirmation">
        <wsdl:input message="svc:AppointmentConfirmationIn" />
    </wsdl:operation><wsdl:operation name="AppointmentConfirmationClick">
        <wsdl:input message="svc:AppointmentConfirmationClickIn" />
    </wsdl:operation></wsdl:portType>

	<wsdl:binding name="WSHttpBinding_ISyncReply" type="svc:ISyncReply">
		<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="VideoUpload">
      <soap:operation soapAction="http://schemas.servicestack.net/types/VideoUpload" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="VideoThumbnail">
      <soap:operation soapAction="http://schemas.servicestack.net/types/VideoThumbnail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="VideoShow">
      <soap:operation soapAction="http://schemas.servicestack.net/types/VideoShow" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="VideoDisplay">
      <soap:operation soapAction="http://schemas.servicestack.net/types/VideoDisplay" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="AppointmentError">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AppointmentError" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="MessageGet">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MessageGet" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="MessageUpdate">
      <soap:operation soapAction="http://schemas.servicestack.net/types/MessageUpdate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SocketLabsRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SocketLabsRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SubscriptionAdd">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SubscriptionAdd" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SubscriptionRemove">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SubscriptionRemove" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="AppointmentReminder">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AppointmentReminder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="SalesAppointmentReminder">
      <soap:operation soapAction="http://schemas.servicestack.net/types/SalesAppointmentReminder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="ContentUpload">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ContentUpload" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="ContentShow">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ContentShow" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation><wsdl:operation name="EmailSend">
      <soap:operation soapAction="http://schemas.servicestack.net/types/EmailSend" 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="AppointmentConfirmation">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AppointmentConfirmation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="AppointmentConfirmationClick">
      <soap:operation soapAction="http://schemas.servicestack.net/types/AppointmentConfirmationClick" 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="https://content.pbsdealers.com/soap12" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="WSHttpBinding_IOneWay" binding="svc:WSHttpBinding_IOneWay">
			<soap:address location="https://content.pbsdealers.com/soap12" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>