<?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://www.nepalsharemarket.com" 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://www.nepalsharemarket.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.nepalsharemarket.com">
      <s:element name="getMarketDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="company_id" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getMarketDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getMarketDetailsResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getMarketDetailsArray">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="company_id" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getMarketDetailsArrayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getMarketDetailsArrayResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getMarketDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:getMarketDetails" />
  </wsdl:message>
  <wsdl:message name="getMarketDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:getMarketDetailsResponse" />
  </wsdl:message>
  <wsdl:message name="getMarketDetailsArraySoapIn">
    <wsdl:part name="parameters" element="tns:getMarketDetailsArray" />
  </wsdl:message>
  <wsdl:message name="getMarketDetailsArraySoapOut">
    <wsdl:part name="parameters" element="tns:getMarketDetailsArrayResponse" />
  </wsdl:message>
  <wsdl:portType name="PremiumServiceSoap">
    <wsdl:operation name="getMarketDetails">
      <wsdl:input message="tns:getMarketDetailsSoapIn" />
      <wsdl:output message="tns:getMarketDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getMarketDetailsArray">
      <wsdl:input message="tns:getMarketDetailsArraySoapIn" />
      <wsdl:output message="tns:getMarketDetailsArraySoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PremiumServiceSoap" type="tns:PremiumServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getMarketDetails">
      <soap:operation soapAction="http://www.nepalsharemarket.com/getMarketDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getMarketDetailsArray">
      <soap:operation soapAction="http://www.nepalsharemarket.com/getMarketDetailsArray" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="PremiumServiceSoap12" type="tns:PremiumServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getMarketDetails">
      <soap12:operation soapAction="http://www.nepalsharemarket.com/getMarketDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getMarketDetailsArray">
      <soap12:operation soapAction="http://www.nepalsharemarket.com/getMarketDetailsArray" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PremiumService">
    <wsdl:port name="PremiumServiceSoap" binding="tns:PremiumServiceSoap">
      <soap:address location="http://www.nepalsharemarket.com/JambDataService/PremiumService.asmx" />
    </wsdl:port>
    <wsdl:port name="PremiumServiceSoap12" binding="tns:PremiumServiceSoap12">
      <soap12:address location="http://www.nepalsharemarket.com/JambDataService/PremiumService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>