<?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="GetInvoice">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="invoiceNo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="merchantEmail" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strApCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetInvoiceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetInvoiceResult">
              <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="GetInvoiceSoapIn">
    <wsdl:part name="parameters" element="tns:GetInvoice" />
  </wsdl:message>
  <wsdl:message name="GetInvoiceSoapOut">
    <wsdl:part name="parameters" element="tns:GetInvoiceResponse" />
  </wsdl:message>
  <wsdl:message name="GetInvoiceHttpGetIn">
    <wsdl:part name="invoiceNo" type="s:string" />
    <wsdl:part name="merchantEmail" type="s:string" />
    <wsdl:part name="strApCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetInvoiceHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetInvoiceHttpPostIn">
    <wsdl:part name="invoiceNo" type="s:string" />
    <wsdl:part name="merchantEmail" type="s:string" />
    <wsdl:part name="strApCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetInvoiceHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="getinvoicestatusSoap">
    <wsdl:operation name="GetInvoice">
      <wsdl:input message="tns:GetInvoiceSoapIn" />
      <wsdl:output message="tns:GetInvoiceSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="getinvoicestatusHttpGet">
    <wsdl:operation name="GetInvoice">
      <wsdl:input message="tns:GetInvoiceHttpGetIn" />
      <wsdl:output message="tns:GetInvoiceHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="getinvoicestatusHttpPost">
    <wsdl:operation name="GetInvoice">
      <wsdl:input message="tns:GetInvoiceHttpPostIn" />
      <wsdl:output message="tns:GetInvoiceHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="getinvoicestatusSoap" type="tns:getinvoicestatusSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetInvoice">
      <soap:operation soapAction="http://tempuri.org/GetInvoice" 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="getinvoicestatusSoap12" type="tns:getinvoicestatusSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetInvoice">
      <soap12:operation soapAction="http://tempuri.org/GetInvoice" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="getinvoicestatusHttpGet" type="tns:getinvoicestatusHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetInvoice">
      <http:operation location="/GetInvoice" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="getinvoicestatusHttpPost" type="tns:getinvoicestatusHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetInvoice">
      <http:operation location="/GetInvoice" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="getinvoicestatus">
    <wsdl:port name="getinvoicestatusSoap" binding="tns:getinvoicestatusSoap">
      <soap:address location="http://www.paysbuy.com/getinvoice/getinvoicestatus.asmx" />
    </wsdl:port>
    <wsdl:port name="getinvoicestatusSoap12" binding="tns:getinvoicestatusSoap12">
      <soap12:address location="http://www.paysbuy.com/getinvoice/getinvoicestatus.asmx" />
    </wsdl:port>
    <wsdl:port name="getinvoicestatusHttpGet" binding="tns:getinvoicestatusHttpGet">
      <http:address location="http://www.paysbuy.com/getinvoice/getinvoicestatus.asmx" />
    </wsdl:port>
    <wsdl:port name="getinvoicestatusHttpPost" binding="tns:getinvoicestatusHttpPost">
      <http:address location="http://www.paysbuy.com/getinvoice/getinvoicestatus.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>