<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="DocumentService" targetNamespace="Invoice" 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="Invoice" 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"><wsp:Policy wsu:Id="BasicHttpBinding_DocumentService1_policy"><wsp:ExactlyOne><wsp:All><sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout></wsp:Policy></sp:TransportBinding></wsp:All></wsp:ExactlyOne></wsp:Policy><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="Invoice" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:import namespace="http://schemas.microsoft.com/Message"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"/><xs:element name="InsertImportedDoc"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UserId" type="xs:int"/><xs:element minOccurs="0" name="DocType" type="xs:int"/><xs:element minOccurs="0" name="OldDocNumber" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="InsertImportedDocResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InsertImportedDocResult" nillable="true" type="q1:Document" xmlns:q1="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAllreadyImportedDoc"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UserId" type="xs:int"/><xs:element minOccurs="0" name="DocType" type="xs:int"/><xs:element minOccurs="0" name="OldDocNumber" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsAllreadyImportedDocResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsAllreadyImportedDocResult" nillable="true" type="q2:Document" xmlns:q2="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateDocument"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="doc" nillable="true" type="q3:Document" xmlns:q3="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateDocumentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateDocumentResult" nillable="true" type="q4:Document" xmlns:q4="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocument"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentResult" nillable="true" type="q5:Document" xmlns:q5="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentForPrint"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="i4uToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentForPrintResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentForPrintResult" nillable="true" type="q6:Document" xmlns:q6="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentPdfApi"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentPdfApiResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentPdfApiResult" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentStatus"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentStatusResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateDocumentForPayment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateDocumentForPaymentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateDocumentForPaymentResult" nillable="true" type="q7:CommonObject" xmlns:q7="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsDocumentExistsByApiIdentifier"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsDocumentExistsByApiIdentifierResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsDocumentExistsByApiIdentifierResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByApiIdentifier"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="apiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="docType" type="xs:int"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByApiIdentifierResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentByApiIdentifierResult" nillable="true" type="q8:Document" xmlns:q8="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByApiIdentifierV2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="apiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="docType" type="xs:int"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByApiIdentifierV2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentByApiIdentifierV2Result" nillable="true" type="q9:Document" xmlns:q9="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsDocumentExistsByApiIdentifierOldSys"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsDocumentExistsByApiIdentifierOldSysResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsDocumentExistsByApiIdentifierOldSysResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsCountForReports"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q10:DocumentsRequest" xmlns:q10="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsCountForReportsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsCountForReportsResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocuments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q11:DocumentsRequest" xmlns:q11="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsResult" nillable="true" type="q12:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q12="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsExtraData"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="documents" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="isGetItems" type="xs:boolean"/><xs:element minOccurs="0" name="isGetPayments" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsExtraDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsExtraDataResult" nillable="true" type="q14:ArrayOfCommonObject" xmlns:q14="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsMobile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q15:DocumentsRequest" xmlns:q15="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsMobileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsMobileResult" nillable="true" type="q16:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q16="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="Autocomplete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="q" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="limit" type="xs:int"/><xs:element minOccurs="0" name="type" type="q17:DocumentType" xmlns:q17="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutocompleteResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutocompleteResult" nillable="true" type="q18:ArrayOfDocument" xmlns:q18="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutocompleteQuickSearch"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="q" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="limit" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutocompleteQuickSearchResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutocompleteQuickSearchResult" nillable="true" type="q19:ArrayOfDocument" xmlns:q19="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutocompleteMobile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="q" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="limit" type="xs:int"/><xs:element minOccurs="0" name="type" type="q20:DocumentType" xmlns:q20="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutocompleteMobileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutocompleteMobileResult" nillable="true" type="q21:ArrayOfDocument" xmlns:q21="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="InitDocument"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docType" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="InitDocumentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InitDocumentResult" nillable="true" type="q22:Document" xmlns:q22="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="InitDocumentMobile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docType" type="xs:int"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="InitDocumentMobileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InitDocumentMobileResult" nillable="true" type="q23:Document" xmlns:q23="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentItems"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q24:DocumentsRequest" xmlns:q24="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentItemsResult" nillable="true" type="q25:CommonCollectionOfArrayOfDocumentItemJHiVxprS" xmlns:q25="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetMyInvoicesReport"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q26:DocumentsRequest" xmlns:q26="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetMyInvoicesReportResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetMyInvoicesReportResult" nillable="true" type="q27:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q27="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPayments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data" nillable="true" type="q28:DocumentsRequest" xmlns:q28="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPaymentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPaymentsResult" nillable="true" type="q29:CommonCollectionOfArrayOfPaymentJHiVxprS" xmlns:q29="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateRetainer"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="customers" nillable="true" type="q30:ArrayOfCustomer" xmlns:q30="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="year" type="xs:int"/><xs:element minOccurs="0" name="month" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateRetainerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateRetainerResult" nillable="true" type="q31:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q31="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendDocumentsByFax"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docs" nillable="true" type="q32:ArrayOfFaxRequest" xmlns:q32="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendDocumentsByFaxResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SendDocumentsByFaxResult" nillable="true" type="q33:CommonObject" xmlns:q33="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIncomeReport"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q34:DocumentsRequest" xmlns:q34="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIncomeReportResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetIncomeReportResult" nillable="true" type="q35:CommonCollectionOfArrayOfGraphItemJHiVxprS" xmlns:q35="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateDocuments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docs" nillable="true" type="q36:ArrayOfDocument" xmlns:q36="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateDocumentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdateDocumentsResult" nillable="true" type="q37:CommonObject" xmlns:q37="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateDocumentAsSignedBy2Sign"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="doc" nillable="true" type="q38:Document" xmlns:q38="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="i4uOuterServerToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateDocumentAsSignedBy2SignResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdateDocumentAsSignedBy2SignResult" nillable="true" type="q39:CommonObject" xmlns:q39="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAutoInvoicePayments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="req" nillable="true" type="q40:AutoInvoicePaymentsRequest" xmlns:q40="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAutoInvoicePaymentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAutoInvoicePaymentsResult" nillable="true" type="q41:CommonCollectionOfArrayOfAutoInvoicePaymentJHiVxprS" xmlns:q41="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateAutoInvoice"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="paymentInfo" nillable="true" type="q42:ArrayOfAutoInvoicePayment" xmlns:q42="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateAutoInvoiceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateAutoInvoiceResult" nillable="true" type="q43:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q43="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPaymentsReport"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="req" nillable="true" type="q44:AutoInvoicePaymentsRequest" xmlns:q44="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPaymentsReportResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPaymentsReportResult" nillable="true" type="q45:CommonCollectionOfArrayOfPaymentsReportJHiVxprS" xmlns:q45="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePaymentsIssued"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="payments" nillable="true" type="q46:ArrayOfstring" xmlns:q46="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePaymentsIssuedResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdatePaymentsIssuedResult" nillable="true" type="q47:CommonObject" xmlns:q47="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRefferedDocsTotalSum"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q48:DocumentsRequest" xmlns:q48="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRefferedDocsTotalSumResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRefferedDocsTotalSumResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeDocumentStatus"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docs" nillable="true" type="q49:ArrayOfDocument" xmlns:q49="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeDocumentStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeDocumentStatusResult" nillable="true" type="q50:CommonObject" xmlns:q50="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAutoInvoicePayments_Automatically"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAutoInvoicePayments_AutomaticallyResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAutoInvoicePayments_AutomaticallyResult" nillable="true" type="q51:ArrayOfAutoInvoicePayment" xmlns:q51="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendEmail"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="docID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="mailTo" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendEmailResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SendEmailResult" nillable="true" type="q52:CommonObject" xmlns:q52="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByNumber"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="docNumber" type="xs:int"/><xs:element minOccurs="0" name="type" type="q53:DocumentType" xmlns:q53="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentByNumberResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentByNumberResult" nillable="true" type="q54:Document" xmlns:q54="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentTagsTypesAmount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="refreshCache" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentTagsTypesAmountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentTagsTypesAmountResult" nillable="true" type="q55:ArrayOfDocument" xmlns:q55="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveAttachmentFile"><xs:complexType><xs:sequence><xs:element name="file" type="q56:StreamBody" xmlns:q56="http://schemas.microsoft.com/Message"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveAttachmentFileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveAttachmentFileResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPayPalTransactions"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pr" nillable="true" type="q57:PaypalRequest" xmlns:q57="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPayPalTransactionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPayPalTransactionsResult" nillable="true" type="q58:ArrayOfPayPalTrans" xmlns:q58="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePayPalDocuments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="documents" nillable="true" type="q59:ArrayOfPaypalLogin.PayPalObject" xmlns:q59="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePayPalDocumentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreatePayPalDocumentsResult" nillable="true" type="q60:ArrayOfDocument" xmlns:q60="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePayPalDocument"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="payPalTransaction" nillable="true" type="q61:PaypalLogin.PayPalObject_V2" xmlns:q61="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"/><xs:element minOccurs="0" name="organizationPaypalSettings" nillable="true" type="q62:OrganizationPaypal" xmlns:q62="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="user" nillable="true" type="q63:User" xmlns:q63="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePayPalDocumentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreatePayPalDocumentResult" nillable="true" type="q64:Document" xmlns:q64="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDepositDocumentNumber"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetDepositDocumentNumberResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDepositDocumentNumberResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsForReferences"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dr" nillable="true" type="q65:DocumentsRequest" xmlns:q65="http://schemas.datacontract.org/2004/07/Invoice.Common"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsForReferencesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsForReferencesResult" nillable="true" type="q66:CommonCollectionOfArrayOfDocumentJHiVxprS" xmlns:q66="http://schemas.datacontract.org/2004/07/Invoice.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsNumberingRange"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="OrganizationId" type="xs:int"/><xs:element minOccurs="0" name="BaseDocumentType" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDocumentsNumberingRangeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDocumentsNumberingRangeResult" nillable="true" type="q67:NumberingDefinition" xmlns:q67="http://schemas.datacontract.org/2004/07/Invoice.Common"/></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/Invoice.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:complexType name="Document"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="ActualCreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="AllowPaymentsOnDoc" type="xs:boolean"/><xs:element minOccurs="0" name="Amount" type="xs:int"/><xs:element minOccurs="0" name="ApiDuplicityTimeValidation" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ApiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AssociatedEmails" nillable="true" type="tns:ArrayOfAssociatedEmail"/><xs:element minOccurs="0" name="AttachmentFileName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AttachmentOriginalFileName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutoFixMismatchItemName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutoFixPaymentsMismatchItems" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Balance" type="xs:double"/><xs:element minOccurs="0" name="BankAccount" nillable="true" type="tns:BankAccount"/><xs:element minOccurs="0" name="BaseDocId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CancelDocument" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ClearingLogId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClientEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CloseReceipt" type="xs:boolean"/><xs:element minOccurs="0" name="ConversionRate" type="xs:double"/><xs:element minOccurs="0" name="ConversionRateDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="ConversionRateToILS" type="xs:double"/><xs:element minOccurs="0" name="ConvertToILS" type="xs:boolean"/><xs:element minOccurs="0" name="Credit" type="xs:double"/><xs:element minOccurs="0" name="CreditAmount" type="xs:double"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrencyName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrentDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Debit" type="xs:double"/><xs:element minOccurs="0" name="DebitTransaction" type="xs:double"/><xs:element minOccurs="0" name="Deduction" type="xs:double"/><xs:element minOccurs="0" name="DepartureHour" type="xs:int"/><xs:element minOccurs="0" name="DepartureMinute" type="xs:int"/><xs:element minOccurs="0" name="Discount" nillable="true" type="tns:Discount"/><xs:element minOccurs="0" name="DocumentNumber" type="xs:long"/><xs:element minOccurs="0" name="DocumentReffType" type="xs:int"/><xs:element minOccurs="0" name="DocumentType" type="xs:int"/><xs:element minOccurs="0" name="DocumentTypeOldSys" type="xs:int"/><xs:element minOccurs="0" name="DraftId" type="ser:guid"/><xs:element minOccurs="0" name="EmailCustomComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalComments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="First" type="xs:boolean"/><xs:element minOccurs="0" name="GeneralClientId" type="xs:int"/><xs:element minOccurs="0" name="GeneralCustomer" nillable="true" type="tns:GenerelCustomer"/><xs:element minOccurs="0" name="ID" type="ser:guid"/><xs:element minOccurs="0" name="InternalComments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Invoices" nillable="true" type="tns:ArrayOfDocument"/><xs:element minOccurs="0" name="Is2SignDoc" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsBillingDemand" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsDiscountNominal" type="xs:boolean"/><xs:element minOccurs="0" name="IsOldSystemDocument" type="xs:boolean"/><xs:element minOccurs="0" name="IsPreviewDocument" type="xs:boolean"/><xs:element minOccurs="0" name="IsSelfInvoice" type="xs:boolean"/><xs:element minOccurs="0" name="IsSendUserMail" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsSignedBy2Sign" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IssueDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Items" nillable="true" type="tns:ArrayOfDocumentItem"/><xs:element minOccurs="0" name="Language" type="xs:int"/><xs:element minOccurs="0" name="LawyerDocType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MailsAttached" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OldSystemDocGuid" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OldSystemId" type="xs:int"/><xs:element minOccurs="0" name="OrganizationID" type="xs:int"/><xs:element minOccurs="0" name="OrganizationUniqueID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paid" type="xs:double"/><xs:element minOccurs="0" name="PaymentDueDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Payments" nillable="true" type="tns:ArrayOfPayment"/><xs:element minOccurs="0" name="ReceiptAmount" type="xs:double"/><xs:element minOccurs="0" name="RootOrganizationId" type="xs:int"/><xs:element minOccurs="0" name="RoundAmount" type="xs:double"/><xs:element minOccurs="0" name="RoundAmountDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="SmsMessages" nillable="true" type="tns:ArrayOfSms"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StatusID" type="xs:int"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TaxIncluded" type="xs:boolean"/><xs:element minOccurs="0" name="TaxPercentage" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="TaxPercentageDecimal" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="ToRoundAmount" type="xs:boolean"/><xs:element minOccurs="0" name="Total" type="xs:double"/><xs:element minOccurs="0" name="TotalDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="TotalTaxAmount" type="xs:double"/><xs:element minOccurs="0" name="TotalTaxAmountDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="TotalTaxExempt" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="TotalTaxExemptDecimal" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="TotalWithoutTax" type="xs:double"/><xs:element minOccurs="0" name="TotalWithoutTaxDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="UniqueID" type="ser:guid"/><xs:element minOccurs="0" name="UseDecimalValues" nillable="true" type="xs:boolean"/><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:complexType name="CommonObject"><xs:sequence><xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfCommonError"/><xs:element minOccurs="0" name="Info" nillable="true" type="tns:ArrayOfCommonInfo"/><xs:element minOccurs="0" name="OpenInfo" nillable="true" type="q1:ArrayOfKeyValueOfstringstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="CommonObject" nillable="true" type="tns:CommonObject"/><xs:complexType name="ArrayOfCommonError"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CommonError" nillable="true" type="tns:CommonError"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCommonError" nillable="true" type="tns:ArrayOfCommonError"/><xs:complexType name="CommonError"><xs:sequence><xs:element minOccurs="0" name="Error" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="Paramters" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CommonError" nillable="true" type="tns:CommonError"/><xs:complexType name="ArrayOfCommonInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CommonInfo" nillable="true" type="tns:CommonInfo"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCommonInfo" nillable="true" type="tns:ArrayOfCommonInfo"/><xs:complexType name="CommonInfo"><xs:sequence><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="Info" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paramters" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CommonInfo" nillable="true" type="tns:CommonInfo"/><xs:complexType name="ClientCsv"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountingEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccountingName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccountingPhone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BussinesNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Cell" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtrnalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="InternalNote" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NonNumericBusinessNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationId" type="xs:int"/><xs:element minOccurs="0" name="Payments" type="xs:int"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ClientCsv" nillable="true" type="tns:ClientCsv"/><xs:complexType name="DocumentCsv"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountBank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:double"/><xs:element minOccurs="0" name="AuthNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Bank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchBank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchId" type="xs:int"/><xs:element minOccurs="0" name="CVV" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChargeType" type="xs:int"/><xs:element minOccurs="0" name="CheckNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClearingLogId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClearingProductCatalogMappingId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClearingRedirectUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClearingTraceId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ComissionReduction" type="xs:double"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponValue" type="xs:double"/><xs:element minOccurs="0" name="CreateInvoiceReceipt" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CreditCardCompanyType" type="xs:int"/><xs:element minOccurs="0" name="CreditNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerId" type="xs:int"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerUniqueId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DeliveryCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeliveryMailBox" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeliveryReceiverName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeliveryStreet" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeliveryStreetNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DeliveryZip" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentCreated" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentHeadline" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DocumentItems" nillable="true" type="tns:ArrayOfDocumentItem"/><xs:element minOccurs="0" name="DocumentItemsName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentItemsPrice" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentItemsQuantity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentItemsTaxRate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentNumber" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="ExerciseSecurityCertificate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpiryDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraParams" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstPayment" type="xs:double"/><xs:element minOccurs="0" name="ForeignCard" type="xs:boolean"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IdNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IpnUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsBitPayment" type="xs:boolean"/><xs:element minOccurs="0" name="IsCallBack" type="xs:boolean"/><xs:element minOccurs="0" name="IsCaptureTokenOnly" type="xs:boolean"/><xs:element minOccurs="0" name="IsCreateDoc" type="xs:boolean"/><xs:element minOccurs="0" name="IsCreditTransactionType" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsDelivery" type="xs:boolean"/><xs:element minOccurs="0" name="IsFromStandingOrderAuroRun" type="xs:boolean"/><xs:element minOccurs="0" name="IsGeneralClient" type="xs:boolean"/><xs:element minOccurs="0" name="IsMobileAppRequest" type="xs:boolean"/><xs:element minOccurs="0" name="IsMobileRequest" type="xs:boolean"/><xs:element minOccurs="0" name="IsNoVatProduct" type="xs:boolean"/><xs:element minOccurs="0" name="IsNotify" type="xs:boolean"/><xs:element minOccurs="0" name="IsPassParamsInProductPageReturnUrl" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsPrimaryServerRequest" type="xs:boolean"/><xs:element minOccurs="0" name="IsQaEnv" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsRefundCreateInvoiceCredit" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsSendMailNotify" type="xs:boolean"/><xs:element minOccurs="0" name="IsSendUserMail" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsStandingOrderClearance" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsTokenPayment" type="xs:boolean"/><xs:element minOccurs="0" name="ItemDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemsCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemsPrices" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemsQuantity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LipsReaderRequest" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LipsReaderTrack" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MailTo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MultipleItemsDescriptionDetails" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MultipleItemsPage" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="MultipleItemsPriceDetails" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MultipleItemsQuantityDetails" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NumOfCreditPayment" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="NumOfPayments" type="xs:int"/><xs:element minOccurs="0" name="OrderIdClientUsage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OtherPayments" type="xs:double"/><xs:element minOccurs="0" name="PayerToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentType" type="xs:int"/><xs:element minOccurs="0" name="PaypalOrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaypalPayment" type="xs:boolean"/><xs:element minOccurs="0" name="PhoneNumberNotify" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Platform" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductId" type="xs:int"/><xs:element minOccurs="0" name="ProductName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:double"/><xs:element minOccurs="0" name="StandingOrderDuration" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SuccessFullClearing" type="xs:boolean"/><xs:element minOccurs="0" name="TaxRate" type="xs:double"/><xs:element minOccurs="0" name="TransactionType" type="xs:int"/><xs:element minOccurs="0" name="UserID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DocumentCsv" nillable="true" type="tns:DocumentCsv"/><xs:complexType name="ArrayOfDocumentItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DocumentItem" nillable="true" type="tns:DocumentItem"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDocumentItem" nillable="true" type="tns:ArrayOfDocumentItem"/><xs:complexType name="DocumentItem"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Avrage" type="xs:double"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ConversionRate" type="xs:double"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Discount" nillable="true" type="tns:Discount"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IsCalcBeforeTax" type="xs:boolean"/><xs:element minOccurs="0" name="IsDiscountNominal" type="xs:boolean"/><xs:element minOccurs="0" name="LawyerIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:double"/><xs:element minOccurs="0" name="PriceDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="PriceFullInput" type="xs:double"/><xs:element minOccurs="0" name="PriceFullInputDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="PriceIncludeTax" type="xs:double"/><xs:element minOccurs="0" name="Quantity" type="xs:double"/><xs:element minOccurs="0" name="QuantityDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="TaxPercentage" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="TaxPercentageDecimal" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="Total" type="xs:double"/><xs:element minOccurs="0" name="TotalDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="TotalTax" type="xs:double"/><xs:element minOccurs="0" name="TotalTaxDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="TotalWithoutTax" type="xs:double"/><xs:element minOccurs="0" name="TotalWithoutTaxDecimal" type="xs:decimal"/><xs:element minOccurs="0" name="UserCatalogID" type="xs:int"/><xs:element minOccurs="0" name="UserCategoryID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DocumentItem" nillable="true" type="tns:DocumentItem"/><xs:complexType name="Discount"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="BeforeTax" type="xs:boolean"/><xs:element minOccurs="0" name="IsNominal" type="xs:boolean"/><xs:element minOccurs="0" name="Value" type="xs:double"/><xs:element minOccurs="0" name="ValueDecimal" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Discount" nillable="true" type="tns:Discount"/><xs:complexType name="PrintOptions"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountPrintOptions" nillable="true" type="tns:AccountPrintOptions"/><xs:element minOccurs="0" name="AllowedPaymentMethods" nillable="true" type="q2:ArrayOfint" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="BankDetails" type="xs:boolean"/><xs:element minOccurs="0" name="CodeCullom" type="xs:boolean"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsDeposit" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsInvoice" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsInvoiceCredit" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsInvoiceOrder" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsInvoiceReceipt" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsProformaInvoice" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsQuote" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsReceipt" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CommentsShipment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DecimalPoints" type="xs:int"/><xs:element minOccurs="0" name="DiscountTypeCullom" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentTemplate" type="xs:int"/><xs:element minOccurs="0" name="Drawing" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EarlyPaymentDiscount" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="EnglishBankDetails" type="xs:boolean"/><xs:element minOccurs="0" name="HasFixedLatePaymentPenalty" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="HtmlText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAllowOldDatesInDocCreation" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsDocComment" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsDrawing" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsEmailComment" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsNewDesign" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsReplaceCompanyNameWithBranchName" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsShowBranchNameOnDocument" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsSignature" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ItemDiscountCullom" type="xs:boolean"/><xs:element minOccurs="0" name="LanguageOriginalSeparation" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LatePaymentTax" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="RoundAmount" type="xs:boolean"/><xs:element minOccurs="0" name="ShowFaxInDocument" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ShowLogoInMail" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ShowVatIncludedCollumn" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="TemplateColor" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PrintOptions" nillable="true" type="tns:PrintOptions"/><xs:complexType name="AccountPrintOptions"><xs:sequence><xs:element minOccurs="0" name="OrgId" type="xs:int"/><xs:element minOccurs="0" name="isAddress" type="xs:boolean"/><xs:element minOccurs="0" name="isEmail" type="xs:boolean"/><xs:element minOccurs="0" name="isFax" type="xs:boolean"/><xs:element minOccurs="0" name="isFileConsolidationNumber" type="xs:boolean"/><xs:element minOccurs="0" name="isMobile" type="xs:boolean"/><xs:element minOccurs="0" name="isPhone" type="xs:boolean"/><xs:element minOccurs="0" name="isSubtitle" type="xs:boolean"/><xs:element minOccurs="0" name="isWebsite" type="xs:boolean"/><xs:element minOccurs="0" name="isZipCode" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AccountPrintOptions" nillable="true" type="tns:AccountPrintOptions"/><xs:complexType name="ArrayOfAssociatedEmail"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AssociatedEmail" nillable="true" type="tns:AssociatedEmail"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAssociatedEmail" nillable="true" type="tns:ArrayOfAssociatedEmail"/><xs:complexType name="AssociatedEmail"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="ClientId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IsSendDoc" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsUserMail" type="xs:boolean"/><xs:element minOccurs="0" name="Mail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="AssociatedEmail" nillable="true" type="tns:AssociatedEmail"/><xs:complexType name="BankAccount"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DefaultBank" type="xs:boolean"/><xs:element minOccurs="0" name="ExternalNumber" type="xs:long"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="InUse" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationID" type="xs:int"/><xs:element minOccurs="0" name="Ucan2ID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="BankAccount" nillable="true" type="tns:BankAccount"/><xs:complexType name="GenerelCustomer"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="Identifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GenerelCustomer" nillable="true" type="tns:GenerelCustomer"/><xs:complexType name="ArrayOfDocument"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Document" nillable="true" type="tns:Document"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDocument" nillable="true" type="tns:ArrayOfDocument"/><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:complexType name="Payment"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:double"/><xs:element minOccurs="0" name="BankName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ConversionRate" type="xs:double"/><xs:element minOccurs="0" name="CreditCardName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditCardType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DateStr" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DepositID" type="ser:guid"/><xs:element minOccurs="0" name="Document" nillable="true" type="tns:Document"/><xs:element minOccurs="0" name="DocumentID" type="ser:guid"/><xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IsCanceledDoc" type="xs:boolean"/><xs:element minOccurs="0" name="NumberOfPayments" type="xs:int"/><xs:element minOccurs="0" name="PayerID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentNumberInDoc" type="xs:int"/><xs:element minOccurs="0" name="PaymentType" type="xs:int"/><xs:element minOccurs="0" name="PaymentTypeLiteral" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentTypeOtherId" type="xs:int"/><xs:element minOccurs="0" name="Ucan2CreditCompanyId" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Payment" nillable="true" type="tns:Payment"/><xs:complexType name="ArrayOfSms"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Sms" nillable="true" type="tns:Sms"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSms" nillable="true" type="tns:ArrayOfSms"/><xs:complexType name="Sms"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="DocumentId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MessageReason" type="q3:SmsMessageReason" xmlns:q3="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Sms" nillable="true" type="tns:Sms"/><xs:complexType name="DocumentsRequest"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="BranchID" type="xs:int"/><xs:element minOccurs="0" name="CardTypeID" type="xs:int"/><xs:element minOccurs="0" name="CommonCacheType" nillable="true" type="q4:CommonCacheTypes" xmlns:q4="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerID" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CustomerIdOldSystem" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentNumber" type="xs:int"/><xs:element minOccurs="0" name="DocumentType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="DocumentTypes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExectDocumentNumber" type="xs:int"/><xs:element minOccurs="0" name="ExtraStatus" type="xs:int"/><xs:element minOccurs="0" name="ExtraStatus2" type="xs:int"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="FromActualCreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="FromAmount" nillable="true" type="xs:float"/><xs:element minOccurs="0" name="FromNumber" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="FromPaymentDueDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="GeneralClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GeneralCustomer" nillable="true" type="tns:GenerelCustomer"/><xs:element minOccurs="0" name="GraphGroupType" type="q5:GraphGroupingTypes" xmlns:q5="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="IncomeItemSearchByCatalogIdAndNameOnly" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsCache" type="xs:boolean"/><xs:element minOccurs="0" name="IsForceFullSearch" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsFromDocumentRequest" type="xs:boolean"/><xs:element minOccurs="0" name="IsFromOldSystemRequest" type="xs:boolean"/><xs:element minOccurs="0" name="IsRefreshCache" type="xs:boolean"/><xs:element minOccurs="0" name="ItemCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemsIncluded" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Limit" type="xs:int"/><xs:element minOccurs="0" name="OldSystemId" type="xs:int"/><xs:element minOccurs="0" name="OnlyGeneralClient" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentType" type="xs:int"/><xs:element minOccurs="0" name="PaymentTypeDeductionOnly" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentTypeOtherId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="PaymentsIncluded" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ReportType" nillable="true" type="q6:ReportTypes" xmlns:q6="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="ReportTypeInt" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="To" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ToActualCreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ToAmount" nillable="true" type="xs:float"/><xs:element minOccurs="0" name="ToNumber" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ToPaymentDueDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TransactionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" nillable="true" type="q7:DocumentType" xmlns:q7="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/><xs:element minOccurs="0" name="UserCacheType" nillable="true" type="q8:UserCacheTypes" xmlns:q8="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DocumentsRequest" nillable="true" type="tns:DocumentsRequest"/><xs:complexType name="CommonCollectionOfArrayOfDocumentJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfDocument" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfDocument"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfDocumentJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfDocumentJHiVxprS"/><xs:complexType name="ArrayOfCommonObject"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CommonObject" nillable="true" type="tns:CommonObject"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCommonObject" nillable="true" type="tns:ArrayOfCommonObject"/><xs:complexType name="CommonCollectionOfArrayOfDocumentItemJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfDocumentItem" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfDocumentItem"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfDocumentItemJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfDocumentItemJHiVxprS"/><xs:complexType name="CommonCollectionOfArrayOfPaymentJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfPayment" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfPayment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfPaymentJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfPaymentJHiVxprS"/><xs:complexType name="ArrayOfCustomer"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Customer" nillable="true" type="tns:Customer"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCustomer" nillable="true" type="tns:ArrayOfCustomer"/><xs:complexType name="Customer"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="AddToMailChimp" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BankName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Cell" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientCode" type="xs:int"/><xs:element minOccurs="0" name="ContactEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactLastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CountryId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreditCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditCardType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CustomerEmails" nillable="true" type="tns:ArrayOfAssociatedEmail"/><xs:element minOccurs="0" name="DateCreated" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmailAccounting" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtNumber" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FreeBalance" type="xs:double"/><xs:element minOccurs="0" name="FreeUniqueID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FreeZip" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Guid" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HasBeenExported" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IdNewAndOldSystem" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalNote" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAutomaicInvoices" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsFromLead" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsNonUniqueNameCreation" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LeadId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NameAccounting" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrgID" type="xs:int"/><xs:element minOccurs="0" name="PayTerms" type="xs:int"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PhoneAccounting" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Retainer" type="xs:boolean"/><xs:element minOccurs="0" name="RetainerAmount" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="RetainerTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Ucan2ClientID" type="xs:int"/><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:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Customer" nillable="true" type="tns:Customer"/><xs:complexType name="ArrayOfFaxRequest"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FaxRequest" nillable="true" type="tns:FaxRequest"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFaxRequest" nillable="true" type="tns:ArrayOfFaxRequest"/><xs:complexType name="FaxRequest"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="DocumentID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FaxNumber" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FaxRequest" nillable="true" type="tns:FaxRequest"/><xs:complexType name="CommonCollectionOfArrayOfGraphItemJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfGraphItem" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfGraphItem"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfGraphItemJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfGraphItemJHiVxprS"/><xs:complexType name="ArrayOfGraphItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="GraphItem" nillable="true" type="tns:GraphItem"/></xs:sequence></xs:complexType><xs:element name="ArrayOfGraphItem" nillable="true" type="tns:ArrayOfGraphItem"/><xs:complexType name="GraphItem"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Day" type="xs:int"/><xs:element minOccurs="0" name="Month" type="xs:int"/><xs:element minOccurs="0" name="Sum" type="xs:double"/><xs:element minOccurs="0" name="Year" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GraphItem" nillable="true" type="tns:GraphItem"/><xs:complexType name="AutoInvoicePaymentsRequest"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="BranchId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CheckPayment" type="xs:boolean"/><xs:element minOccurs="0" name="ClientID" type="xs:int"/><xs:element minOccurs="0" name="CreditCardPayment" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="FromAmount" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="FromDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LastDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PaymentType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="PaymentTypeOtherId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ToAmount" nillable="true" type="xs:double"/><xs:element minOccurs="0" name="ToDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="AutoInvoicePaymentsRequest" nillable="true" type="tns:AutoInvoicePaymentsRequest"/><xs:complexType name="CommonCollectionOfArrayOfAutoInvoicePaymentJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfAutoInvoicePayment" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfAutoInvoicePayment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfAutoInvoicePaymentJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfAutoInvoicePaymentJHiVxprS"/><xs:complexType name="ArrayOfAutoInvoicePayment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AutoInvoicePayment" nillable="true" type="tns:AutoInvoicePayment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAutoInvoicePayment" nillable="true" type="tns:ArrayOfAutoInvoicePayment"/><xs:complexType name="AutoInvoicePayment"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:double"/><xs:element minOccurs="0" name="BranchId" type="xs:int"/><xs:element minOccurs="0" name="BranchName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="DocIdFromInsertion" type="ser:guid"/><xs:element minOccurs="0" name="DocumentID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemDesc" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MailsAttached" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentID" type="xs:int"/><xs:element minOccurs="0" name="PaymentNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReferenceDocCreditAmount" type="xs:double"/><xs:element minOccurs="0" name="ReferenceDocId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" type="tns:PaymentTypes"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="AutoInvoicePayment" nillable="true" type="tns:AutoInvoicePayment"/><xs:simpleType name="PaymentTypes"><xs:restriction base="xs:string"><xs:enumeration value="CreditCard"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Check"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="MoneyTransfer"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Cash"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Credit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="WithholdingTax"><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:restriction></xs:simpleType><xs:element name="PaymentTypes" nillable="true" type="tns:PaymentTypes"/><xs:complexType name="CommonCollectionOfArrayOfPaymentsReportJHiVxprS"><xs:annotation><xs:appinfo><GenericType Name="CommonCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="ArrayOfPaymentsReport" Namespace="http://schemas.datacontract.org/2004/07/Invoice.Common"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="Response" nillable="true" type="tns:ArrayOfPaymentsReport"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CommonCollectionOfArrayOfPaymentsReportJHiVxprS" nillable="true" type="tns:CommonCollectionOfArrayOfPaymentsReportJHiVxprS"/><xs:complexType name="ArrayOfPaymentsReport"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PaymentsReport" nillable="true" type="tns:PaymentsReport"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPaymentsReport" nillable="true" type="tns:ArrayOfPaymentsReport"/><xs:complexType name="PaymentsReport"><xs:complexContent mixed="false"><xs:extension base="tns:AutoInvoicePayment"><xs:sequence><xs:element minOccurs="0" name="ConversionRate" type="xs:double"/><xs:element minOccurs="0" name="CurrencyName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentType" type="xs:int"/><xs:element minOccurs="0" name="IsInvoiceIssued" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentTypeOtherId" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PaymentsReport" nillable="true" type="tns:PaymentsReport"/><xs:complexType name="OrganizationPaypal"><xs:sequence><xs:element minOccurs="0" name="ApiEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ApiPassword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ApiSignature" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutoLanguage" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClientId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientSecret" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentType" type="xs:int"/><xs:element minOccurs="0" name="EmailDocumentsDestinations" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="EmailPayPal" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IsAuto" type="xs:boolean"/><xs:element minOccurs="0" name="IsForceInvoiceReceiptOnCredit" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsRegularCustomer" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LoginEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LoginPassword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="OrganizationPaypal" nillable="true" type="tns:OrganizationPaypal"/><xs:complexType name="User"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccessRestrictionsJson" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccountingMethod" type="xs:int"/><xs:element minOccurs="0" name="ApiActive" type="xs:boolean"/><xs:element minOccurs="0" name="ApiIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AreaCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutoPayment" type="xs:boolean"/><xs:element minOccurs="0" name="BundleFullPriceBeforeTax" type="xs:double"/><xs:element minOccurs="0" name="BundleID" type="xs:int"/><xs:element minOccurs="0" name="BundlePriceBeforeTax" type="xs:double"/><xs:element minOccurs="0" name="BundleQuota" type="xs:int"/><xs:element minOccurs="0" name="BusinessType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompanyName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CountryCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditCount" type="xs:int"/><xs:element minOccurs="0" name="Credits" type="xs:int"/><xs:element minOccurs="0" name="CrmExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CrmLeadsCount" type="xs:int"/><xs:element minOccurs="0" name="CrmUsersCount" type="xs:int"/><xs:element minOccurs="0" name="DefaultPaymentType" type="xs:int"/><xs:element minOccurs="0" name="DocumentUsage" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="DocumentsCreditMonthly" type="xs:int"/><xs:element minOccurs="0" name="DocumentsCreditMonthlyPrice" type="xs:double"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmailAndPasswordEncoded" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ForeverClosePopup" type="xs:int"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="IntegratedCompanyId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IsAdmin" type="xs:boolean"/><xs:element minOccurs="0" name="IsAutomaicInvoices" type="xs:boolean"/><xs:element minOccurs="0" name="IsClearingUser" type="xs:boolean"/><xs:element minOccurs="0" name="IsCrmAutoPayment" type="xs:boolean"/><xs:element minOccurs="0" name="IsCrmExtraLeadsPayment" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsCrmSystemUsage" type="xs:boolean"/><xs:element minOccurs="0" name="IsDefaultDateDoc" type="xs:int"/><xs:element minOccurs="0" name="IsDefaultPaymentButton" type="xs:boolean"/><xs:element minOccurs="0" name="IsDefaultRoundAmount" type="xs:int"/><xs:element minOccurs="0" name="IsDefaultSendPaymentButton" type="xs:int"/><xs:element minOccurs="0" name="IsDocumentsCreditMonthly" type="xs:boolean"/><xs:element minOccurs="0" name="IsFinishRegistration" type="xs:boolean"/><xs:element minOccurs="0" name="IsHideClearing" type="xs:boolean"/><xs:element minOccurs="0" name="IsInvomailAutoPayment" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsInvomailLinked" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsOldInvoiceSync" type="xs:boolean"/><xs:element minOccurs="0" name="IsPartialUcan2Sync" type="xs:boolean"/><xs:element minOccurs="0" name="IsSeparateVatIncomeReport" type="xs:boolean"/><xs:element minOccurs="0" name="IsStandingOrderUser" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsSubOrganization" type="xs:boolean"/><xs:element minOccurs="0" name="IsTokenUser" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsWelcomePageVisited" type="xs:boolean"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Limit" type="xs:int"/><xs:element minOccurs="0" name="Mobile" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MobileAc" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MonthlyClosePopup" type="xs:int"/><xs:element minOccurs="0" name="MonthlyClosePopupUnPressed" type="xs:int"/><xs:element minOccurs="0" name="MonthlyDocUsage" type="xs:int"/><xs:element minOccurs="0" name="OccupationTypeID" type="xs:int"/><xs:element minOccurs="0" name="OldInvoiceID" type="xs:int"/><xs:element minOccurs="0" name="Org2SignActive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Org2SignBundleId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Org2SignExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Org2SignPassword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Org2SignUsername" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationCurrency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationID" type="xs:int"/><xs:element minOccurs="0" name="OrganizationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganizationUniqueId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RegistrationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RootOrganization" nillable="true" type="tns:User"/><xs:element minOccurs="0" name="RootOrganizationId" type="xs:int"/><xs:element minOccurs="0" name="SMSCode" type="xs:int"/><xs:element minOccurs="0" name="SOExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ShortCreatedDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortCrmExpirationDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortExpirationDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortOrg2SignExpirationDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShowOldInvoiceLink" type="xs:boolean"/><xs:element minOccurs="0" name="TaxRate" type="xs:double"/><xs:element minOccurs="0" name="TokensExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TrialPeriod" type="xs:boolean"/><xs:element minOccurs="0" name="Ucan2Active" type="xs:boolean"/><xs:element minOccurs="0" name="UserLanguage" type="xs:int"/><xs:element minOccurs="0" name="UserPassword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserPasswordHash" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ViewDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="User" nillable="true" type="tns:User"/><xs:complexType name="NumberingDefinition"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="BankDetails" nillable="true" type="tns:PaymentDetailes"/><xs:element minOccurs="0" name="Deal" type="xs:long"/><xs:element minOccurs="0" name="Deposit" type="xs:long"/><xs:element minOccurs="0" name="EnglishBankDetails" nillable="true" type="tns:PaymentDetailsEnglish"/><xs:element minOccurs="0" name="ExemptIncome" type="xs:long"/><xs:element minOccurs="0" name="GeneralCustomer" type="xs:long"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="Income" type="xs:long"/><xs:element minOccurs="0" name="Invoice" type="xs:long"/><xs:element minOccurs="0" name="InvoiceCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceCredit" type="xs:long"/><xs:element minOccurs="0" name="InvoiceCreditCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceCreditCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="InvoiceCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="InvoiceOrder" type="xs:long"/><xs:element minOccurs="0" name="InvoiceOrderCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceOrderCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="InvoiceQuote" type="xs:long"/><xs:element minOccurs="0" name="InvoiceQuoteCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceQuoteCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="InvoiceReceipt" type="xs:long"/><xs:element minOccurs="0" name="InvoiceReceiptCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceReceiptCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="InvoiceShip" type="xs:long"/><xs:element minOccurs="0" name="InvoiceShipCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceShipCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="IsAdvancedSearchDocumentReferences" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsBankDetails" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsEnglishBankDetails" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LawyerDeposit" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="LawyerExpanses" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="OrganizationID" type="xs:int"/><xs:element minOccurs="0" name="ProformaInvoice" type="xs:long"/><xs:element minOccurs="0" name="ProformaInvoiceCreated" type="xs:boolean"/><xs:element minOccurs="0" name="ProformaInvoiceCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Receipt" type="xs:long"/><xs:element minOccurs="0" name="ReceiptCreated" type="xs:boolean"/><xs:element minOccurs="0" name="ReceiptCurrent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Register" type="xs:long"/><xs:element minOccurs="0" name="RegisterBankTransfer" type="xs:long"/><xs:element minOccurs="0" name="RegisterBankTransferEUR" type="xs:long"/><xs:element minOccurs="0" name="RegisterBankTransferGBP" type="xs:long"/><xs:element minOccurs="0" name="RegisterBankTransferJPY" type="xs:long"/><xs:element minOccurs="0" name="RegisterBankTransferUSD" type="xs:long"/><xs:element minOccurs="0" name="RegisterBit" type="xs:long"/><xs:element minOccurs="0" name="RegisterCash" type="xs:long"/><xs:element minOccurs="0" name="RegisterCheck" type="xs:long"/><xs:element minOccurs="0" name="RegisterCredit" type="xs:long"/><xs:element minOccurs="0" name="RegisterCreditCard" type="xs:long"/><xs:element minOccurs="0" name="RegisterOther" type="xs:long"/><xs:element minOccurs="0" name="RegisterPaypal" type="xs:long"/><xs:element minOccurs="0" name="RegisterPeper" type="xs:long"/><xs:element minOccurs="0" name="TaxCredit" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="NumberingDefinition" nillable="true" type="tns:NumberingDefinition"/><xs:complexType name="PaymentDetailes"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccountOwner" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BIC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BankName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientId" type="xs:int"/><xs:element minOccurs="0" name="CreditCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditCardType" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PaymentDetailes" nillable="true" type="tns:PaymentDetailes"/><xs:complexType name="PaymentDetailsEnglish"><xs:complexContent mixed="false"><xs:extension base="tns:CommonObject"><xs:sequence><xs:element minOccurs="0" name="ABA" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ABAEn" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccountNumberEnglish" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BankNameEnglish" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Beneficiary" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BeneficiaryEn" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BranchNameEnglish" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IBAN" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IBANEn" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SWIFT" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SWIFTEn" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PaymentDetailsEnglish" nillable="true" type="tns:PaymentDetailsEnglish"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:complexType name="ArrayOfKeyValueOfstringstring"><xs:annotation><xs:appinfo><IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary></xs:appinfo></xs:annotation><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring"><xs:complexType><xs:sequence><xs:element name="Key" nillable="true" type="xs:string"/><xs:element name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element></xs:sequence></xs:complexType><xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring"/><xs:complexType name="ArrayOfint"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint"/><xs:complexType name="ArrayOfstring"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Invoice.Common.Enums"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:simpleType name="GraphGroupingTypes"><xs:restriction base="xs:string"><xs:enumeration value="Month"/><xs:enumeration value="MonthYear"/><xs:enumeration value="Day"/><xs:enumeration value="Year"/><xs:enumeration value="VatExemption"/><xs:enumeration value="MonthYearIncludeVAT"/></xs:restriction></xs:simpleType><xs:element name="GraphGroupingTypes" nillable="true" type="tns:GraphGroupingTypes"/><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="Receipt"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceReceipt"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceCredit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ProformaInvoice"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceOrder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceQuote"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceShip"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Deposits"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="PurchaseOrder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="DocumentType" nillable="true" type="tns:DocumentType"/><xs:simpleType name="SmsMessageReason"><xs:restriction base="xs:string"><xs:enumeration value="GeneralSms"/><xs:enumeration value="NewInvoiceCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewReceiptCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewInvoiceReceiptCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewInvoiceCreditCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewProformaInvoiceCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewInvoiceOrderCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewInvoiceQuoteCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">17</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NewInvoiceShipCreated"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">18</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ReceiptReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">22</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceReceiptReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceCreditReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">24</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ProformaInvoiceReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">25</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceOrderReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">26</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceQuoteReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="InvoiceShipReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">28</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CustomerPaymentReminder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">31</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CustomerThankYouPurchase"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="SmsMessageReason" nillable="true" type="tns:SmsMessageReason"/><xs:simpleType name="CommonCacheTypes"><xs:restriction base="xs:string"><xs:enumeration value="All"/><xs:enumeration value="DashboardMessages"/></xs:restriction></xs:simpleType><xs:element name="CommonCacheTypes" nillable="true" type="tns:CommonCacheTypes"/><xs:simpleType name="ReportTypes"><xs:restriction base="xs:string"><xs:enumeration value="Document"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Customer"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="IncomeItemReport"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="IncomeGraph"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CsvLogReport"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="OpenDocuments"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="IncomeReport"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Conversions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DashboardOpenInvoice"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Paypal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="MyInvoicesReport"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="StandingOrder"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="StandingOrderLog"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ClearingLog"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Payments"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="ReportTypes" nillable="true" type="tns:ReportTypes"/><xs:simpleType name="UserCacheTypes"><xs:restriction base="xs:string"><xs:enumeration value="All"/><xs:enumeration value="GraphUser"/><xs:enumeration value="DocumentsOpenInvoiceDashboard"/><xs:enumeration value="DocumentsInvoiceRemaining"/><xs:enumeration value="DocumentsReceiptRemaining"/><xs:enumeration value="DocumentsInvoiceReceiptRemaining"/><xs:enumeration value="DocumentsCreditRemaining"/><xs:enumeration value="DocumentsProformaRemaining"/><xs:enumeration value="DocumentsOrderRemaining"/><xs:enumeration value="DocumentsQuoteRemaining"/><xs:enumeration value="DocumentsShipmentRemaining"/><xs:enumeration value="DocumentsTagTypes"/><xs:enumeration value="UsersByRootOrganizationId"/></xs:restriction></xs:simpleType><xs:element name="UserCacheTypes" nillable="true" type="tns:UserCacheTypes"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/Message" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/Message"><xs:simpleType name="StreamBody"><xs:restriction base="xs:base64Binary"/></xs:simpleType></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Invoice.Common.Paypal"><xs:complexType name="PaypalRequest"><xs:sequence><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="To" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="PaypalRequest" nillable="true" type="tns:PaypalRequest"/><xs:complexType name="ArrayOfPayPalTrans"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PayPalTrans" nillable="true" type="tns:PayPalTrans"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPayPalTrans" nillable="true" type="tns:ArrayOfPayPalTrans"/><xs:complexType name="PayPalTrans"><xs:sequence><xs:element minOccurs="0" name="ClientEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocLanguage" type="xs:int"/><xs:element minOccurs="0" name="DocumentType" type="xs:int"/><xs:element minOccurs="0" name="ItemCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemQuantity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PayPalEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TaxAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalAmount" type="xs:double"/><xs:element minOccurs="0" name="TransType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PayPalTrans" nillable="true" type="tns:PayPalTrans"/><xs:complexType name="ArrayOfPaypalLogin.PayPalObject"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PaypalLogin.PayPalObject" nillable="true" type="tns:PaypalLogin.PayPalObject"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPaypalLogin.PayPalObject" nillable="true" type="tns:ArrayOfPaypalLogin.PayPalObject"/><xs:complexType name="PaypalLogin.PayPalObject"><xs:sequence><xs:element minOccurs="0" name="ClientEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrencyNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocLanguage" type="xs:int"/><xs:element minOccurs="0" name="DocumentId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentType" type="xs:int"/><xs:element minOccurs="0" name="InvoiceCreated" type="xs:boolean"/><xs:element minOccurs="0" name="InvoiceID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemQuantity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NetAmount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderTime" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganizationId" type="xs:int"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TaxAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalAmount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransStatus" type="tns:PaypalLogin.PayPalObject.STATUS"/><xs:element minOccurs="0" name="TransType" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PaypalLogin.PayPalObject" nillable="true" type="tns:PaypalLogin.PayPalObject"/><xs:simpleType name="PaypalLogin.PayPalObject.STATUS"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Refund"/><xs:enumeration value="Payment"/></xs:restriction></xs:simpleType><xs:element name="PaypalLogin.PayPalObject.STATUS" nillable="true" type="tns:PaypalLogin.PayPalObject.STATUS"/><xs:complexType name="PaypalLogin.PayPalObject_V2"><xs:sequence><xs:element minOccurs="0" name="ClientEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentLanguage" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ForceInvoiceReceiptOnCredit" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="FullTransactionDetails" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NetAmount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderTime" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalAmount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransStatus" type="tns:PaypalLogin.PayPalObject_V2.STATUS"/><xs:element minOccurs="0" name="TransType" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PaypalLogin.PayPalObject_V2" nillable="true" type="tns:PaypalLogin.PayPalObject_V2"/><xs:simpleType name="PaypalLogin.PayPalObject_V2.STATUS"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Refund"/><xs:enumeration value="Payment"/></xs:restriction></xs:simpleType><xs:element name="PaypalLogin.PayPalObject_V2.STATUS" nillable="true" type="tns:PaypalLogin.PayPalObject_V2.STATUS"/></xs:schema></wsdl:types><wsdl:message name="DocumentService_InsertImportedDoc_InputMessage"><wsdl:part name="parameters" element="tns:InsertImportedDoc"/></wsdl:message><wsdl:message name="DocumentService_InsertImportedDoc_OutputMessage"><wsdl:part name="parameters" element="tns:InsertImportedDocResponse"/></wsdl:message><wsdl:message name="DocumentService_IsAllreadyImportedDoc_InputMessage"><wsdl:part name="parameters" element="tns:IsAllreadyImportedDoc"/></wsdl:message><wsdl:message name="DocumentService_IsAllreadyImportedDoc_OutputMessage"><wsdl:part name="parameters" element="tns:IsAllreadyImportedDocResponse"/></wsdl:message><wsdl:message name="DocumentService_CreateDocument_InputMessage"><wsdl:part name="parameters" element="tns:CreateDocument"/></wsdl:message><wsdl:message name="DocumentService_CreateDocument_OutputMessage"><wsdl:part name="parameters" element="tns:CreateDocumentResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocument_InputMessage"><wsdl:part name="parameters" element="tns:GetDocument"/></wsdl:message><wsdl:message name="DocumentService_GetDocument_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentForPrint_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentForPrint"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentForPrint_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentForPrintResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentPdfApi_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentPdfApi"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentPdfApi_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentPdfApiResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentStatus_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentStatus"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentStatus_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentStatusResponse"/></wsdl:message><wsdl:message name="DocumentService_ValidateDocumentForPayment_InputMessage"><wsdl:part name="parameters" element="tns:ValidateDocumentForPayment"/></wsdl:message><wsdl:message name="DocumentService_ValidateDocumentForPayment_OutputMessage"><wsdl:part name="parameters" element="tns:ValidateDocumentForPaymentResponse"/></wsdl:message><wsdl:message name="DocumentService_IsDocumentExistsByApiIdentifier_InputMessage"><wsdl:part name="parameters" element="tns:IsDocumentExistsByApiIdentifier"/></wsdl:message><wsdl:message name="DocumentService_IsDocumentExistsByApiIdentifier_OutputMessage"><wsdl:part name="parameters" element="tns:IsDocumentExistsByApiIdentifierResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByApiIdentifier_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByApiIdentifier"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByApiIdentifier_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByApiIdentifierResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByApiIdentifierV2_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByApiIdentifierV2"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByApiIdentifierV2_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByApiIdentifierV2Response"/></wsdl:message><wsdl:message name="DocumentService_IsDocumentExistsByApiIdentifierOldSys_InputMessage"><wsdl:part name="parameters" element="tns:IsDocumentExistsByApiIdentifierOldSys"/></wsdl:message><wsdl:message name="DocumentService_IsDocumentExistsByApiIdentifierOldSys_OutputMessage"><wsdl:part name="parameters" element="tns:IsDocumentExistsByApiIdentifierOldSysResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsCountForReports_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsCountForReports"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsCountForReports_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsCountForReportsResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocuments_InputMessage"><wsdl:part name="parameters" element="tns:GetDocuments"/></wsdl:message><wsdl:message name="DocumentService_GetDocuments_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsExtraData_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsExtraData"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsExtraData_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsExtraDataResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsMobile_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsMobile"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsMobile_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsMobileResponse"/></wsdl:message><wsdl:message name="DocumentService_Autocomplete_InputMessage"><wsdl:part name="parameters" element="tns:Autocomplete"/></wsdl:message><wsdl:message name="DocumentService_Autocomplete_OutputMessage"><wsdl:part name="parameters" element="tns:AutocompleteResponse"/></wsdl:message><wsdl:message name="DocumentService_AutocompleteQuickSearch_InputMessage"><wsdl:part name="parameters" element="tns:AutocompleteQuickSearch"/></wsdl:message><wsdl:message name="DocumentService_AutocompleteQuickSearch_OutputMessage"><wsdl:part name="parameters" element="tns:AutocompleteQuickSearchResponse"/></wsdl:message><wsdl:message name="DocumentService_AutocompleteMobile_InputMessage"><wsdl:part name="parameters" element="tns:AutocompleteMobile"/></wsdl:message><wsdl:message name="DocumentService_AutocompleteMobile_OutputMessage"><wsdl:part name="parameters" element="tns:AutocompleteMobileResponse"/></wsdl:message><wsdl:message name="DocumentService_InitDocument_InputMessage"><wsdl:part name="parameters" element="tns:InitDocument"/></wsdl:message><wsdl:message name="DocumentService_InitDocument_OutputMessage"><wsdl:part name="parameters" element="tns:InitDocumentResponse"/></wsdl:message><wsdl:message name="DocumentService_InitDocumentMobile_InputMessage"><wsdl:part name="parameters" element="tns:InitDocumentMobile"/></wsdl:message><wsdl:message name="DocumentService_InitDocumentMobile_OutputMessage"><wsdl:part name="parameters" element="tns:InitDocumentMobileResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentItems_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentItems"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentItems_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentItemsResponse"/></wsdl:message><wsdl:message name="DocumentService_GetMyInvoicesReport_InputMessage"><wsdl:part name="parameters" element="tns:GetMyInvoicesReport"/></wsdl:message><wsdl:message name="DocumentService_GetMyInvoicesReport_OutputMessage"><wsdl:part name="parameters" element="tns:GetMyInvoicesReportResponse"/></wsdl:message><wsdl:message name="DocumentService_GetPayments_InputMessage"><wsdl:part name="parameters" element="tns:GetPayments"/></wsdl:message><wsdl:message name="DocumentService_GetPayments_OutputMessage"><wsdl:part name="parameters" element="tns:GetPaymentsResponse"/></wsdl:message><wsdl:message name="DocumentService_CreateRetainer_InputMessage"><wsdl:part name="parameters" element="tns:CreateRetainer"/></wsdl:message><wsdl:message name="DocumentService_CreateRetainer_OutputMessage"><wsdl:part name="parameters" element="tns:CreateRetainerResponse"/></wsdl:message><wsdl:message name="DocumentService_SendDocumentsByFax_InputMessage"><wsdl:part name="parameters" element="tns:SendDocumentsByFax"/></wsdl:message><wsdl:message name="DocumentService_SendDocumentsByFax_OutputMessage"><wsdl:part name="parameters" element="tns:SendDocumentsByFaxResponse"/></wsdl:message><wsdl:message name="DocumentService_GetIncomeReport_InputMessage"><wsdl:part name="parameters" element="tns:GetIncomeReport"/></wsdl:message><wsdl:message name="DocumentService_GetIncomeReport_OutputMessage"><wsdl:part name="parameters" element="tns:GetIncomeReportResponse"/></wsdl:message><wsdl:message name="DocumentService_UpdateDocuments_InputMessage"><wsdl:part name="parameters" element="tns:UpdateDocuments"/></wsdl:message><wsdl:message name="DocumentService_UpdateDocuments_OutputMessage"><wsdl:part name="parameters" element="tns:UpdateDocumentsResponse"/></wsdl:message><wsdl:message name="DocumentService_UpdateDocumentAsSignedBy2Sign_InputMessage"><wsdl:part name="parameters" element="tns:UpdateDocumentAsSignedBy2Sign"/></wsdl:message><wsdl:message name="DocumentService_UpdateDocumentAsSignedBy2Sign_OutputMessage"><wsdl:part name="parameters" element="tns:UpdateDocumentAsSignedBy2SignResponse"/></wsdl:message><wsdl:message name="DocumentService_GetAutoInvoicePayments_InputMessage"><wsdl:part name="parameters" element="tns:GetAutoInvoicePayments"/></wsdl:message><wsdl:message name="DocumentService_GetAutoInvoicePayments_OutputMessage"><wsdl:part name="parameters" element="tns:GetAutoInvoicePaymentsResponse"/></wsdl:message><wsdl:message name="DocumentService_CreateAutoInvoice_InputMessage"><wsdl:part name="parameters" element="tns:CreateAutoInvoice"/></wsdl:message><wsdl:message name="DocumentService_CreateAutoInvoice_OutputMessage"><wsdl:part name="parameters" element="tns:CreateAutoInvoiceResponse"/></wsdl:message><wsdl:message name="DocumentService_GetPaymentsReport_InputMessage"><wsdl:part name="parameters" element="tns:GetPaymentsReport"/></wsdl:message><wsdl:message name="DocumentService_GetPaymentsReport_OutputMessage"><wsdl:part name="parameters" element="tns:GetPaymentsReportResponse"/></wsdl:message><wsdl:message name="DocumentService_UpdatePaymentsIssued_InputMessage"><wsdl:part name="parameters" element="tns:UpdatePaymentsIssued"/></wsdl:message><wsdl:message name="DocumentService_UpdatePaymentsIssued_OutputMessage"><wsdl:part name="parameters" element="tns:UpdatePaymentsIssuedResponse"/></wsdl:message><wsdl:message name="DocumentService_GetRefferedDocsTotalSum_InputMessage"><wsdl:part name="parameters" element="tns:GetRefferedDocsTotalSum"/></wsdl:message><wsdl:message name="DocumentService_GetRefferedDocsTotalSum_OutputMessage"><wsdl:part name="parameters" element="tns:GetRefferedDocsTotalSumResponse"/></wsdl:message><wsdl:message name="DocumentService_ChangeDocumentStatus_InputMessage"><wsdl:part name="parameters" element="tns:ChangeDocumentStatus"/></wsdl:message><wsdl:message name="DocumentService_ChangeDocumentStatus_OutputMessage"><wsdl:part name="parameters" element="tns:ChangeDocumentStatusResponse"/></wsdl:message><wsdl:message name="DocumentService_GetAutoInvoicePayments_Automatically_InputMessage"><wsdl:part name="parameters" element="tns:GetAutoInvoicePayments_Automatically"/></wsdl:message><wsdl:message name="DocumentService_GetAutoInvoicePayments_Automatically_OutputMessage"><wsdl:part name="parameters" element="tns:GetAutoInvoicePayments_AutomaticallyResponse"/></wsdl:message><wsdl:message name="DocumentService_SendEmail_InputMessage"><wsdl:part name="parameters" element="tns:SendEmail"/></wsdl:message><wsdl:message name="DocumentService_SendEmail_OutputMessage"><wsdl:part name="parameters" element="tns:SendEmailResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByNumber_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByNumber"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentByNumber_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentByNumberResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentTagsTypesAmount_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentTagsTypesAmount"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentTagsTypesAmount_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentTagsTypesAmountResponse"/></wsdl:message><wsdl:message name="DocumentService_SaveAttachmentFile_InputMessage"><wsdl:part name="parameters" element="tns:SaveAttachmentFile"/></wsdl:message><wsdl:message name="DocumentService_SaveAttachmentFile_OutputMessage"><wsdl:part name="parameters" element="tns:SaveAttachmentFileResponse"/></wsdl:message><wsdl:message name="DocumentService_GetPayPalTransactions_InputMessage"><wsdl:part name="parameters" element="tns:GetPayPalTransactions"/></wsdl:message><wsdl:message name="DocumentService_GetPayPalTransactions_OutputMessage"><wsdl:part name="parameters" element="tns:GetPayPalTransactionsResponse"/></wsdl:message><wsdl:message name="DocumentService_CreatePayPalDocuments_InputMessage"><wsdl:part name="parameters" element="tns:CreatePayPalDocuments"/></wsdl:message><wsdl:message name="DocumentService_CreatePayPalDocuments_OutputMessage"><wsdl:part name="parameters" element="tns:CreatePayPalDocumentsResponse"/></wsdl:message><wsdl:message name="DocumentService_CreatePayPalDocument_InputMessage"><wsdl:part name="parameters" element="tns:CreatePayPalDocument"/></wsdl:message><wsdl:message name="DocumentService_CreatePayPalDocument_OutputMessage"><wsdl:part name="parameters" element="tns:CreatePayPalDocumentResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDepositDocumentNumber_InputMessage"><wsdl:part name="parameters" element="tns:GetDepositDocumentNumber"/></wsdl:message><wsdl:message name="DocumentService_GetDepositDocumentNumber_OutputMessage"><wsdl:part name="parameters" element="tns:GetDepositDocumentNumberResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsForReferences_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsForReferences"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsForReferences_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsForReferencesResponse"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsNumberingRange_InputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsNumberingRange"/></wsdl:message><wsdl:message name="DocumentService_GetDocumentsNumberingRange_OutputMessage"><wsdl:part name="parameters" element="tns:GetDocumentsNumberingRangeResponse"/></wsdl:message><wsdl:portType name="DocumentService"><wsdl:operation name="InsertImportedDoc"><wsdl:input wsaw:Action="Invoice/DocumentService/InsertImportedDoc" message="tns:DocumentService_InsertImportedDoc_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/InsertImportedDocResponse" message="tns:DocumentService_InsertImportedDoc_OutputMessage"/></wsdl:operation><wsdl:operation name="IsAllreadyImportedDoc"><wsdl:input wsaw:Action="Invoice/DocumentService/IsAllreadyImportedDoc" message="tns:DocumentService_IsAllreadyImportedDoc_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/IsAllreadyImportedDocResponse" message="tns:DocumentService_IsAllreadyImportedDoc_OutputMessage"/></wsdl:operation><wsdl:operation name="CreateDocument"><wsdl:input wsaw:Action="Invoice/DocumentService/CreateDocument" message="tns:DocumentService_CreateDocument_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/CreateDocumentResponse" message="tns:DocumentService_CreateDocument_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocument"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocument" message="tns:DocumentService_GetDocument_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentResponse" message="tns:DocumentService_GetDocument_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentForPrint"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentForPrint" message="tns:DocumentService_GetDocumentForPrint_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentForPrintResponse" message="tns:DocumentService_GetDocumentForPrint_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentPdfApi"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentPdfApi" message="tns:DocumentService_GetDocumentPdfApi_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentPdfApiResponse" message="tns:DocumentService_GetDocumentPdfApi_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentStatus"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentStatus" message="tns:DocumentService_GetDocumentStatus_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentStatusResponse" message="tns:DocumentService_GetDocumentStatus_OutputMessage"/></wsdl:operation><wsdl:operation name="ValidateDocumentForPayment"><wsdl:input wsaw:Action="Invoice/DocumentService/ValidateDocumentForPayment" message="tns:DocumentService_ValidateDocumentForPayment_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/ValidateDocumentForPaymentResponse" message="tns:DocumentService_ValidateDocumentForPayment_OutputMessage"/></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifier"><wsdl:input wsaw:Action="Invoice/DocumentService/IsDocumentExistsByApiIdentifier" message="tns:DocumentService_IsDocumentExistsByApiIdentifier_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/IsDocumentExistsByApiIdentifierResponse" message="tns:DocumentService_IsDocumentExistsByApiIdentifier_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifier"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentByApiIdentifier" message="tns:DocumentService_GetDocumentByApiIdentifier_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentByApiIdentifierResponse" message="tns:DocumentService_GetDocumentByApiIdentifier_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifierV2"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentByApiIdentifierV2" message="tns:DocumentService_GetDocumentByApiIdentifierV2_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentByApiIdentifierV2Response" message="tns:DocumentService_GetDocumentByApiIdentifierV2_OutputMessage"/></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifierOldSys"><wsdl:input wsaw:Action="Invoice/DocumentService/IsDocumentExistsByApiIdentifierOldSys" message="tns:DocumentService_IsDocumentExistsByApiIdentifierOldSys_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/IsDocumentExistsByApiIdentifierOldSysResponse" message="tns:DocumentService_IsDocumentExistsByApiIdentifierOldSys_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentsCountForReports"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentsCountForReports" message="tns:DocumentService_GetDocumentsCountForReports_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsCountForReportsResponse" message="tns:DocumentService_GetDocumentsCountForReports_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocuments"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocuments" message="tns:DocumentService_GetDocuments_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsResponse" message="tns:DocumentService_GetDocuments_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentsExtraData"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentsExtraData" message="tns:DocumentService_GetDocumentsExtraData_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsExtraDataResponse" message="tns:DocumentService_GetDocumentsExtraData_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentsMobile"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentsMobile" message="tns:DocumentService_GetDocumentsMobile_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsMobileResponse" message="tns:DocumentService_GetDocumentsMobile_OutputMessage"/></wsdl:operation><wsdl:operation name="Autocomplete"><wsdl:input wsaw:Action="Invoice/DocumentService/Autocomplete" message="tns:DocumentService_Autocomplete_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/AutocompleteResponse" message="tns:DocumentService_Autocomplete_OutputMessage"/></wsdl:operation><wsdl:operation name="AutocompleteQuickSearch"><wsdl:input wsaw:Action="Invoice/DocumentService/AutocompleteQuickSearch" message="tns:DocumentService_AutocompleteQuickSearch_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/AutocompleteQuickSearchResponse" message="tns:DocumentService_AutocompleteQuickSearch_OutputMessage"/></wsdl:operation><wsdl:operation name="AutocompleteMobile"><wsdl:input wsaw:Action="Invoice/DocumentService/AutocompleteMobile" message="tns:DocumentService_AutocompleteMobile_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/AutocompleteMobileResponse" message="tns:DocumentService_AutocompleteMobile_OutputMessage"/></wsdl:operation><wsdl:operation name="InitDocument"><wsdl:input wsaw:Action="Invoice/DocumentService/InitDocument" message="tns:DocumentService_InitDocument_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/InitDocumentResponse" message="tns:DocumentService_InitDocument_OutputMessage"/></wsdl:operation><wsdl:operation name="InitDocumentMobile"><wsdl:input wsaw:Action="Invoice/DocumentService/InitDocumentMobile" message="tns:DocumentService_InitDocumentMobile_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/InitDocumentMobileResponse" message="tns:DocumentService_InitDocumentMobile_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentItems"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentItems" message="tns:DocumentService_GetDocumentItems_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentItemsResponse" message="tns:DocumentService_GetDocumentItems_OutputMessage"/></wsdl:operation><wsdl:operation name="GetMyInvoicesReport"><wsdl:input wsaw:Action="Invoice/DocumentService/GetMyInvoicesReport" message="tns:DocumentService_GetMyInvoicesReport_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetMyInvoicesReportResponse" message="tns:DocumentService_GetMyInvoicesReport_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPayments"><wsdl:input wsaw:Action="Invoice/DocumentService/GetPayments" message="tns:DocumentService_GetPayments_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetPaymentsResponse" message="tns:DocumentService_GetPayments_OutputMessage"/></wsdl:operation><wsdl:operation name="CreateRetainer"><wsdl:input wsaw:Action="Invoice/DocumentService/CreateRetainer" message="tns:DocumentService_CreateRetainer_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/CreateRetainerResponse" message="tns:DocumentService_CreateRetainer_OutputMessage"/></wsdl:operation><wsdl:operation name="SendDocumentsByFax"><wsdl:input wsaw:Action="Invoice/DocumentService/SendDocumentsByFax" message="tns:DocumentService_SendDocumentsByFax_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/SendDocumentsByFaxResponse" message="tns:DocumentService_SendDocumentsByFax_OutputMessage"/></wsdl:operation><wsdl:operation name="GetIncomeReport"><wsdl:input wsaw:Action="Invoice/DocumentService/GetIncomeReport" message="tns:DocumentService_GetIncomeReport_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetIncomeReportResponse" message="tns:DocumentService_GetIncomeReport_OutputMessage"/></wsdl:operation><wsdl:operation name="UpdateDocuments"><wsdl:input wsaw:Action="Invoice/DocumentService/UpdateDocuments" message="tns:DocumentService_UpdateDocuments_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/UpdateDocumentsResponse" message="tns:DocumentService_UpdateDocuments_OutputMessage"/></wsdl:operation><wsdl:operation name="UpdateDocumentAsSignedBy2Sign"><wsdl:input wsaw:Action="Invoice/DocumentService/UpdateDocumentAsSignedBy2Sign" message="tns:DocumentService_UpdateDocumentAsSignedBy2Sign_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/UpdateDocumentAsSignedBy2SignResponse" message="tns:DocumentService_UpdateDocumentAsSignedBy2Sign_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments"><wsdl:input wsaw:Action="Invoice/DocumentService/GetAutoInvoicePayments" message="tns:DocumentService_GetAutoInvoicePayments_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetAutoInvoicePaymentsResponse" message="tns:DocumentService_GetAutoInvoicePayments_OutputMessage"/></wsdl:operation><wsdl:operation name="CreateAutoInvoice"><wsdl:input wsaw:Action="Invoice/DocumentService/CreateAutoInvoice" message="tns:DocumentService_CreateAutoInvoice_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/CreateAutoInvoiceResponse" message="tns:DocumentService_CreateAutoInvoice_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPaymentsReport"><wsdl:input wsaw:Action="Invoice/DocumentService/GetPaymentsReport" message="tns:DocumentService_GetPaymentsReport_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetPaymentsReportResponse" message="tns:DocumentService_GetPaymentsReport_OutputMessage"/></wsdl:operation><wsdl:operation name="UpdatePaymentsIssued"><wsdl:input wsaw:Action="Invoice/DocumentService/UpdatePaymentsIssued" message="tns:DocumentService_UpdatePaymentsIssued_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/UpdatePaymentsIssuedResponse" message="tns:DocumentService_UpdatePaymentsIssued_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRefferedDocsTotalSum"><wsdl:input wsaw:Action="Invoice/DocumentService/GetRefferedDocsTotalSum" message="tns:DocumentService_GetRefferedDocsTotalSum_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetRefferedDocsTotalSumResponse" message="tns:DocumentService_GetRefferedDocsTotalSum_OutputMessage"/></wsdl:operation><wsdl:operation name="ChangeDocumentStatus"><wsdl:input wsaw:Action="Invoice/DocumentService/ChangeDocumentStatus" message="tns:DocumentService_ChangeDocumentStatus_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/ChangeDocumentStatusResponse" message="tns:DocumentService_ChangeDocumentStatus_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments_Automatically"><wsdl:input wsaw:Action="Invoice/DocumentService/GetAutoInvoicePayments_Automatically" message="tns:DocumentService_GetAutoInvoicePayments_Automatically_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetAutoInvoicePayments_AutomaticallyResponse" message="tns:DocumentService_GetAutoInvoicePayments_Automatically_OutputMessage"/></wsdl:operation><wsdl:operation name="SendEmail"><wsdl:input wsaw:Action="Invoice/DocumentService/SendEmail" message="tns:DocumentService_SendEmail_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/SendEmailResponse" message="tns:DocumentService_SendEmail_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentByNumber"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentByNumber" message="tns:DocumentService_GetDocumentByNumber_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentByNumberResponse" message="tns:DocumentService_GetDocumentByNumber_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentTagsTypesAmount"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentTagsTypesAmount" message="tns:DocumentService_GetDocumentTagsTypesAmount_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentTagsTypesAmountResponse" message="tns:DocumentService_GetDocumentTagsTypesAmount_OutputMessage"/></wsdl:operation><wsdl:operation name="SaveAttachmentFile"><wsdl:input wsaw:Action="Invoice/DocumentService/SaveAttachmentFile" message="tns:DocumentService_SaveAttachmentFile_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/SaveAttachmentFileResponse" message="tns:DocumentService_SaveAttachmentFile_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPayPalTransactions"><wsdl:input wsaw:Action="Invoice/DocumentService/GetPayPalTransactions" message="tns:DocumentService_GetPayPalTransactions_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetPayPalTransactionsResponse" message="tns:DocumentService_GetPayPalTransactions_OutputMessage"/></wsdl:operation><wsdl:operation name="CreatePayPalDocuments"><wsdl:input wsaw:Action="Invoice/DocumentService/CreatePayPalDocuments" message="tns:DocumentService_CreatePayPalDocuments_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/CreatePayPalDocumentsResponse" message="tns:DocumentService_CreatePayPalDocuments_OutputMessage"/></wsdl:operation><wsdl:operation name="CreatePayPalDocument"><wsdl:input wsaw:Action="Invoice/DocumentService/CreatePayPalDocument" message="tns:DocumentService_CreatePayPalDocument_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/CreatePayPalDocumentResponse" message="tns:DocumentService_CreatePayPalDocument_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDepositDocumentNumber"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDepositDocumentNumber" message="tns:DocumentService_GetDepositDocumentNumber_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDepositDocumentNumberResponse" message="tns:DocumentService_GetDepositDocumentNumber_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentsForReferences"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentsForReferences" message="tns:DocumentService_GetDocumentsForReferences_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsForReferencesResponse" message="tns:DocumentService_GetDocumentsForReferences_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDocumentsNumberingRange"><wsdl:input wsaw:Action="Invoice/DocumentService/GetDocumentsNumberingRange" message="tns:DocumentService_GetDocumentsNumberingRange_InputMessage"/><wsdl:output wsaw:Action="Invoice/DocumentService/GetDocumentsNumberingRangeResponse" message="tns:DocumentService_GetDocumentsNumberingRange_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttpBinding_DocumentService" type="tns:DocumentService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="InsertImportedDoc"><soap:operation soapAction="Invoice/DocumentService/InsertImportedDoc" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsAllreadyImportedDoc"><soap:operation soapAction="Invoice/DocumentService/IsAllreadyImportedDoc" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateDocument"><soap:operation soapAction="Invoice/DocumentService/CreateDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocument"><soap:operation soapAction="Invoice/DocumentService/GetDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentForPrint"><soap:operation soapAction="Invoice/DocumentService/GetDocumentForPrint" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentPdfApi"><soap:operation soapAction="Invoice/DocumentService/GetDocumentPdfApi" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentStatus"><soap:operation soapAction="Invoice/DocumentService/GetDocumentStatus" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateDocumentForPayment"><soap:operation soapAction="Invoice/DocumentService/ValidateDocumentForPayment" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifier"><soap:operation soapAction="Invoice/DocumentService/IsDocumentExistsByApiIdentifier" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifier"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByApiIdentifier" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifierV2"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByApiIdentifierV2" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifierOldSys"><soap:operation soapAction="Invoice/DocumentService/IsDocumentExistsByApiIdentifierOldSys" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsCountForReports"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsCountForReports" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocuments"><soap:operation soapAction="Invoice/DocumentService/GetDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsExtraData"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsExtraData" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsMobile"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="Autocomplete"><soap:operation soapAction="Invoice/DocumentService/Autocomplete" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AutocompleteQuickSearch"><soap:operation soapAction="Invoice/DocumentService/AutocompleteQuickSearch" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AutocompleteMobile"><soap:operation soapAction="Invoice/DocumentService/AutocompleteMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InitDocument"><soap:operation soapAction="Invoice/DocumentService/InitDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InitDocumentMobile"><soap:operation soapAction="Invoice/DocumentService/InitDocumentMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentItems"><soap:operation soapAction="Invoice/DocumentService/GetDocumentItems" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetMyInvoicesReport"><soap:operation soapAction="Invoice/DocumentService/GetMyInvoicesReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPayments"><soap:operation soapAction="Invoice/DocumentService/GetPayments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateRetainer"><soap:operation soapAction="Invoice/DocumentService/CreateRetainer" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SendDocumentsByFax"><soap:operation soapAction="Invoice/DocumentService/SendDocumentsByFax" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIncomeReport"><soap:operation soapAction="Invoice/DocumentService/GetIncomeReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateDocuments"><soap:operation soapAction="Invoice/DocumentService/UpdateDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateDocumentAsSignedBy2Sign"><soap:operation soapAction="Invoice/DocumentService/UpdateDocumentAsSignedBy2Sign" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments"><soap:operation soapAction="Invoice/DocumentService/GetAutoInvoicePayments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateAutoInvoice"><soap:operation soapAction="Invoice/DocumentService/CreateAutoInvoice" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPaymentsReport"><soap:operation soapAction="Invoice/DocumentService/GetPaymentsReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdatePaymentsIssued"><soap:operation soapAction="Invoice/DocumentService/UpdatePaymentsIssued" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRefferedDocsTotalSum"><soap:operation soapAction="Invoice/DocumentService/GetRefferedDocsTotalSum" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeDocumentStatus"><soap:operation soapAction="Invoice/DocumentService/ChangeDocumentStatus" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments_Automatically"><soap:operation soapAction="Invoice/DocumentService/GetAutoInvoicePayments_Automatically" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SendEmail"><soap:operation soapAction="Invoice/DocumentService/SendEmail" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByNumber"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByNumber" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentTagsTypesAmount"><soap:operation soapAction="Invoice/DocumentService/GetDocumentTagsTypesAmount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveAttachmentFile"><soap:operation soapAction="Invoice/DocumentService/SaveAttachmentFile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPayPalTransactions"><soap:operation soapAction="Invoice/DocumentService/GetPayPalTransactions" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePayPalDocuments"><soap:operation soapAction="Invoice/DocumentService/CreatePayPalDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePayPalDocument"><soap:operation soapAction="Invoice/DocumentService/CreatePayPalDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDepositDocumentNumber"><soap:operation soapAction="Invoice/DocumentService/GetDepositDocumentNumber" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsForReferences"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsForReferences" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsNumberingRange"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsNumberingRange" 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="BasicHttpBinding_DocumentService1" type="tns:DocumentService"><wsp:PolicyReference URI="#BasicHttpBinding_DocumentService1_policy"/><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="InsertImportedDoc"><soap:operation soapAction="Invoice/DocumentService/InsertImportedDoc" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsAllreadyImportedDoc"><soap:operation soapAction="Invoice/DocumentService/IsAllreadyImportedDoc" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateDocument"><soap:operation soapAction="Invoice/DocumentService/CreateDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocument"><soap:operation soapAction="Invoice/DocumentService/GetDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentForPrint"><soap:operation soapAction="Invoice/DocumentService/GetDocumentForPrint" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentPdfApi"><soap:operation soapAction="Invoice/DocumentService/GetDocumentPdfApi" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentStatus"><soap:operation soapAction="Invoice/DocumentService/GetDocumentStatus" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateDocumentForPayment"><soap:operation soapAction="Invoice/DocumentService/ValidateDocumentForPayment" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifier"><soap:operation soapAction="Invoice/DocumentService/IsDocumentExistsByApiIdentifier" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifier"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByApiIdentifier" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByApiIdentifierV2"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByApiIdentifierV2" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsDocumentExistsByApiIdentifierOldSys"><soap:operation soapAction="Invoice/DocumentService/IsDocumentExistsByApiIdentifierOldSys" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsCountForReports"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsCountForReports" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocuments"><soap:operation soapAction="Invoice/DocumentService/GetDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsExtraData"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsExtraData" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsMobile"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="Autocomplete"><soap:operation soapAction="Invoice/DocumentService/Autocomplete" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AutocompleteQuickSearch"><soap:operation soapAction="Invoice/DocumentService/AutocompleteQuickSearch" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AutocompleteMobile"><soap:operation soapAction="Invoice/DocumentService/AutocompleteMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InitDocument"><soap:operation soapAction="Invoice/DocumentService/InitDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InitDocumentMobile"><soap:operation soapAction="Invoice/DocumentService/InitDocumentMobile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentItems"><soap:operation soapAction="Invoice/DocumentService/GetDocumentItems" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetMyInvoicesReport"><soap:operation soapAction="Invoice/DocumentService/GetMyInvoicesReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPayments"><soap:operation soapAction="Invoice/DocumentService/GetPayments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateRetainer"><soap:operation soapAction="Invoice/DocumentService/CreateRetainer" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SendDocumentsByFax"><soap:operation soapAction="Invoice/DocumentService/SendDocumentsByFax" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIncomeReport"><soap:operation soapAction="Invoice/DocumentService/GetIncomeReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateDocuments"><soap:operation soapAction="Invoice/DocumentService/UpdateDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateDocumentAsSignedBy2Sign"><soap:operation soapAction="Invoice/DocumentService/UpdateDocumentAsSignedBy2Sign" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments"><soap:operation soapAction="Invoice/DocumentService/GetAutoInvoicePayments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateAutoInvoice"><soap:operation soapAction="Invoice/DocumentService/CreateAutoInvoice" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPaymentsReport"><soap:operation soapAction="Invoice/DocumentService/GetPaymentsReport" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdatePaymentsIssued"><soap:operation soapAction="Invoice/DocumentService/UpdatePaymentsIssued" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRefferedDocsTotalSum"><soap:operation soapAction="Invoice/DocumentService/GetRefferedDocsTotalSum" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeDocumentStatus"><soap:operation soapAction="Invoice/DocumentService/ChangeDocumentStatus" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAutoInvoicePayments_Automatically"><soap:operation soapAction="Invoice/DocumentService/GetAutoInvoicePayments_Automatically" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SendEmail"><soap:operation soapAction="Invoice/DocumentService/SendEmail" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentByNumber"><soap:operation soapAction="Invoice/DocumentService/GetDocumentByNumber" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentTagsTypesAmount"><soap:operation soapAction="Invoice/DocumentService/GetDocumentTagsTypesAmount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveAttachmentFile"><soap:operation soapAction="Invoice/DocumentService/SaveAttachmentFile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPayPalTransactions"><soap:operation soapAction="Invoice/DocumentService/GetPayPalTransactions" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePayPalDocuments"><soap:operation soapAction="Invoice/DocumentService/CreatePayPalDocuments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePayPalDocument"><soap:operation soapAction="Invoice/DocumentService/CreatePayPalDocument" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDepositDocumentNumber"><soap:operation soapAction="Invoice/DocumentService/GetDepositDocumentNumber" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsForReferences"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsForReferences" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDocumentsNumberingRange"><soap:operation soapAction="Invoice/DocumentService/GetDocumentsNumberingRange" 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="DocumentService"><wsdl:port name="BasicHttpBinding_DocumentService" binding="tns:BasicHttpBinding_DocumentService"><soap:address location="http://privateqa.invoice4u.co.il/Services/DocumentService.svc/Soap"/></wsdl:port><wsdl:port name="BasicHttpBinding_DocumentService1" binding="tns:BasicHttpBinding_DocumentService1"><soap:address location="https://privateqa.invoice4u.co.il/Services/DocumentService.svc/Soap"/></wsdl:port></wsdl:service></wsdl:definitions>