<?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:s1="http://www.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:import namespace="http://www.xignite.com/services/" />
      <s:element name="Qin_GetBriefings">
        <s:complexType />
      </s:element>
      <s:element name="Qin_GetBriefingsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Qin_GetBriefingsResult" 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="GetBriefingsReturnObject" type="tns:ArrayOfGetBriefingsReturnObject" />
            </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="ArrayOfGetBriefingsReturnObject">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="GetBriefingsReturnObject" nillable="true" type="tns:GetBriefingsReturnObject" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="GetBriefingsReturnObject">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Time" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Html" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Outcome" type="s1: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: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:element minOccurs="0" maxOccurs="1" name="Tracer" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.xignite.com/services/">
      <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:schema>
  </wsdl:types>
  <wsdl:message name="Qin_GetBriefingsSoapIn">
    <wsdl:part name="parameters" element="tns:Qin_GetBriefings" />
  </wsdl:message>
  <wsdl:message name="Qin_GetBriefingsSoapOut">
    <wsdl:part name="parameters" element="tns:Qin_GetBriefingsResponse" />
  </wsdl:message>
  <wsdl:message name="Qin_GetBriefingsHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:portType name="GetBriefingsCustomServiceSoap">
    <wsdl:operation name="Qin_GetBriefings">
      <wsdl:input message="tns:Qin_GetBriefingsSoapIn" />
      <wsdl:output message="tns:Qin_GetBriefingsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GetBriefingsCustomServiceSoap" type="tns:GetBriefingsCustomServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Qin_GetBriefings">
      <soap:operation soapAction="http://splices.xignite.com/services/Qin_GetBriefings" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:Qin_GetBriefingsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GetBriefingsCustomServiceSoap12" type="tns:GetBriefingsCustomServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Qin_GetBriefings">
      <soap12:operation soapAction="http://splices.xignite.com/services/Qin_GetBriefings" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:Qin_GetBriefingsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="GetBriefingsCustomService">
    <wsdl:port name="GetBriefingsCustomServiceSoap" binding="tns:GetBriefingsCustomServiceSoap">
      <soap:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
    <wsdl:port name="GetBriefingsCustomServiceSoap12" binding="tns:GetBriefingsCustomServiceSoap12">
      <soap12:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>