<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.fapcofinance.com/webservices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.fapcofinance.com/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.fapcofinance.com/webservices/">
      <s:element name="GetmarketsummaryData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="local" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetmarketsummaryDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetmarketsummaryDataResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AuthHeader" type="tns:AuthHeader" />
      <s:complexType name="AuthHeader">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="LicenseKey" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetmarketsummaryDataByDomain">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="local" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetmarketsummaryDataByDomainResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetmarketsummaryDataByDomainResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetmarketsummaryDataSoapIn">
    <wsdl:part name="parameters" element="tns:GetmarketsummaryData" />
  </wsdl:message>
  <wsdl:message name="GetmarketsummaryDataSoapOut">
    <wsdl:part name="parameters" element="tns:GetmarketsummaryDataResponse" />
  </wsdl:message>
  <wsdl:message name="GetmarketsummaryDataAuthHeader">
    <wsdl:part name="AuthHeader" element="tns:AuthHeader" />
  </wsdl:message>
  <wsdl:message name="GetmarketsummaryDataByDomainSoapIn">
    <wsdl:part name="parameters" element="tns:GetmarketsummaryDataByDomain" />
  </wsdl:message>
  <wsdl:message name="GetmarketsummaryDataByDomainSoapOut">
    <wsdl:part name="parameters" element="tns:GetmarketsummaryDataByDomainResponse" />
  </wsdl:message>
  <wsdl:portType name="KSEMarketSummarySoap">
    <wsdl:operation name="GetmarketsummaryData">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">This Function  get the token and language preference and Return a summary of the maarket</documentation>
      <wsdl:input message="tns:GetmarketsummaryDataSoapIn" />
      <wsdl:output message="tns:GetmarketsummaryDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetmarketsummaryDataByDomain">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">This Function  get the language preference and Return a summary of the maarket and it checks the requesting domain IP  if it is registered in our database</documentation>
      <wsdl:input message="tns:GetmarketsummaryDataByDomainSoapIn" />
      <wsdl:output message="tns:GetmarketsummaryDataByDomainSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="KSEMarketSummarySoap" type="tns:KSEMarketSummarySoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="GetmarketsummaryData">
      <soap:operation soapAction="http://www.fapcofinance.com/webservices/GetmarketsummaryData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetmarketsummaryDataAuthHeader" part="AuthHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetmarketsummaryDataByDomain">
      <soap:operation soapAction="http://www.fapcofinance.com/webservices/GetmarketsummaryDataByDomain" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="KSEMarketSummary">
    <wsdl:port name="KSEMarketSummarySoap" binding="tns:KSEMarketSummarySoap">
      <soap:address location="http://www.fapcofinance.com/webservices/KSEMarketSummary.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>