<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="Soap11" 
    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>
	</wsdl:types>

	<wsdl:message name="AuthorizeIn">
        <wsdl:part name="par" element="tns:Authorize" />
    </wsdl:message>
    <wsdl:message name="AuthorizeOut">
        <wsdl:part name="par" element="tns:AuthorizeResponse" />
    </wsdl:message>

	<wsdl:message name="ConfigureRawRequestIn">
        <wsdl:part name="par" element="tns:ConfigureRawRequest" />
    </wsdl:message><wsdl:message name="HelloRawRequestIn">
        <wsdl:part name="par" element="tns:HelloRawRequest" />
    </wsdl:message><wsdl:message name="LogoutRawRequestIn">
        <wsdl:part name="par" element="tns:LogoutRawRequest" />
    </wsdl:message><wsdl:message name="NotificationPostRequestIn">
        <wsdl:part name="par" element="tns:NotificationPostRequest" />
    </wsdl:message><wsdl:message name="NotificationDeleteRequestIn">
        <wsdl:part name="par" element="tns:NotificationDeleteRequest" />
    </wsdl:message><wsdl:message name="ScanPostRequestIn">
        <wsdl:part name="par" element="tns:ScanPostRequest" />
    </wsdl:message><wsdl:message name="TrackerRawRequestIn">
        <wsdl:part name="par" element="tns:TrackerRawRequest" />
    </wsdl:message><wsdl:message name="UpdatesRawRequestIn">
        <wsdl:part name="par" element="tns:UpdatesRawRequest" />
    </wsdl:message>

	<wsdl:portType name="ISyncReply"><wsdl:operation name="Authorize">
        <wsdl:input message="svc:AuthorizeIn" />
        <wsdl:output message="svc:AuthorizeOut" />
    </wsdl:operation></wsdl:portType>

	<wsdl:portType name="IOneWay"><wsdl:operation name="ConfigureRawRequest">
        <wsdl:input message="svc:ConfigureRawRequestIn" />
    </wsdl:operation><wsdl:operation name="HelloRawRequest">
        <wsdl:input message="svc:HelloRawRequestIn" />
    </wsdl:operation><wsdl:operation name="LogoutRawRequest">
        <wsdl:input message="svc:LogoutRawRequestIn" />
    </wsdl:operation><wsdl:operation name="NotificationPostRequest">
        <wsdl:input message="svc:NotificationPostRequestIn" />
    </wsdl:operation><wsdl:operation name="NotificationDeleteRequest">
        <wsdl:input message="svc:NotificationDeleteRequestIn" />
    </wsdl:operation><wsdl:operation name="ScanPostRequest">
        <wsdl:input message="svc:ScanPostRequestIn" />
    </wsdl:operation><wsdl:operation name="TrackerRawRequest">
        <wsdl:input message="svc:TrackerRawRequestIn" />
    </wsdl:operation><wsdl:operation name="UpdatesRawRequest">
        <wsdl:input message="svc:UpdatesRawRequestIn" />
    </wsdl:operation></wsdl:portType>

	<wsdl:binding name="BasicHttpBinding_ISyncReply" type="svc:ISyncReply">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="Authorize">
      <soap:operation soapAction="http://schemas.servicestack.net/types/Authorize" 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="BasicHttpBinding_IOneWay" type="svc:IOneWay">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="ConfigureRawRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ConfigureRawRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="HelloRawRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/HelloRawRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="LogoutRawRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/LogoutRawRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="NotificationPostRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/NotificationPostRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="NotificationDeleteRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/NotificationDeleteRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="ScanPostRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/ScanPostRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="TrackerRawRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/TrackerRawRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation><wsdl:operation name="UpdatesRawRequest">
      <soap:operation soapAction="http://schemas.servicestack.net/types/UpdatesRawRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
    </wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="SyncReply">
		<wsdl:port name="BasicHttpBinding_ISyncReply" binding="svc:BasicHttpBinding_ISyncReply">
			<soap:address location="https://mail.hedbergallergy.com/soap11" />
		</wsdl:port>
	</wsdl:service>

	<wsdl:service name="AsyncOneWay">
		<wsdl:port name="BasicHttpBinding_IOneWay" binding="svc:BasicHttpBinding_IOneWay">
			<soap:address location="https://mail.hedbergallergy.com/soap11" />
		</wsdl:port>
	</wsdl:service>
	
</wsdl:definitions>