<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsAPIInvoiceservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="http://omniticket.network/ovw7">
  <types>
    <xs:schema targetNamespace="http://omniticket.network/ovw7" xmlns="http://omniticket.network/ovw7">
      <xs:complexType name="INVOICERESP">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="ERROR" type="ns1:ERROR"/>
          <xs:element name="INVOICE" type="xs:int"/>
        </sequence>
      </xs:complexType>
      <xs:complexType name="ERROR">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="CODE" type="xs:long"/>
          <xs:element name="TYPE" type="xs:string"/>
          <xs:element name="TEXT" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetShift4InvoiceNo0Request"/>
  <message name="GetShift4InvoiceNo0Response">
    <part name="return" type="ns1:INVOICERESP"/>
  </message>
  <portType name="IWsAPIInvoice">
    <operation name="GetShift4InvoiceNo">
      <input message="tns:GetShift4InvoiceNo0Request"/>
      <output message="tns:GetShift4InvoiceNo0Response"/>
    </operation>
  </portType>
  <binding name="IWsAPIInvoicebinding" type="tns:IWsAPIInvoice">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetShift4InvoiceNo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsAPIInvoiceIntf-IWsAPIInvoice#GetShift4InvoiceNo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIInvoiceIntf-IWsAPIInvoice"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsAPIInvoiceIntf-IWsAPIInvoice"/>
      </output>
    </operation>
  </binding>
  <service name="IWsAPIInvoiceservice">
    <port name="IWsAPIInvoicePort" binding="tns:IWsAPIInvoicebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsAPIInvoice"/>
    </port>
  </service>
</definitions>

