<?xml version="1.0" encoding="utf-8"?>
<definitions name="SOAPListasV1" 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="WSQueryListasV1In">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryListasV1In"/>
				</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="DPQueryListasV1In">
				<sequence>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryListasV1Out">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryListasV1Out.Error"/>
					<element name="Response" type="tns:DPQueryListasV1Out"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryListasV1Out.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryListasV1Out">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryListasV1Out.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryListasV1Out.Item">
				<sequence>
					<element name="Codigo" type="xsd:string"/>
					<element name="Titulo" type="xsd:string"/>
					<element name="Subtitulo" type="xsd:string"/>
					<element name="Pie" type="xsd:string"/>
					<element name="Orden" type="xsd:string"/>
					<element name="IVA" type="xsd:string"/>
					<element name="Catalogo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryListasV1PreciosIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryListasV1PreciosIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryListasV1PreciosIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryListasV1PreciosIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryListasV1PreciosIn.Filters">
				<sequence>
					<element name="CodigoDesde" type="xsd:string"/>
					<element name="CodigoHasta" type="xsd:string"/>
					<element name="TituloContiene" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryListasV1PreciosOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryListasV1PreciosOut.Error"/>
					<element name="Response" type="tns:DPQueryListasV1PreciosOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryListasV1PreciosOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryListasV1PreciosOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryListasV1PreciosOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryListasV1PreciosOut.Item">
				<sequence>
					<element name="PrecioVentaCodigo" type="xsd:short"/>
					<element name="PrecioVentaNombre" type="xsd:string"/>
					<element name="PrecioVentaAbrevia" type="xsd:string"/>
					<element name="PrecioVentaVigencia" type="xsd:date" nillable="true"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1LoadIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Codigo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1LoadOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionListasV1LoadOut.Error"/>
					<element name="Response" type="tns:WSTransactionListasV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionListasV1LoadOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1Structure">
				<sequence>
					<element name="Codigo" type="xsd:string"/>
					<element name="Titulo" type="xsd:string"/>
					<element name="Subtitulo" type="xsd:string"/>
					<element name="Pie" type="xsd:string"/>
					<element name="Orden" type="xsd:string"/>
					<element name="IVA" type="xsd:string"/>
					<element name="Catalogo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1SaveIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:WSTransactionListasV1Structure"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1SaveOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionListasV1SaveOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionListasV1SaveOut.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="WSTransactionListasV1DeleteIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Codigo" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSTransactionListasV1DeleteOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSTransactionListasV1DeleteOut.Error"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSTransactionListasV1DeleteOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
					<element name="Detail" type="tns:MessageDetail"/>
				</sequence>
			</complexType>
			<element name="SOAPListasV1.QUERY">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Queryin" type="tns:WSQueryListasV1In"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.QUERYResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Queryout" type="tns:WSQueryListasV1Out"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.QUERYPRECIOS">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypreciosin" type="tns:WSQueryListasV1PreciosIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.QUERYPRECIOSResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querypreciosout" type="tns:WSQueryListasV1PreciosOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.LOAD">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadin" type="tns:WSTransactionListasV1LoadIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.LOADResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Loadout" type="tns:WSTransactionListasV1LoadOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.SAVE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Savein" type="tns:WSTransactionListasV1SaveIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.SAVEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Saveout" type="tns:WSTransactionListasV1SaveOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.DELETE">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Deletein" type="tns:WSTransactionListasV1DeleteIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPListasV1.DELETEResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Deleteout" type="tns:WSTransactionListasV1DeleteOut"/>
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="SOAPListasV1.QUERYSoapIn">
		<part name="parameters" element="tns:SOAPListasV1.QUERY"/>
	</message>
	<message name="SOAPListasV1.QUERYSoapOut">
		<part name="parameters" element="tns:SOAPListasV1.QUERYResponse"/>
	</message>
	<message name="SOAPListasV1.QUERYPRECIOSSoapIn">
		<part name="parameters" element="tns:SOAPListasV1.QUERYPRECIOS"/>
	</message>
	<message name="SOAPListasV1.QUERYPRECIOSSoapOut">
		<part name="parameters" element="tns:SOAPListasV1.QUERYPRECIOSResponse"/>
	</message>
	<message name="SOAPListasV1.LOADSoapIn">
		<part name="parameters" element="tns:SOAPListasV1.LOAD"/>
	</message>
	<message name="SOAPListasV1.LOADSoapOut">
		<part name="parameters" element="tns:SOAPListasV1.LOADResponse"/>
	</message>
	<message name="SOAPListasV1.SAVESoapIn">
		<part name="parameters" element="tns:SOAPListasV1.SAVE"/>
	</message>
	<message name="SOAPListasV1.SAVESoapOut">
		<part name="parameters" element="tns:SOAPListasV1.SAVEResponse"/>
	</message>
	<message name="SOAPListasV1.DELETESoapIn">
		<part name="parameters" element="tns:SOAPListasV1.DELETE"/>
	</message>
	<message name="SOAPListasV1.DELETESoapOut">
		<part name="parameters" element="tns:SOAPListasV1.DELETEResponse"/>
	</message>
	<portType name="SOAPListasV1SoapPort">
		<operation name="QUERY">
			<input message="wsdlns:SOAPListasV1.QUERYSoapIn"/>
			<output message="wsdlns:SOAPListasV1.QUERYSoapOut"/>
		</operation>
		<operation name="QUERYPRECIOS">
			<input message="wsdlns:SOAPListasV1.QUERYPRECIOSSoapIn"/>
			<output message="wsdlns:SOAPListasV1.QUERYPRECIOSSoapOut"/>
		</operation>
		<operation name="LOAD">
			<input message="wsdlns:SOAPListasV1.LOADSoapIn"/>
			<output message="wsdlns:SOAPListasV1.LOADSoapOut"/>
		</operation>
		<operation name="SAVE">
			<input message="wsdlns:SOAPListasV1.SAVESoapIn"/>
			<output message="wsdlns:SOAPListasV1.SAVESoapOut"/>
		</operation>
		<operation name="DELETE">
			<input message="wsdlns:SOAPListasV1.DELETESoapIn"/>
			<output message="wsdlns:SOAPListasV1.DELETESoapOut"/>
		</operation>
	</portType>
	<binding name="SOAPListasV1SoapBinding" type="wsdlns:SOAPListasV1SoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="QUERY">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPLISTASV1.QUERY"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYPRECIOS">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPLISTASV1.QUERYPRECIOS"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="LOAD">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPLISTASV1.LOAD"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="SAVE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPLISTASV1.SAVE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="DELETE">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPLISTASV1.DELETE"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="SOAPListasV1">
		<port name="SOAPListasV1SoapPort" binding="wsdlns:SOAPListasV1SoapBinding">
			<soap:address location="https://api.zetasoftware.com/z.apis.asoaplistasv1"/>
		</port>
	</service>
</definitions>
