<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://splices.xignite.com/services/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://splices.xignite.com/services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://splices.xignite.com/services/">
      <s:element name="mpurkeypile_GetThisWeeksEvents">
        <s:complexType />
      </s:element>
      <s:element name="mpurkeypile_GetThisWeeksEventsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="mpurkeypile_GetThisWeeksEventsResult" type="tns:Untitled" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Untitled">
        <s:complexContent mixed="false">
          <s:extension base="tns:AbstractReturnObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="GetEventsForWeekReturnObject" type="tns:GetEventsForWeekReturnObject" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="AbstractReturnObject" abstract="true">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Common">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="tns:OutcomeTypes" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Identity" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Delay" type="s:double" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="OutcomeTypes">
        <s:restriction base="s:string">
          <s:enumeration value="Success" />
          <s:enumeration value="SystemError" />
          <s:enumeration value="RequestError" />
          <s:enumeration value="RegistrationError" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="GetEventsForWeekReturnObject">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="tns:_XigniteXigniteCalendarGetEventsForWeekOutcomeTypes" />
          <s:element minOccurs="1" maxOccurs="1" name="Delay" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" name="Identity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Summaries" type="tns:ArrayOfSummaries" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="_XigniteXigniteCalendarGetEventsForWeekOutcomeTypes">
        <s:restriction base="s:string">
          <s:enumeration value="Success" />
          <s:enumeration value="SystemError" />
          <s:enumeration value="RequestError" />
          <s:enumeration value="RegistrationError" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="ArrayOfSummaries">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Summaries" nillable="true" type="tns:Summaries" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Summaries">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Delay" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" name="CountryCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="tns:_XigniteXigniteCalendarGetEventsForWeekOutcomeTypes" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Identity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EventCode" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ReleasedOn" type="s:dateTime" />
          <s:element minOccurs="0" maxOccurs="1" name="EventName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Values" type="tns:ArrayOfValues" />
          <s:element minOccurs="0" maxOccurs="1" name="EventID" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfValues">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Values" nillable="true" type="tns:Values" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Values">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Suffix" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Actual" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Prefix" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ValueName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Consensus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Identity" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Delay" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="tns:_XigniteXigniteCalendarGetEventsForWeekOutcomeTypes" />
          <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Header" type="tns:Header" />
      <s:complexType name="Header">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="mpurkeypile_GetThisWeeksEventsSoapIn">
    <wsdl:part name="parameters" element="tns:mpurkeypile_GetThisWeeksEvents" />
  </wsdl:message>
  <wsdl:message name="mpurkeypile_GetThisWeeksEventsSoapOut">
    <wsdl:part name="parameters" element="tns:mpurkeypile_GetThisWeeksEventsResponse" />
  </wsdl:message>
  <wsdl:message name="mpurkeypile_GetThisWeeksEventsHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:portType name="GetThisWeeksEventsSpliceSoap">
    <wsdl:operation name="mpurkeypile_GetThisWeeksEvents">
      <wsdl:input message="tns:mpurkeypile_GetThisWeeksEventsSoapIn" />
      <wsdl:output message="tns:mpurkeypile_GetThisWeeksEventsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GetThisWeeksEventsSpliceSoap" type="tns:GetThisWeeksEventsSpliceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="mpurkeypile_GetThisWeeksEvents">
      <soap:operation soapAction="http://splices.xignite.com/services/mpurkeypile_GetThisWeeksEvents" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:mpurkeypile_GetThisWeeksEventsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GetThisWeeksEventsSpliceSoap12" type="tns:GetThisWeeksEventsSpliceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="mpurkeypile_GetThisWeeksEvents">
      <soap12:operation soapAction="http://splices.xignite.com/services/mpurkeypile_GetThisWeeksEvents" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:mpurkeypile_GetThisWeeksEventsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="GetThisWeeksEventsSplice">
    <wsdl:port name="GetThisWeeksEventsSpliceSoap" binding="tns:GetThisWeeksEventsSpliceSoap">
      <soap:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
    <wsdl:port name="GetThisWeeksEventsSpliceSoap12" binding="tns:GetThisWeeksEventsSpliceSoap12">
      <soap12:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>