<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:import namespace="http://microsoft.com/wsdl/types/" />
      <s:element name="registerPartner">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="lAffMemberId" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sPrintItMemberId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="registerPartnerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="registerPartnerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="registerPartnerByCountry">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sCountry" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPrintItMemberId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="registerPartnerByCountryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="registerPartnerByCountryResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="isEditAllowed">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sManagerUserId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sAffiliateUserId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="isEditAllowedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="isEditAllowedResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteAffiliate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sManagerUserId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sAffiliateUserId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sReason" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteAffiliateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DeleteAffiliateResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getUserInfoById">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getUserInfoByIdResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getUserInfoByIdResult" type="tns:UserInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="UserInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="user_id" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="print_it_user_id" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="highest_role" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="higher_manager_id" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="is_manager_of_country" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="exists" type="s1:char" />
          <s:element minOccurs="1" maxOccurs="1" name="is_authenticated" type="s1:char" />
          <s:element minOccurs="0" maxOccurs="1" name="list_of_members" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="list_of_members_name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getUserInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getUserInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getUserInfoResult" type="tns:UserInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getPostalCoords">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sPostalCsvList" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getPostalCoordsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getPostalCoordsResult" type="tns:ArrayOfPostalLocation" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPostalLocation">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PostalLocation" nillable="true" type="tns:PostalLocation" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="PostalLocation">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ZIP" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="lon" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="lat" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="dist" type="s:double" />
        </s:sequence>
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
      <s:simpleType name="char">
        <s:restriction base="s:unsignedShort" />
      </s:simpleType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="registerPartnerSoapIn">
    <wsdl:part name="parameters" element="tns:registerPartner" />
  </wsdl:message>
  <wsdl:message name="registerPartnerSoapOut">
    <wsdl:part name="parameters" element="tns:registerPartnerResponse" />
  </wsdl:message>
  <wsdl:message name="registerPartnerByCountrySoapIn">
    <wsdl:part name="parameters" element="tns:registerPartnerByCountry" />
  </wsdl:message>
  <wsdl:message name="registerPartnerByCountrySoapOut">
    <wsdl:part name="parameters" element="tns:registerPartnerByCountryResponse" />
  </wsdl:message>
  <wsdl:message name="isEditAllowedSoapIn">
    <wsdl:part name="parameters" element="tns:isEditAllowed" />
  </wsdl:message>
  <wsdl:message name="isEditAllowedSoapOut">
    <wsdl:part name="parameters" element="tns:isEditAllowedResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteAffiliateSoapIn">
    <wsdl:part name="parameters" element="tns:DeleteAffiliate" />
  </wsdl:message>
  <wsdl:message name="DeleteAffiliateSoapOut">
    <wsdl:part name="parameters" element="tns:DeleteAffiliateResponse" />
  </wsdl:message>
  <wsdl:message name="getUserInfoByIdSoapIn">
    <wsdl:part name="parameters" element="tns:getUserInfoById" />
  </wsdl:message>
  <wsdl:message name="getUserInfoByIdSoapOut">
    <wsdl:part name="parameters" element="tns:getUserInfoByIdResponse" />
  </wsdl:message>
  <wsdl:message name="getUserInfoSoapIn">
    <wsdl:part name="parameters" element="tns:getUserInfo" />
  </wsdl:message>
  <wsdl:message name="getUserInfoSoapOut">
    <wsdl:part name="parameters" element="tns:getUserInfoResponse" />
  </wsdl:message>
  <wsdl:message name="getPostalCoordsSoapIn">
    <wsdl:part name="parameters" element="tns:getPostalCoords" />
  </wsdl:message>
  <wsdl:message name="getPostalCoordsSoapOut">
    <wsdl:part name="parameters" element="tns:getPostalCoordsResponse" />
  </wsdl:message>
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="registerPartner">
      <wsdl:input message="tns:registerPartnerSoapIn" />
      <wsdl:output message="tns:registerPartnerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="registerPartnerByCountry">
      <wsdl:input message="tns:registerPartnerByCountrySoapIn" />
      <wsdl:output message="tns:registerPartnerByCountrySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="isEditAllowed">
      <wsdl:input message="tns:isEditAllowedSoapIn" />
      <wsdl:output message="tns:isEditAllowedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteAffiliate">
      <wsdl:input message="tns:DeleteAffiliateSoapIn" />
      <wsdl:output message="tns:DeleteAffiliateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getUserInfoById">
      <wsdl:input message="tns:getUserInfoByIdSoapIn" />
      <wsdl:output message="tns:getUserInfoByIdSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getUserInfo">
      <wsdl:input message="tns:getUserInfoSoapIn" />
      <wsdl:output message="tns:getUserInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getPostalCoords">
      <wsdl:input message="tns:getPostalCoordsSoapIn" />
      <wsdl:output message="tns:getPostalCoordsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="registerPartner">
      <soap:operation soapAction="http://tempuri.org/registerPartner" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="registerPartnerByCountry">
      <soap:operation soapAction="http://tempuri.org/registerPartnerByCountry" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="isEditAllowed">
      <soap:operation soapAction="http://tempuri.org/isEditAllowed" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteAffiliate">
      <soap:operation soapAction="http://tempuri.org/DeleteAffiliate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUserInfoById">
      <soap:operation soapAction="http://tempuri.org/getUserInfoById" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUserInfo">
      <soap:operation soapAction="http://tempuri.org/getUserInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getPostalCoords">
      <soap:operation soapAction="http://tempuri.org/getPostalCoords" 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="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="registerPartner">
      <soap12:operation soapAction="http://tempuri.org/registerPartner" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="registerPartnerByCountry">
      <soap12:operation soapAction="http://tempuri.org/registerPartnerByCountry" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="isEditAllowed">
      <soap12:operation soapAction="http://tempuri.org/isEditAllowed" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteAffiliate">
      <soap12:operation soapAction="http://tempuri.org/DeleteAffiliate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUserInfoById">
      <soap12:operation soapAction="http://tempuri.org/getUserInfoById" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUserInfo">
      <soap12:operation soapAction="http://tempuri.org/getUserInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getPostalCoords">
      <soap12:operation soapAction="http://tempuri.org/getPostalCoords" 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="Service">
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://services.racadtech.com/PartnerService/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://services.racadtech.com/PartnerService/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>