<?xml version="1.0" encoding="utf-8"?>
<definitions name="SOAPRecibosPagosV1" targetNamespace="ZetaSoftware" xmlns:wsdlns="ZetaSoftware" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="ZetaSoftware">
	<types>
		<schema targetNamespace="ZetaSoftware" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" elementFormDefault="qualified">
			<complexType name="WSQueryRecibosPagosV1ComprobantesIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryRecibosPagosV1ComprobantesIn"/>
				</sequence>
			</complexType>
			<complexType name="SDTConnection">
				<sequence>
					<element name="DesarrolladorCodigo" type="xsd:string"/>
					<element name="DesarrolladorClave" type="xsd:string"/>
					<element name="EmpresaCodigo" type="xsd:string"/>
					<element name="EmpresaClave" type="xsd:string"/>
					<element name="UsuarioCodigo" type="xsd:int"/>
					<element name="UsuarioClave" type="xsd:string"/>
					<element name="RolCodigo" type="xsd:short"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosPagosV1ComprobantesIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryRecibosPagosV1ComprobantesIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosPagosV1ComprobantesIn.Filters">
				<sequence>
					<element name="Anio" type="xsd:short"/>
					<element name="Mes" type="xsd:byte"/>
					<element name="FechaDesde" type="xsd:date" nillable="true"/>
					<element name="FechaHasta" type="xsd:date" nillable="true"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="LocalCodigo" type="xsd:short"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryRecibosPagosV1ComprobantesOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryRecibosPagosV1ComprobantesOut.Error"/>
					<element name="Response" type="tns:DPQueryRecibosPagosV1ComprobantesOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryRecibosPagosV1ComprobantesOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosPagosV1ComprobantesOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryRecibosPagosV1ComprobantesOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosPagosV1ComprobantesOut.Item">
				<sequence>
					<element name="RegistroId" type="xsd:int"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteAbreviacion" type="xsd:string"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="MonedaNombre" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="Total" type="xsd:double"/>
					<element name="TotalSigno" type="xsd:double"/>
					<element name="Saldo" type="xsd:double"/>
					<element name="SaldoSigno" type="xsd:double"/>
					<element name="Emitido" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryRecibosPagosV1PendientesIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryRecibosPagosV1PendientesIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosPagosV1PendientesIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryRecibosPagosV1PendientesIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosPagosV1PendientesIn.Filters">
				<sequence>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="Id" type="xsd:int"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="FechaDesde" type="xsd:date" nillable="true"/>
					<element name="FechaHasta" type="xsd:date" nillable="true"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="SaldoDesde" type="xsd:double"/>
					<element name="SaldoHasta" type="xsd:double"/>
					<element name="Emitido" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryRecibosPagosV1PendientesOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryRecibosPagosV1PendientesOut.Error"/>
					<element name="Response" type="tns:DPQueryRecibosPagosV1PendientesOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryRecibosPagosV1PendientesOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosPagosV1PendientesOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryRecibosPagosV1PendientesOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosPagosV1PendientesOut.Item">
				<sequence>
					<element name="RegistroId" type="xsd:int"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteAbreviacion" type="xsd:string"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="MonedaNombre" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="Total" type="xsd:double"/>
					<element name="TotalSigno" type="xsd:double"/>
					<element name="Saldo" type="xsd:double"/>
					<element name="SaldoSigno" type="xsd:double"/>
				</sequence>
			</complexType>
			<complexType name="WSDataRecibosPagosV1In">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="RegistroId" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="WSDataRecibosPagosV1Out">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSDataRecibosPagosV1Out.Error"/>
					<element name="Response" type="tns:WSDataRecibosPagosV1Fields"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSDataRecibosPagosV1Out.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSDataRecibosPagosV1Fields">
				<sequence>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteAbreviacion" type="xsd:string"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="MonedaNombre" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="Total" type="xsd:double"/>
					<element name="TotalSigno" type="xsd:double"/>
					<element name="Saldo" type="xsd:double"/>
					<element name="SaldoSigno" type="xsd:double"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosPagosV1LoadIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="RegistroId" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosPagosV1LoadOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionRecibosPagosV1LoadOut.Error"/>
					<element name="Response" type="tns:WSTransactionRecibosPagosV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionRecibosPagosV1LoadOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosPagosV1Structure">
				<sequence>
					<element name="RegistroId" type="xsd:int"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="Cotizacion" type="xsd:double"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="Total" type="xsd:double"/>
					<element name="UsuarioCodigo" type="xsd:short"/>
					<element name="Notas" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosPagosV1SaveIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:WSTransactionRecibosPagosV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosPagosV1SaveOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionRecibosPagosV1SaveOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionRecibosPagosV1SaveOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
					<element name="Detail" type="tns:MessageDetail"/>
				</sequence>
			</complexType>
			<complexType name="MessageDetail">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:PXTools.WSLayer.MessageDetail.Item"/>
				</sequence>
			</complexType>
			<complexType name="PXTools.WSLayer.MessageDetail.Item">
				<sequence>
					<element name="Id" type="xsd:string"/>
					<element name="Tipo" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
				</sequence>
			</complexType>
			<element name="SOAPRecibosPagosV1.QUERYCOMPROBANTES">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprobantesin" type="tns:WSQueryRecibosPagosV1ComprobantesIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.QUERYCOMPROBANTESResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprobantesout" type="tns:WSQueryRecibosPagosV1ComprobantesOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.QUERYPENDIENTES">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypendientesin" type="tns:WSQueryRecibosPagosV1PendientesIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.QUERYPENDIENTESResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypendientesout" type="tns:WSQueryRecibosPagosV1PendientesOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.DATA">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Datain" type="tns:WSDataRecibosPagosV1In"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.DATAResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Dataout" type="tns:WSDataRecibosPagosV1Out"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.LOAD">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadin" type="tns:WSTransactionRecibosPagosV1LoadIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.LOADResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadout" type="tns:WSTransactionRecibosPagosV1LoadOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.SAVE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Savein" type="tns:WSTransactionRecibosPagosV1SaveIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosPagosV1.SAVEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Saveout" type="tns:WSTransactionRecibosPagosV1SaveOut"/>
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="SOAPRecibosPagosV1.QUERYCOMPROBANTESSoapIn">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.QUERYCOMPROBANTES"/>
	</message>
	<message name="SOAPRecibosPagosV1.QUERYCOMPROBANTESSoapOut">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.QUERYCOMPROBANTESResponse"/>
	</message>
	<message name="SOAPRecibosPagosV1.QUERYPENDIENTESSoapIn">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.QUERYPENDIENTES"/>
	</message>
	<message name="SOAPRecibosPagosV1.QUERYPENDIENTESSoapOut">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.QUERYPENDIENTESResponse"/>
	</message>
	<message name="SOAPRecibosPagosV1.DATASoapIn">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.DATA"/>
	</message>
	<message name="SOAPRecibosPagosV1.DATASoapOut">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.DATAResponse"/>
	</message>
	<message name="SOAPRecibosPagosV1.LOADSoapIn">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.LOAD"/>
	</message>
	<message name="SOAPRecibosPagosV1.LOADSoapOut">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.LOADResponse"/>
	</message>
	<message name="SOAPRecibosPagosV1.SAVESoapIn">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.SAVE"/>
	</message>
	<message name="SOAPRecibosPagosV1.SAVESoapOut">
		<part name="parameters" element="tns:SOAPRecibosPagosV1.SAVEResponse"/>
	</message>
	<portType name="SOAPRecibosPagosV1SoapPort">
		<operation name="QUERYCOMPROBANTES">
			<input message="wsdlns:SOAPRecibosPagosV1.QUERYCOMPROBANTESSoapIn"/>
			<output message="wsdlns:SOAPRecibosPagosV1.QUERYCOMPROBANTESSoapOut"/>
		</operation>
		<operation name="QUERYPENDIENTES">
			<input message="wsdlns:SOAPRecibosPagosV1.QUERYPENDIENTESSoapIn"/>
			<output message="wsdlns:SOAPRecibosPagosV1.QUERYPENDIENTESSoapOut"/>
		</operation>
		<operation name="DATA">
			<input message="wsdlns:SOAPRecibosPagosV1.DATASoapIn"/>
			<output message="wsdlns:SOAPRecibosPagosV1.DATASoapOut"/>
		</operation>
		<operation name="LOAD">
			<input message="wsdlns:SOAPRecibosPagosV1.LOADSoapIn"/>
			<output message="wsdlns:SOAPRecibosPagosV1.LOADSoapOut"/>
		</operation>
		<operation name="SAVE">
			<input message="wsdlns:SOAPRecibosPagosV1.SAVESoapIn"/>
			<output message="wsdlns:SOAPRecibosPagosV1.SAVESoapOut"/>
		</operation>
	</portType>
	<binding name="SOAPRecibosPagosV1SoapBinding" type="wsdlns:SOAPRecibosPagosV1SoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="QUERYCOMPROBANTES">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSPAGOSV1.QUERYCOMPROBANTES"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYPENDIENTES">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSPAGOSV1.QUERYPENDIENTES"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="DATA">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSPAGOSV1.DATA"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="LOAD">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSPAGOSV1.LOAD"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="SAVE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSPAGOSV1.SAVE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="SOAPRecibosPagosV1">
		<port name="SOAPRecibosPagosV1SoapPort" binding="wsdlns:SOAPRecibosPagosV1SoapBinding">
			<soap:address location="https://api.zetasoftware.com/z.apis.asoaprecibospagosv1"/>
		</port>
	</service>
</definitions>
