<?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://tempuri.org/" 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://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="GetWhoisRecord">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strSLD" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strTLD" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strPasswd" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetWhoisRecordResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetWhoisRecordResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckDomain">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strSLD" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strTLD" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strPasswd" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckDomainResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CheckDomainResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTicketDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strTicket" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strPasswd" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTicketDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTicketDetailsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetWhoisRecordSoapIn">
    <wsdl:part name="parameters" element="tns:GetWhoisRecord" />
  </wsdl:message>
  <wsdl:message name="GetWhoisRecordSoapOut">
    <wsdl:part name="parameters" element="tns:GetWhoisRecordResponse" />
  </wsdl:message>
  <wsdl:message name="CheckDomainSoapIn">
    <wsdl:part name="parameters" element="tns:CheckDomain" />
  </wsdl:message>
  <wsdl:message name="CheckDomainSoapOut">
    <wsdl:part name="parameters" element="tns:CheckDomainResponse" />
  </wsdl:message>
  <wsdl:message name="GetTicketDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetTicketDetails" />
  </wsdl:message>
  <wsdl:message name="GetTicketDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetTicketDetailsResponse" />
  </wsdl:message>
  <wsdl:portType name="WhoisSoap">
    <wsdl:operation name="GetWhoisRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method retruns domain whois record</wsdl:documentation>
      <wsdl:input message="tns:GetWhoisRecordSoapIn" />
      <wsdl:output message="tns:GetWhoisRecordSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CheckDomain">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method checks domain availability</wsdl:documentation>
      <wsdl:input message="tns:CheckDomainSoapIn" />
      <wsdl:output message="tns:CheckDomainSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTicketDetails">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method retruns domain whois record</wsdl:documentation>
      <wsdl:input message="tns:GetTicketDetailsSoapIn" />
      <wsdl:output message="tns:GetTicketDetailsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WhoisSoap" type="tns:WhoisSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetWhoisRecord">
      <soap:operation soapAction="http://tempuri.org/GetWhoisRecord" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckDomain">
      <soap:operation soapAction="http://tempuri.org/CheckDomain" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTicketDetails">
      <soap:operation soapAction="http://tempuri.org/GetTicketDetails" 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="WhoisSoap12" type="tns:WhoisSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetWhoisRecord">
      <soap12:operation soapAction="http://tempuri.org/GetWhoisRecord" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckDomain">
      <soap12:operation soapAction="http://tempuri.org/CheckDomain" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTicketDetails">
      <soap12:operation soapAction="http://tempuri.org/GetTicketDetails" 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="Whois">
    <wsdl:port name="WhoisSoap" binding="tns:WhoisSoap">
      <soap:address location="http://whois.net.pk/webservice/whois.asmx" />
    </wsdl:port>
    <wsdl:port name="WhoisSoap12" binding="tns:WhoisSoap12">
      <soap12:address location="http://whois.net.pk/webservice/whois.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>