<?xml version="1.0" encoding="utf-8"?>
<definitions name="SOAPRecibosCobranzaV2" 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="WSDataRecibosCobranzaV1In">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="RegistroId" type="xsd:int"/>
				</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="WSDataRecibosCobranzaV1Out">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSDataRecibosCobranzaV1Out.Error"/>
					<element name="Response" type="tns:WSDataRecibosCobranzaV1Fields"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSDataRecibosCobranzaV1Out.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSDataRecibosCobranzaV1Fields">
				<sequence>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteAbreviacion" type="xsd:string"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ClienteCodigo" type="xsd:string"/>
					<element name="ClienteNombre" type="xsd:string"/>
					<element name="ClienteRazonSocial" 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="CobradorCodigo" type="xsd:string"/>
					<element name="CobradorNombre" 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="WSTransactionRecibosCobranzaV1LoadIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="RegistroId" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosCobranzaV1LoadOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionRecibosCobranzaV1LoadOut.Error"/>
					<element name="Response" type="tns:WSTransactionRecibosCobranzaV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionRecibosCobranzaV1LoadOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosCobranzaV1Structure">
				<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="ClienteCodigo" type="xsd:string"/>
					<element name="Descripcion" type="xsd:string"/>
					<element name="CobradorCodigo" 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="WSTransactionRecibosCobranzaV1SaveIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:WSTransactionRecibosCobranzaV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionRecibosCobranzaV1SaveOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionRecibosCobranzaV1SaveOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionRecibosCobranzaV1SaveOut.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>
			<complexType name="WSQueryRecibosCobranzaV2PendientesIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryRecibosCobranzaV2PendientesIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosCobranzaV2PendientesIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryRecibosCobranzaV2PendientesIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosCobranzaV2PendientesIn.Filters">
				<sequence>
					<element name="Anio" type="xsd:short"/>
					<element name="ClienteCodigo" 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="CobradorCodigo" type="xsd:string"/>
					<element name="SaldoDesde" type="xsd:double"/>
					<element name="SaldoHasta" type="xsd:double"/>
					<element name="Emitido" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryRecibosCobranzaV2PendientesOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryRecibosCobranzaV2PendientesOut.Error"/>
					<element name="Response" type="tns:DPQueryRecibosCobranzaV2PendientesOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryRecibosCobranzaV2PendientesOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosCobranzaV2PendientesOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryRecibosCobranzaV2PendientesOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosCobranzaV2PendientesOut.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="ClienteCodigo" type="xsd:string"/>
					<element name="ClienteNombre" type="xsd:string"/>
					<element name="ClienteRazonSocial" 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="CobradorCodigo" type="xsd:string"/>
					<element name="CobradorNombre" 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="WSQueryRecibosCobranzaV2ComprobantesIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryRecibosCobranzaV2ComprobantesIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosCobranzaV2ComprobantesIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryRecibosCobranzaV2ComprobantesIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosCobranzaV2ComprobantesIn.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="ClienteCodigo" type="xsd:string"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="CobradorCodigo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryRecibosCobranzaV2ComprobantesOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryRecibosCobranzaV2ComprobantesOut.Error"/>
					<element name="Response" type="tns:DPQueryRecibosCobranzaV2ComprobantesOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryRecibosCobranzaV2ComprobantesOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryRecibosCobranzaV2ComprobantesOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryRecibosCobranzaV2ComprobantesOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryRecibosCobranzaV2ComprobantesOut.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="ClienteCodigo" type="xsd:string"/>
					<element name="ClienteNombre" type="xsd:string"/>
					<element name="ClienteRazonSocial" 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="CobradorCodigo" type="xsd:string"/>
					<element name="CobradorNombre" 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>
			<element name="SOAPRecibosCobranzaV2.DATA">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Datain" type="tns:WSDataRecibosCobranzaV1In"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.DATAResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Dataout" type="tns:WSDataRecibosCobranzaV1Out"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.LOAD">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadin" type="tns:WSTransactionRecibosCobranzaV1LoadIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.LOADResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadout" type="tns:WSTransactionRecibosCobranzaV1LoadOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.SAVE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Savein" type="tns:WSTransactionRecibosCobranzaV1SaveIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.SAVEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Saveout" type="tns:WSTransactionRecibosCobranzaV1SaveOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.QUERYPENDIENTES">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypendientesin" type="tns:WSQueryRecibosCobranzaV2PendientesIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.QUERYPENDIENTESResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypendientesout" type="tns:WSQueryRecibosCobranzaV2PendientesOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.QUERYCOMPROBANTES">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprobantesin" type="tns:WSQueryRecibosCobranzaV2ComprobantesIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPRecibosCobranzaV2.QUERYCOMPROBANTESResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprobantesout" type="tns:WSQueryRecibosCobranzaV2ComprobantesOut"/>
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="SOAPRecibosCobranzaV2.DATASoapIn">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.DATA"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.DATASoapOut">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.DATAResponse"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.LOADSoapIn">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.LOAD"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.LOADSoapOut">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.LOADResponse"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.SAVESoapIn">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.SAVE"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.SAVESoapOut">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.SAVEResponse"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.QUERYPENDIENTESSoapIn">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.QUERYPENDIENTES"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.QUERYPENDIENTESSoapOut">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.QUERYPENDIENTESResponse"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.QUERYCOMPROBANTESSoapIn">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.QUERYCOMPROBANTES"/>
	</message>
	<message name="SOAPRecibosCobranzaV2.QUERYCOMPROBANTESSoapOut">
		<part name="parameters" element="tns:SOAPRecibosCobranzaV2.QUERYCOMPROBANTESResponse"/>
	</message>
	<portType name="SOAPRecibosCobranzaV2SoapPort">
		<operation name="DATA">
			<input message="wsdlns:SOAPRecibosCobranzaV2.DATASoapIn"/>
			<output message="wsdlns:SOAPRecibosCobranzaV2.DATASoapOut"/>
		</operation>
		<operation name="LOAD">
			<input message="wsdlns:SOAPRecibosCobranzaV2.LOADSoapIn"/>
			<output message="wsdlns:SOAPRecibosCobranzaV2.LOADSoapOut"/>
		</operation>
		<operation name="SAVE">
			<input message="wsdlns:SOAPRecibosCobranzaV2.SAVESoapIn"/>
			<output message="wsdlns:SOAPRecibosCobranzaV2.SAVESoapOut"/>
		</operation>
		<operation name="QUERYPENDIENTES">
			<input message="wsdlns:SOAPRecibosCobranzaV2.QUERYPENDIENTESSoapIn"/>
			<output message="wsdlns:SOAPRecibosCobranzaV2.QUERYPENDIENTESSoapOut"/>
		</operation>
		<operation name="QUERYCOMPROBANTES">
			<input message="wsdlns:SOAPRecibosCobranzaV2.QUERYCOMPROBANTESSoapIn"/>
			<output message="wsdlns:SOAPRecibosCobranzaV2.QUERYCOMPROBANTESSoapOut"/>
		</operation>
	</portType>
	<binding name="SOAPRecibosCobranzaV2SoapBinding" type="wsdlns:SOAPRecibosCobranzaV2SoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="DATA">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSCOBRANZAV2.DATA"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="LOAD">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSCOBRANZAV2.LOAD"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="SAVE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSCOBRANZAV2.SAVE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYPENDIENTES">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSCOBRANZAV2.QUERYPENDIENTES"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYCOMPROBANTES">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPRECIBOSCOBRANZAV2.QUERYCOMPROBANTES"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="SOAPRecibosCobranzaV2">
		<port name="SOAPRecibosCobranzaV2SoapPort" binding="wsdlns:SOAPRecibosCobranzaV2SoapBinding">
			<soap:address location="https://api.zetasoftware.com/z.apis.asoapreciboscobranzav2"/>
		</port>
	</service>
</definitions>
