<?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="chris_OneYearChange">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="chris_OneYearChangeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="chris_OneYearChangeResult" type="tns:OYC" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="OYC">
        <s:complexContent mixed="false">
          <s:extension base="tns:AbstractReturnObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Now" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Then" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="Change" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="PChange" type="s:double" />
            </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: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="chris_OneYearChangeSoapIn">
    <wsdl:part name="parameters" element="tns:chris_OneYearChange" />
  </wsdl:message>
  <wsdl:message name="chris_OneYearChangeSoapOut">
    <wsdl:part name="parameters" element="tns:chris_OneYearChangeResponse" />
  </wsdl:message>
  <wsdl:message name="chris_OneYearChangeHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:portType name="OneYearChangeSpliceSoap">
    <wsdl:operation name="chris_OneYearChange">
      <wsdl:input message="tns:chris_OneYearChangeSoapIn" />
      <wsdl:output message="tns:chris_OneYearChangeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="OneYearChangeSpliceSoap" type="tns:OneYearChangeSpliceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="chris_OneYearChange">
      <soap:operation soapAction="http://splices.xignite.com/services/chris_OneYearChange" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:chris_OneYearChangeHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="OneYearChangeSpliceSoap12" type="tns:OneYearChangeSpliceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="chris_OneYearChange">
      <soap12:operation soapAction="http://splices.xignite.com/services/chris_OneYearChange" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:chris_OneYearChangeHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="OneYearChangeSplice">
    <wsdl:port name="OneYearChangeSpliceSoap" binding="tns:OneYearChangeSpliceSoap">
      <soap:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
    <wsdl:port name="OneYearChangeSpliceSoap12" binding="tns:OneYearChangeSpliceSoap12">
      <soap12:address location="http://splices.xignite.com/customservice.t1" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>