<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://cherokee.replitek.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://cherokee.replitek.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://cherokee.replitek.com/">
      <s:element name="SubmitData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="authorizationToken" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xml" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SubmitDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SubmitDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SubmitDataSoapIn">
    <wsdl:part name="parameters" element="tns:SubmitData" />
  </wsdl:message>
  <wsdl:message name="SubmitDataSoapOut">
    <wsdl:part name="parameters" element="tns:SubmitDataResponse" />
  </wsdl:message>
  <wsdl:portType name="CalendarDXSoap">
    <wsdl:operation name="SubmitData">
      <wsdl:input message="tns:SubmitDataSoapIn" />
      <wsdl:output message="tns:SubmitDataSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CalendarDXSoap" type="tns:CalendarDXSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SubmitData">
      <soap:operation soapAction="http://cherokee.replitek.com/SubmitData" 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="CalendarDXSoap12" type="tns:CalendarDXSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SubmitData">
      <soap12:operation soapAction="http://cherokee.replitek.com/SubmitData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CalendarDX">
    <wsdl:port name="CalendarDXSoap" binding="tns:CalendarDXSoap">
      <soap:address location="https://www.justicepath.com/ga/cherokee/dx/CalendarDX.asmx" />
    </wsdl:port>
    <wsdl:port name="CalendarDXSoap12" binding="tns:CalendarDXSoap12">
      <soap12:address location="https://www.justicepath.com/ga/cherokee/dx/CalendarDX.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>