<?xml version="1.0" encoding="utf-8"?>
<definitions name="SOAPCondicionesPagoV1" 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="WSQueryCondicionesPagoV1In">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryCondicionesPagoV1In"/>
				</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="DPQueryCondicionesPagoV1In">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryCondicionesPagoV1In.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryCondicionesPagoV1In.Filters">
				<sequence>
					<element name="CodigoDesde" type="xsd:string"/>
					<element name="CodigoHasta" type="xsd:string"/>
					<element name="NombreContiene" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryCondicionesPagoV1Out">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryCondicionesPagoV1Out.Error"/>
					<element name="Response" type="tns:DPQueryCondicionesPagoV1Out"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryCondicionesPagoV1Out.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryCondicionesPagoV1Out">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryCondicionesPagoV1Out.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryCondicionesPagoV1Out.Item">
				<sequence>
					<element name="Codigo" type="xsd:string"/>
					<element name="Nombre" type="xsd:string"/>
					<element name="CuotasIguales" type="xsd:string"/>
					<element name="CantidadCuotas" type="xsd:short"/>
					<element name="Desde" type="xsd:string"/>
					<element name="PorcentajeRecargo" type="xsd:double"/>
					<element name="VencimientoDias" type="xsd:short"/>
					<element name="VencimientoMes" type="xsd:short"/>
					<element name="SeparacionDias" type="xsd:short"/>
					<element name="SeparacionMes" type="xsd:short"/>
					<element name="DecimalesCuota1" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1LoadIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Codigo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1LoadOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionCondicionesPagoV1LoadOut.Error"/>
					<element name="Response" type="tns:WSTransactionCondicionesPagoV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionCondicionesPagoV1LoadOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1Structure">
				<sequence>
					<element name="Codigo" type="xsd:string"/>
					<element name="Nombre" type="xsd:string"/>
					<element name="CuotasIguales" type="xsd:string"/>
					<element name="CantidadCuotas" type="xsd:short"/>
					<element name="Desde" type="xsd:string"/>
					<element name="PorcentajeRecargo" type="xsd:double"/>
					<element name="VencimientoDias" type="xsd:short"/>
					<element name="VencimientoMes" type="xsd:short"/>
					<element name="SeparacionDias" type="xsd:short"/>
					<element name="SeparacionMes" type="xsd:short"/>
					<element name="DecimalesCuota1" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1SaveIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:WSTransactionCondicionesPagoV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1SaveOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionCondicionesPagoV1SaveOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionCondicionesPagoV1SaveOut.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="WSTransactionCondicionesPagoV1DeleteIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Codigo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionCondicionesPagoV1DeleteOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionCondicionesPagoV1DeleteOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionCondicionesPagoV1DeleteOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
					<element name="Detail" type="tns:MessageDetail"/>
				</sequence>
			</complexType>
			<element name="SOAPCondicionesPagoV1.QUERY">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Queryin" type="tns:WSQueryCondicionesPagoV1In"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.QUERYResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Queryout" type="tns:WSQueryCondicionesPagoV1Out"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.LOAD">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadin" type="tns:WSTransactionCondicionesPagoV1LoadIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.LOADResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadout" type="tns:WSTransactionCondicionesPagoV1LoadOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.SAVE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Savein" type="tns:WSTransactionCondicionesPagoV1SaveIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.SAVEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Saveout" type="tns:WSTransactionCondicionesPagoV1SaveOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.DELETE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Deletein" type="tns:WSTransactionCondicionesPagoV1DeleteIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPCondicionesPagoV1.DELETEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Deleteout" type="tns:WSTransactionCondicionesPagoV1DeleteOut"/>
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="SOAPCondicionesPagoV1.QUERYSoapIn">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.QUERY"/>
	</message>
	<message name="SOAPCondicionesPagoV1.QUERYSoapOut">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.QUERYResponse"/>
	</message>
	<message name="SOAPCondicionesPagoV1.LOADSoapIn">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.LOAD"/>
	</message>
	<message name="SOAPCondicionesPagoV1.LOADSoapOut">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.LOADResponse"/>
	</message>
	<message name="SOAPCondicionesPagoV1.SAVESoapIn">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.SAVE"/>
	</message>
	<message name="SOAPCondicionesPagoV1.SAVESoapOut">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.SAVEResponse"/>
	</message>
	<message name="SOAPCondicionesPagoV1.DELETESoapIn">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.DELETE"/>
	</message>
	<message name="SOAPCondicionesPagoV1.DELETESoapOut">
		<part name="parameters" element="tns:SOAPCondicionesPagoV1.DELETEResponse"/>
	</message>
	<portType name="SOAPCondicionesPagoV1SoapPort">
		<operation name="QUERY">
			<input message="wsdlns:SOAPCondicionesPagoV1.QUERYSoapIn"/>
			<output message="wsdlns:SOAPCondicionesPagoV1.QUERYSoapOut"/>
		</operation>
		<operation name="LOAD">
			<input message="wsdlns:SOAPCondicionesPagoV1.LOADSoapIn"/>
			<output message="wsdlns:SOAPCondicionesPagoV1.LOADSoapOut"/>
		</operation>
		<operation name="SAVE">
			<input message="wsdlns:SOAPCondicionesPagoV1.SAVESoapIn"/>
			<output message="wsdlns:SOAPCondicionesPagoV1.SAVESoapOut"/>
		</operation>
		<operation name="DELETE">
			<input message="wsdlns:SOAPCondicionesPagoV1.DELETESoapIn"/>
			<output message="wsdlns:SOAPCondicionesPagoV1.DELETESoapOut"/>
		</operation>
	</portType>
	<binding name="SOAPCondicionesPagoV1SoapBinding" type="wsdlns:SOAPCondicionesPagoV1SoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="QUERY">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPCONDICIONESPAGOV1.QUERY"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="LOAD">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPCONDICIONESPAGOV1.LOAD"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="SAVE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPCONDICIONESPAGOV1.SAVE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="DELETE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPCONDICIONESPAGOV1.DELETE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="SOAPCondicionesPagoV1">
		<port name="SOAPCondicionesPagoV1SoapPort" binding="wsdlns:SOAPCondicionesPagoV1SoapBinding">
			<soap:address location="https://api.zetasoftware.com/z.apis.asoapcondicionespagov1"/>
		</port>
	</service>
</definitions>
