<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="QuotaService" targetNamespace="OnlineInvoice" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="OnlineInvoice" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="OnlineInvoice" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects"/><xs:element name="GetQuota"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetQuotaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetQuotaResult" nillable="true" type="q1:Quota" xmlns:q1="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeBundle"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="bundleID" type="xs:int"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeBundleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeBundleResult" nillable="true" type="q2:Quota" xmlns:q2="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBundle"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBundleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetBundleResult" nillable="true" type="q3:Quota" xmlns:q3="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects"/></xs:sequence></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/OnlineInvoice.Web.Common.Objects" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="Quota"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Credits" type="xs:int"/><xs:element minOccurs="0" name="ExpirationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="MonthlyQuota" type="xs:int"/><xs:element minOccurs="0" name="ProducedDocuments" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Quota" nillable="true" type="tns:Quota"/><xs:complexType name="BaseObject"><xs:sequence><xs:element minOccurs="0" name="Error" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ErrorId" type="xs:int"/><xs:element minOccurs="0" name="Result" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="BaseObject" nillable="true" type="tns:BaseObject"/><xs:complexType name="Client"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientID" type="ser:guid"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyID" type="xs:int"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalNumber" type="xs:int"/><xs:element minOccurs="0" name="IsActive" type="xs:boolean"/><xs:element minOccurs="0" name="PaymeBuyer" nillable="true" type="tns:PaymeBuyer"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UniqueID" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Client" nillable="true" type="tns:Client"/><xs:complexType name="PaymeBuyer"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="BuyerEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuyerKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuyerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuyerPhone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuyerSocialId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardExpiry" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardMask" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PaymeBuyer" nillable="true" type="tns:PaymeBuyer"/><xs:complexType name="Document"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="AdditionalInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientID" type="ser:guid"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyID" type="xs:int"/><xs:element minOccurs="0" name="ConversionRate" type="xs:double"/><xs:element minOccurs="0" name="CopyOf" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditRemnant" type="xs:double"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DateCreated" type="xs:dateTime"/><xs:element minOccurs="0" name="DiscountBeforeTax" type="xs:double"/><xs:element minOccurs="0" name="DocType" type="tns:DocumentType"/><xs:element minOccurs="0" name="Exposure" type="tns:ExposureTypes"/><xs:element minOccurs="0" name="ExternalComments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="ILSCopy" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalComments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Items" nillable="true" type="tns:ArrayOfItem"/><xs:element minOccurs="0" name="Language" type="xs:int"/><xs:element minOccurs="0" name="Number" type="xs:int"/><xs:element minOccurs="0" name="PaymentTerms" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payments" nillable="true" type="tns:ArrayOfPayment"/><xs:element minOccurs="0" name="Remnant" type="xs:double"/><xs:element minOccurs="0" name="ShowDiscount" type="xs:boolean"/><xs:element minOccurs="0" name="Status" type="tns:DocumentSatus"/><xs:element minOccurs="0" name="TaxAmount" type="xs:double"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Total" type="xs:double"/><xs:element minOccurs="0" name="TotalWithoutTax" type="xs:double"/><xs:element minOccurs="0" name="UserID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Document" nillable="true" type="tns:Document"/><xs:simpleType name="DocumentType"><xs:restriction base="xs:string"><xs:enumeration value="Invoice"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Reciept"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceReciept"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceDeal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Order"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Proposal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Shipping"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Credit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="RecieptCredit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="DocumentType" nillable="true" type="tns:DocumentType"/><xs:simpleType name="ExposureTypes"><xs:restriction base="xs:string"><xs:enumeration value="MailSent"/><xs:enumeration value="MailOpened"/><xs:enumeration value="MailLinkClicked"/><xs:enumeration value="PDFDownloaded"/><xs:enumeration value="PDFOpened"/></xs:restriction></xs:simpleType><xs:element name="ExposureTypes" nillable="true" type="tns:ExposureTypes"/><xs:complexType name="ArrayOfItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:Item"/></xs:sequence></xs:complexType><xs:element name="ArrayOfItem" nillable="true" type="tns:ArrayOfItem"/><xs:complexType name="Item"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="CatalogID" type="xs:int"/><xs:element minOccurs="0" name="Category" type="xs:int"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:double"/><xs:element minOccurs="0" name="DiscountPercent" type="xs:double"/><xs:element minOccurs="0" name="DocumentID" type="ser:guid"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:double"/><xs:element minOccurs="0" name="Quantity" type="xs:double"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="TaxAmount" type="xs:double"/><xs:element minOccurs="0" name="TaxPercent" type="xs:double"/><xs:element minOccurs="0" name="Total" type="xs:double"/><xs:element minOccurs="0" name="TotalBefore" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Item" nillable="true" type="tns:Item"/><xs:complexType name="Payment"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="DocumentID" type="ser:guid"/><xs:element minOccurs="0" name="Field1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Field2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Field3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="PaymentType" type="tns:PaymentType"/><xs:element minOccurs="0" name="Sum" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Payment" nillable="true" type="tns:Payment"/><xs:simpleType name="PaymentType"><xs:restriction base="xs:string"><xs:enumeration value="Cache"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CreditCard"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Check"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="BankTransfer"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CreditPoints"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Paypal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Other"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="WithholdingTax"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="BitApp"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="PaymentType" nillable="true" type="tns:PaymentType"/><xs:complexType name="Expense"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyID" type="xs:int"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="DeductableVat" type="xs:double"/><xs:element minOccurs="0" name="DocNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpenseType" type="xs:int"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="Sum" type="xs:double"/><xs:element minOccurs="0" name="SupplierID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SupplierName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserID" type="xs:int"/><xs:element minOccurs="0" name="Vat" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Expense" nillable="true" type="tns:Expense"/><xs:complexType name="User"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Company" nillable="true" type="tns:Company"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsActive" type="xs:boolean"/><xs:element minOccurs="0" name="IsPasswordEncrypted" type="xs:boolean"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MembershipType" type="tns:MembershipTypes"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UniqueID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserID" type="xs:int"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="User" nillable="true" type="tns:User"/><xs:complexType name="Company"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="AccountBaseCurrency" type="tns:Currency"/><xs:element minOccurs="0" name="Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressEng" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BundleID" type="xs:int"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CityEng" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyID" type="xs:int"/><xs:element minOccurs="0" name="CompanyType" type="tns:CompanyType"/><xs:element minOccurs="0" name="EMail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EnglishName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpirationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GenericComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="Logo" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Tax" type="xs:int"/><xs:element minOccurs="0" name="Template" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TemplateEng" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TitleEng" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UniqueID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Website" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="currentMembership" nillable="true" type="tns:Membership"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Company" nillable="true" type="tns:Company"/><xs:simpleType name="Currency"><xs:restriction base="xs:string"><xs:enumeration value="ILS"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="USD"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="EUR"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CAD"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="GBP"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="Currency" nillable="true" type="tns:Currency"/><xs:simpleType name="CompanyType"><xs:restriction base="xs:string"><xs:enumeration value="AuthorizedDealer"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Company"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="VatExemption"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NonGovernmentalOrganization"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="PublicBenefitCompany"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="PublicEndowment"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="CompanyType" nillable="true" type="tns:CompanyType"/><xs:complexType name="Membership"><xs:sequence><xs:element minOccurs="0" name="CompanyID" type="xs:int"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="MembershipType" type="tns:MembershipTypes"/><xs:element minOccurs="0" name="PaymeSaleId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymeSubId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="Membership" nillable="true" type="tns:Membership"/><xs:simpleType name="MembershipTypes"><xs:restriction base="xs:string"><xs:enumeration value="Request"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Trial"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Free"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Standard"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Premium"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="JGive"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="MembershipTypes" nillable="true" type="tns:MembershipTypes"/><xs:complexType name="Transaction"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:double"/><xs:element minOccurs="0" name="Card" nillable="true" type="tns:Card"/><xs:element minOccurs="0" name="ClearingCompany" type="tns:ClearingCompany"/><xs:element minOccurs="0" name="ClientID" type="ser:guid"/><xs:element minOccurs="0" name="ClientUniqueID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ComapnyID" type="xs:int"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="DocumentID" type="ser:guid"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="Status" type="tns:ClearingStatus"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransType" type="tns:TransactionType"/><xs:element minOccurs="0" name="UserID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Transaction" nillable="true" type="tns:Transaction"/><xs:complexType name="Card"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="Experation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionID" type="ser:guid"/><xs:element minOccurs="0" name="Verification" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Card" nillable="true" type="tns:Card"/><xs:complexType name="CatalogItem"><xs:complexContent mixed="false"><xs:extension base="tns:BaseObject"><xs:sequence><xs:element minOccurs="0" name="CatalogID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="ItemName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemNameEnglish" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:double"/><xs:element minOccurs="0" name="Vat" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CatalogItem" nillable="true" type="tns:CatalogItem"/><xs:simpleType name="ClearingCompany"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="PayMe"/><xs:enumeration value="Rivhit"/><xs:enumeration value="Pelecatrd"/></xs:restriction></xs:simpleType><xs:element name="ClearingCompany" nillable="true" type="tns:ClearingCompany"/><xs:simpleType name="ClearingStatus"><xs:annotation><xs:appinfo><ActualType Name="unsignedByte" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"/></xs:appinfo></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="Initialize"/><xs:enumeration value="Succeeded"/><xs:enumeration value="Failed"/></xs:restriction></xs:simpleType><xs:element name="ClearingStatus" nillable="true" type="tns:ClearingStatus"/><xs:simpleType name="TransactionType"><xs:restriction base="xs:string"><xs:enumeration value="Regular"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Credit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NoChargedDeal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ChargedDeal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="TransactionType" nillable="true" type="tns:TransactionType"/><xs:complexType name="ArrayOfPayment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Payment" nillable="true" type="tns:Payment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPayment" nillable="true" type="tns:ArrayOfPayment"/><xs:simpleType name="DocumentSatus"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Close"/><xs:enumeration value="Open"/></xs:restriction></xs:simpleType><xs:element name="DocumentSatus" nillable="true" type="tns:DocumentSatus"/></xs:schema></wsdl:types><wsdl:message name="QuotaService_GetQuota_InputMessage"><wsdl:part name="parameters" element="tns:GetQuota"/></wsdl:message><wsdl:message name="QuotaService_GetQuota_OutputMessage"><wsdl:part name="parameters" element="tns:GetQuotaResponse"/></wsdl:message><wsdl:message name="QuotaService_ChangeBundle_InputMessage"><wsdl:part name="parameters" element="tns:ChangeBundle"/></wsdl:message><wsdl:message name="QuotaService_ChangeBundle_OutputMessage"><wsdl:part name="parameters" element="tns:ChangeBundleResponse"/></wsdl:message><wsdl:message name="QuotaService_GetBundle_InputMessage"><wsdl:part name="parameters" element="tns:GetBundle"/></wsdl:message><wsdl:message name="QuotaService_GetBundle_OutputMessage"><wsdl:part name="parameters" element="tns:GetBundleResponse"/></wsdl:message><wsdl:portType name="QuotaService"><wsdl:operation name="GetQuota"><wsdl:input wsaw:Action="OnlineInvoice/QuotaService/GetQuota" message="tns:QuotaService_GetQuota_InputMessage"/><wsdl:output wsaw:Action="OnlineInvoice/QuotaService/GetQuotaResponse" message="tns:QuotaService_GetQuota_OutputMessage"/></wsdl:operation><wsdl:operation name="ChangeBundle"><wsdl:input wsaw:Action="OnlineInvoice/QuotaService/ChangeBundle" message="tns:QuotaService_ChangeBundle_InputMessage"/><wsdl:output wsaw:Action="OnlineInvoice/QuotaService/ChangeBundleResponse" message="tns:QuotaService_ChangeBundle_OutputMessage"/></wsdl:operation><wsdl:operation name="GetBundle"><wsdl:input wsaw:Action="OnlineInvoice/QuotaService/GetBundle" message="tns:QuotaService_GetBundle_InputMessage"/><wsdl:output wsaw:Action="OnlineInvoice/QuotaService/GetBundleResponse" message="tns:QuotaService_GetBundle_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttpBinding_QuotaService" type="tns:QuotaService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="GetQuota"><soap:operation soapAction="OnlineInvoice/QuotaService/GetQuota" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeBundle"><soap:operation soapAction="OnlineInvoice/QuotaService/ChangeBundle" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBundle"><soap:operation soapAction="OnlineInvoice/QuotaService/GetBundle" 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="QuotaService"><wsdl:port name="BasicHttpBinding_QuotaService" binding="tns:BasicHttpBinding_QuotaService"><soap:address location="http://alliott.digital-invoice.co.il/services/QuotaService.svc/Soap"/></wsdl:port></wsdl:service></wsdl:definitions>