<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.xignite.com/services/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.xignite.com/services/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web service provides access to Seeking Alpha earning call transcript information.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.xignite.com/services/">
      <s:element name="GetAllTranscripts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="IdentifierType" type="tns:IdentifierTypes" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:simpleType name="IdentifierTypes">
        <s:restriction base="s:string">
          <s:enumeration value="Symbol" />
          <s:enumeration value="CIK" />
          <s:enumeration value="CUSIP" />
          <s:enumeration value="ISIN" />
          <s:enumeration value="Valoren" />
          <s:enumeration value="SEDOL" />
        </s:restriction>
      </s:simpleType>
      <s:element name="GetAllTranscriptsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAllTranscriptsResult" type="tns:Transcripts" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Transcripts">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Security" type="tns:Security" />
              <s:element minOccurs="0" maxOccurs="1" name="Transcripts" type="tns:ArrayOfTranscript" />
            </s:sequence>
          </s:extension>
        </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="Transcript">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Security" type="tns:Security" />
              <s:element minOccurs="0" maxOccurs="1" name="Date" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Hyperlink" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Security">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="CIK" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Cusip" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Symbol" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="ISIN" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Valoren" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Market" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CategoryOrIndustry" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfTranscript">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Transcript" nillable="true" type="tns:Transcript" />
        </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:element name="GetLatestTranscript">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="IdentifierType" type="tns:IdentifierTypes" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLatestTranscriptResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetLatestTranscriptResult" type="tns:Transcript" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPermittedContent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TranscriptURL" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPermittedContentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPermittedContentResult" type="tns:TranscriptContent" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="TranscriptContent">
        <s:complexContent mixed="false">
          <s:extension base="tns:Common">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Security" type="tns:Security" />
              <s:element minOccurs="0" maxOccurs="1" name="Date" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Content" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetLatestTranscripts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Count" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLatestTranscriptsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetLatestTranscriptsResult" type="tns:ArrayOfTranscript" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Transcripts" nillable="true" type="tns:Transcripts" />
      <s:element name="Transcript" nillable="true" type="tns:Transcript" />
      <s:element name="TranscriptContent" nillable="true" type="tns:TranscriptContent" />
      <s:element name="ArrayOfTranscript" nillable="true" type="tns:ArrayOfTranscript" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAllTranscriptsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAllTranscripts" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAllTranscriptsResponse" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptSoapIn">
    <wsdl:part name="parameters" element="tns:GetLatestTranscript" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptSoapOut">
    <wsdl:part name="parameters" element="tns:GetLatestTranscriptResponse" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentSoapIn">
    <wsdl:part name="parameters" element="tns:GetPermittedContent" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentSoapOut">
    <wsdl:part name="parameters" element="tns:GetPermittedContentResponse" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsSoapIn">
    <wsdl:part name="parameters" element="tns:GetLatestTranscripts" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsSoapOut">
    <wsdl:part name="parameters" element="tns:GetLatestTranscriptsResponse" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsHeader">
    <wsdl:part name="Header" element="tns:Header" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsHttpGetIn">
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="IdentifierType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsHttpGetOut">
    <wsdl:part name="Body" element="tns:Transcripts" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptHttpGetIn">
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="IdentifierType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptHttpGetOut">
    <wsdl:part name="Body" element="tns:Transcript" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentHttpGetIn">
    <wsdl:part name="TranscriptURL" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentHttpGetOut">
    <wsdl:part name="Body" element="tns:TranscriptContent" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsHttpGetIn">
    <wsdl:part name="Count" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfTranscript" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsHttpPostIn">
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="IdentifierType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAllTranscriptsHttpPostOut">
    <wsdl:part name="Body" element="tns:Transcripts" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptHttpPostIn">
    <wsdl:part name="Identifier" type="s:string" />
    <wsdl:part name="IdentifierType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptHttpPostOut">
    <wsdl:part name="Body" element="tns:Transcript" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentHttpPostIn">
    <wsdl:part name="TranscriptURL" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetPermittedContentHttpPostOut">
    <wsdl:part name="Body" element="tns:TranscriptContent" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsHttpPostIn">
    <wsdl:part name="Count" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetLatestTranscriptsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfTranscript" />
  </wsdl:message>
  <wsdl:portType name="XigniteTranscriptsSoap">
    <wsdl:operation name="GetAllTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetAllTranscriptsSoapIn" />
      <wsdl:output message="tns:GetAllTranscriptsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the latest Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptSoapIn" />
      <wsdl:output message="tns:GetLatestTranscriptSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the content of a Seeking Alpha transcript for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetPermittedContentSoapIn" />
      <wsdl:output message="tns:GetPermittedContentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the most recently published transcripts.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptsSoapIn" />
      <wsdl:output message="tns:GetLatestTranscriptsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="XigniteTranscriptsHttpGet">
    <wsdl:operation name="GetAllTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetAllTranscriptsHttpGetIn" />
      <wsdl:output message="tns:GetAllTranscriptsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the latest Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptHttpGetIn" />
      <wsdl:output message="tns:GetLatestTranscriptHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the content of a Seeking Alpha transcript for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetPermittedContentHttpGetIn" />
      <wsdl:output message="tns:GetPermittedContentHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the most recently published transcripts.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptsHttpGetIn" />
      <wsdl:output message="tns:GetLatestTranscriptsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="XigniteTranscriptsHttpPost">
    <wsdl:operation name="GetAllTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get all Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetAllTranscriptsHttpPostIn" />
      <wsdl:output message="tns:GetAllTranscriptsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the latest Seeking Alpha transcripts for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptHttpPostIn" />
      <wsdl:output message="tns:GetLatestTranscriptHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the content of a Seeking Alpha transcript for a company.</wsdl:documentation>
      <wsdl:input message="tns:GetPermittedContentHttpPostIn" />
      <wsdl:output message="tns:GetPermittedContentHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the most recently published transcripts.</wsdl:documentation>
      <wsdl:input message="tns:GetLatestTranscriptsHttpPostIn" />
      <wsdl:output message="tns:GetLatestTranscriptsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="XigniteTranscriptsSoap" type="tns:XigniteTranscriptsSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllTranscripts">
      <soap:operation soapAction="http://www.xignite.com/services/GetAllTranscripts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetAllTranscriptsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <soap:operation soapAction="http://www.xignite.com/services/GetLatestTranscript" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetLatestTranscriptHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <soap:operation soapAction="http://www.xignite.com/services/GetPermittedContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetPermittedContentHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <soap:operation soapAction="http://www.xignite.com/services/GetLatestTranscripts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetLatestTranscriptsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteTranscriptsSoap12" type="tns:XigniteTranscriptsSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAllTranscripts">
      <soap12:operation soapAction="http://www.xignite.com/services/GetAllTranscripts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetAllTranscriptsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <soap12:operation soapAction="http://www.xignite.com/services/GetLatestTranscript" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetLatestTranscriptHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <soap12:operation soapAction="http://www.xignite.com/services/GetPermittedContent" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetPermittedContentHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <soap12:operation soapAction="http://www.xignite.com/services/GetLatestTranscripts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetLatestTranscriptsHeader" part="Header" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteTranscriptsHttpGet" type="tns:XigniteTranscriptsHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetAllTranscripts">
      <http:operation location="/GetAllTranscripts" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <http:operation location="/GetLatestTranscript" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <http:operation location="/GetPermittedContent" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <http:operation location="/GetLatestTranscripts" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="XigniteTranscriptsHttpPost" type="tns:XigniteTranscriptsHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetAllTranscripts">
      <http:operation location="/GetAllTranscripts" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscript">
      <http:operation location="/GetLatestTranscript" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPermittedContent">
      <http:operation location="/GetPermittedContent" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLatestTranscripts">
      <http:operation location="/GetLatestTranscripts" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="XigniteTranscripts">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web service provides access to Seeking Alpha earning call transcript information.</wsdl:documentation>
    <wsdl:port name="XigniteTranscriptsSoap" binding="tns:XigniteTranscriptsSoap">
      <soap:address location="http://xignite.com/xTranscripts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteTranscriptsSoap12" binding="tns:XigniteTranscriptsSoap12">
      <soap12:address location="http://xignite.com/xTranscripts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteTranscriptsHttpGet" binding="tns:XigniteTranscriptsHttpGet">
      <http:address location="http://xignite.com/xTranscripts.asmx" />
    </wsdl:port>
    <wsdl:port name="XigniteTranscriptsHttpPost" binding="tns:XigniteTranscriptsHttpPost">
      <http:address location="http://xignite.com/xTranscripts.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>