<?xml version="1.0" encoding="utf-8"?>
<definitions name="SOAPFacturaProveedorV1" 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="WSQueryFacturaProveedorV1SaldosPendientesIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryFacturaProveedorV1SaldosPendientesIn"/>
				</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="DPQueryFacturaProveedorV1SaldosPendientesIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryFacturaProveedorV1SaldosPendientesIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1SaldosPendientesIn.Filters">
				<sequence>
					<element name="ClienteProveedor" type="xsd:string"/>
					<element name="RegistroId" 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"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryFacturaProveedorV1SaldosPendientesOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryFacturaProveedorV1SaldosPendientesOut.Error"/>
					<element name="Response" type="tns:DPQueryFacturaProveedorV1SaldosPendientesOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryFacturaProveedorV1SaldosPendientesOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryFacturaProveedorV1SaldosPendientesOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryFacturaProveedorV1SaldosPendientesOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1SaldosPendientesOut.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="ComprobanteTipo" type="xsd:byte"/>
					<element name="ComprobanteTipoNombre" type="xsd:string"/>
					<element name="ClienteProveedor" 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="CondicionCodigo" type="xsd:string"/>
					<element name="CondicionNombre" 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="WSQueryFacturaProveedorV1ComprasIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryFacturaProveedorV1ComprasIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryFacturaProveedorV1ComprasIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryFacturaProveedorV1ComprasIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1ComprasIn.Filters">
				<sequence>
					<element name="Mes" type="xsd:byte"/>
					<element name="Anio" type="xsd:short"/>
					<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="WSQueryFacturaProveedorV1ComprasOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryFacturaProveedorV1ComprasOut.Error"/>
					<element name="Response" type="tns:DPQueryFacturaProveedorV1ComprasOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryFacturaProveedorV1ComprasOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryFacturaProveedorV1ComprasOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryFacturaProveedorV1ComprasOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1ComprasOut.Item">
				<sequence>
					<element name="RegistroId" type="xsd:int"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ComprobanteTipo" type="xsd:byte"/>
					<element name="ComprobanteTipoNombre" type="xsd:string"/>
					<element name="EsGasto" type="xsd:string"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="ProveedorPaisCodigo" type="xsd:string"/>
					<element name="ProveedorPaisNombre" type="xsd:string"/>
					<element name="ProveedorDepartamentoCodigo" type="xsd:string"/>
					<element name="ProveedorDepartamentoNombre" type="xsd:string"/>
					<element name="ProveedorGrupoCodigo" type="xsd:string"/>
					<element name="ProveedorGrupoNombre" type="xsd:string"/>
					<element name="ProveedorGiroCodigo" type="xsd:string"/>
					<element name="ProveedorGiroNombre" type="xsd:string"/>
					<element name="ProveedorZonaCodigo" type="xsd:string"/>
					<element name="ProveedorZonaNombre" type="xsd:string"/>
					<element name="ProveedorCategoriaCodigo" type="xsd:string"/>
					<element name="ProveedorCategoriaNombre" type="xsd:string"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="CotizacionEspecial" type="xsd:double"/>
					<element name="CondicionCodigo" type="xsd:string"/>
					<element name="CondicionNombre" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="CentroCostosCodigo" type="xsd:string"/>
					<element name="CentroCostosNombre" type="xsd:string"/>
					<element name="Referencia" type="xsd:string"/>
					<element name="DepositoOrigenCodigo" type="xsd:short"/>
					<element name="DepositoOrigenNombre" type="xsd:string"/>
					<element name="DepositoDestinoCodigo" type="xsd:short"/>
					<element name="DepositoDestinoNombre" type="xsd:string"/>
					<element name="Subtotal" type="xsd:double"/>
					<element name="SubtotalSigno" type="xsd:double"/>
					<element name="IVA" type="xsd:double"/>
					<element name="IVASigno" type="xsd:double"/>
					<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"/>
					<element name="UsuarioCodigo" type="xsd:short"/>
					<element name="UsuarioNombre" type="xsd:string"/>
					<element name="RegistroFecha" type="xsd:date" nillable="true"/>
					<element name="RegistroHora" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryFacturaProveedorV1MovimientosStockIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:DPQueryFacturaProveedorV1MovimientosStockIn"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryFacturaProveedorV1MovimientosStockIn">
				<sequence>
					<element name="Filters" type="tns:APIs.DPQueryFacturaProveedorV1MovimientosStockIn.Filters"/>
					<element name="Page" type="xsd:int"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1MovimientosStockIn.Filters">
				<sequence>
					<element name="Mes" type="xsd:byte"/>
					<element name="Anio" type="xsd:short"/>
					<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"/>
					<element name="PendienteSN" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="WSQueryFacturaProveedorV1MovimientosStockOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.WSQueryFacturaProveedorV1MovimientosStockOut.Error"/>
					<element name="Response" type="tns:DPQueryFacturaProveedorV1MovimientosStockOut"/>
					<element name="IsLastPage" type="xsd:boolean"/>
				</sequence>
			</complexType>
			<complexType name="APIs.WSQueryFacturaProveedorV1MovimientosStockOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="DPQueryFacturaProveedorV1MovimientosStockOut">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="Item" type="tns:APIs.DPQueryFacturaProveedorV1MovimientosStockOut.Item"/>
				</sequence>
			</complexType>
			<complexType name="APIs.DPQueryFacturaProveedorV1MovimientosStockOut.Item">
				<sequence>
					<element name="RegistroId" type="xsd:int"/>
					<element name="Fecha" type="xsd:date" nillable="true"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="ProveedorPaisCodigo" type="xsd:string"/>
					<element name="ProveedorPaisNombre" type="xsd:string"/>
					<element name="ProveedorDepartamentoCodigo" type="xsd:string"/>
					<element name="ProveedorDepartamentoNombre" type="xsd:string"/>
					<element name="ProveedorGrupoCodigo" type="xsd:string"/>
					<element name="ProveedorGrupoNombre" type="xsd:string"/>
					<element name="ProveedorGiroCodigo" type="xsd:string"/>
					<element name="ProveedorGiroNombre" type="xsd:string"/>
					<element name="ProveedorZonaCodigo" type="xsd:string"/>
					<element name="ProveedorZonaNombre" type="xsd:string"/>
					<element name="ProveedorCategoriaCodigo" type="xsd:string"/>
					<element name="ProveedorCategoriaNombre" type="xsd:string"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="CotizacionEspecial" type="xsd:double"/>
					<element name="CondicionCodigo" type="xsd:string"/>
					<element name="CondicionNombre" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="CentroCostosCodigo" type="xsd:string"/>
					<element name="CentroCostosNombre" type="xsd:string"/>
					<element name="Referencia" type="xsd:string"/>
					<element name="DepositoOrigenCodigo" type="xsd:short"/>
					<element name="DepositoOrigenNombre" type="xsd:string"/>
					<element name="DepositoDestinoCodigo" type="xsd:short"/>
					<element name="DepositoDestinoNombre" type="xsd:string"/>
					<element name="Subtotal" type="xsd:double"/>
					<element name="IVA" type="xsd:double"/>
					<element name="Total" type="xsd:double"/>
					<element name="Pendiente" type="xsd:string"/>
					<element name="Emitido" type="xsd:string"/>
					<element name="Notas" type="xsd:string"/>
					<element name="UsuarioCodigo" type="xsd:short"/>
					<element name="UsuarioNombre" type="xsd:string"/>
					<element name="RegistroFecha" type="xsd:date" nillable="true"/>
					<element name="RegistroHora" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1ComprasIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:APIs.FacturaProveedorV1ComprasIn.Data"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasIn.Data">
				<sequence>
					<element name="Mes" type="xsd:byte"/>
					<element name="Anio" type="xsd:short"/>
					<element name="Moneda" type="xsd:byte"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1ComprasOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.FacturaProveedorV1ComprasOut.Error"/>
					<element name="Response" type="tns:APIs.FacturaProveedorV1ComprasOut.Response"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasOut.Response">
				<sequence>
					<element name="Compras" type="tns:ComprasSDT"/>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Mensaje" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="ComprasSDT">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="ComprasSDTItem" type="tns:ComprasSDT.ComprasSDTItem"/>
				</sequence>
			</complexType>
			<complexType name="ComprasSDT.ComprasSDTItem">
				<sequence>
					<element name="FacturaId" type="xsd:int"/>
					<element name="FacturaFecha" type="xsd:string"/>
					<element name="FacturaDia" type="xsd:byte"/>
					<element name="FacturaMes" type="xsd:byte"/>
					<element name="FacturaAnio" type="xsd:short"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="Cotizacion" type="xsd:string"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ComprobanteTipo" type="xsd:byte"/>
					<element name="FacturaGastos" type="xsd:string"/>
					<element name="FacturaSigno" type="xsd:double"/>
					<element name="FacturaSerie" type="xsd:string"/>
					<element name="FacturaNumero" type="xsd:long"/>
					<element name="FacturaSerieNumero" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="DepositoOrigenCodigo" type="xsd:short"/>
					<element name="DepositoOrigenNombre" type="xsd:string"/>
					<element name="DepositoDestinoCodigo" type="xsd:short"/>
					<element name="DepositoDestinoNombre" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="CondicionPagoCodigo" type="xsd:string"/>
					<element name="CondicionPagoNombre" type="xsd:string"/>
					<element name="FacturaReferencia" type="xsd:string"/>
					<element name="CentroCostosCodigo" type="xsd:string"/>
					<element name="CentroCostosNombre" type="xsd:string"/>
					<element name="UsuarioCodigo" type="xsd:short"/>
					<element name="UsuarioNombre" type="xsd:string"/>
					<element name="FacturaRegistroFecha" type="xsd:string"/>
					<element name="FacturaRegistroHora" type="xsd:string"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="GrupoCodigo" type="xsd:string"/>
					<element name="GrupoNombre" type="xsd:string"/>
					<element name="GiroCodigo" type="xsd:string"/>
					<element name="GiroNombre" type="xsd:string"/>
					<element name="PaisCodigo" type="xsd:string"/>
					<element name="PaisNombre" type="xsd:string"/>
					<element name="DepartamentoCodigo" type="xsd:string"/>
					<element name="DepartamentoNombre" type="xsd:string"/>
					<element name="ZonaCodigo" type="xsd:string"/>
					<element name="ZonaNombre" type="xsd:string"/>
					<element name="CategoriaCodigo" type="xsd:string"/>
					<element name="CategoriaNombre" type="xsd:string"/>
					<element name="FacturaDescuentos" type="xsd:double"/>
					<element name="FacturaSubtotal" type="xsd:double"/>
					<element name="FacturaIVA" type="xsd:double"/>
					<element name="FacturaTotal" type="xsd:double"/>
					<element name="FacturaSaldo" type="xsd:double"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1ComprasDetalladasIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:APIs.FacturaProveedorV1ComprasDetalladasIn.Data"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasDetalladasIn.Data">
				<sequence>
					<element name="Mes" type="xsd:byte"/>
					<element name="Anio" type="xsd:short"/>
					<element name="Moneda" type="xsd:byte"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1ComprasDetalladasOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.FacturaProveedorV1ComprasDetalladasOut.Error"/>
					<element name="Response" type="tns:APIs.FacturaProveedorV1ComprasDetalladasOut.Response"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasDetalladasOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1ComprasDetalladasOut.Response">
				<sequence>
					<element name="ComprasDetalladas" type="tns:ComprasDetalladasSDT"/>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Mensaje" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="ComprasDetalladasSDT">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="ComprasDetalladasSDTItem" type="tns:ComprasDetalladasSDT.ComprasDetalladasSDTItem"/>
				</sequence>
			</complexType>
			<complexType name="ComprasDetalladasSDT.ComprasDetalladasSDTItem">
				<sequence>
					<element name="FacturaId" type="xsd:int"/>
					<element name="FacturaFecha" type="xsd:string"/>
					<element name="FacturaDia" type="xsd:byte"/>
					<element name="FacturaMes" type="xsd:byte"/>
					<element name="FacturaAnio" type="xsd:short"/>
					<element name="MonedaCodigo" type="xsd:byte"/>
					<element name="MonedaSimbolo" type="xsd:string"/>
					<element name="Cotizacion" type="xsd:string"/>
					<element name="ComprobanteCodigo" type="xsd:short"/>
					<element name="ComprobanteNombre" type="xsd:string"/>
					<element name="ComprobanteTipo" type="xsd:byte"/>
					<element name="FacturaGastos" type="xsd:string"/>
					<element name="FacturaSigno" type="xsd:double"/>
					<element name="FacturaSerie" type="xsd:string"/>
					<element name="FacturaNumero" type="xsd:long"/>
					<element name="FacturaSerieNumero" type="xsd:string"/>
					<element name="LocalCodigo" type="xsd:short"/>
					<element name="LocalNombre" type="xsd:string"/>
					<element name="DepositoOrigenCodigo" type="xsd:short"/>
					<element name="DepositoOrigenNombre" type="xsd:string"/>
					<element name="DepositoDestinoCodigo" type="xsd:short"/>
					<element name="DepositoDestinoNombre" type="xsd:string"/>
					<element name="CajaCodigo" type="xsd:short"/>
					<element name="CajaNombre" type="xsd:string"/>
					<element name="CondicionPagoCodigo" type="xsd:string"/>
					<element name="CondicionPagoNombre" type="xsd:string"/>
					<element name="FacturaReferencia" type="xsd:string"/>
					<element name="CentroCostosCodigo" type="xsd:string"/>
					<element name="CentroCostosNombre" type="xsd:string"/>
					<element name="UsuarioCodigo" type="xsd:short"/>
					<element name="UsuarioNombre" type="xsd:string"/>
					<element name="FacturaRegistroFecha" type="xsd:string"/>
					<element name="FacturaRegistroHora" type="xsd:string"/>
					<element name="ProveedorCodigo" type="xsd:string"/>
					<element name="ProveedorNombre" type="xsd:string"/>
					<element name="ProveedorRazonSocial" type="xsd:string"/>
					<element name="GrupoCodigo" type="xsd:string"/>
					<element name="GrupoNombre" type="xsd:string"/>
					<element name="GiroCodigo" type="xsd:string"/>
					<element name="GiroNombre" type="xsd:string"/>
					<element name="PaisCodigo" type="xsd:string"/>
					<element name="PaisNombre" type="xsd:string"/>
					<element name="DepartamentoCodigo" type="xsd:string"/>
					<element name="DepartamentoNombre" type="xsd:string"/>
					<element name="ZonaCodigo" type="xsd:string"/>
					<element name="ZonaNombre" type="xsd:string"/>
					<element name="CategoriaCodigo" type="xsd:string"/>
					<element name="CategoriaNombre" type="xsd:string"/>
					<element name="ArticuloCodigo" type="xsd:string"/>
					<element name="ArticuloNombre" type="xsd:string"/>
					<element name="MarcaCodigo" type="xsd:string"/>
					<element name="MarcaNombre" type="xsd:string"/>
					<element name="CategoriaArticuloCodigo" type="xsd:string"/>
					<element name="CategoriaArticuloNombre" type="xsd:string"/>
					<element name="FamiliaCodigo" type="xsd:string"/>
					<element name="FamiliaNombre" type="xsd:string"/>
					<element name="ConceptoCodigo" type="xsd:string"/>
					<element name="ConceptoNombre" type="xsd:string"/>
					<element name="LineaConcepto" type="xsd:string"/>
					<element name="LineaLoteCodigo" type="xsd:string"/>
					<element name="LineaLoteVencimiento" type="xsd:string"/>
					<element name="LineaCantidad" type="xsd:double"/>
					<element name="LineaPrecioDigitado" type="xsd:double"/>
					<element name="LineaPrecio" type="xsd:double"/>
					<element name="LineaDtoPorcentaje1" type="xsd:double"/>
					<element name="LineaDtoPorcentaje2" type="xsd:double"/>
					<element name="LineaDtoPorcentaje3" type="xsd:double"/>
					<element name="IVACodigo" type="xsd:byte"/>
					<element name="IVATasa" type="xsd:double"/>
					<element name="IVANombre" type="xsd:string"/>
					<element name="IVATipo" type="xsd:string"/>
					<element name="LineaPendienteRemision" type="xsd:string"/>
					<element name="LineaDescuentos" type="xsd:long"/>
					<element name="LineaSubtotal" type="xsd:double"/>
					<element name="LineaIVA" type="xsd:double"/>
					<element name="LineaTotal" type="xsd:double"/>
					<element name="LocalCodigoLinea" type="xsd:short"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1AgregarIn">
				<sequence>
					<element name="Connection" type="tns:SDTConnection"/>
					<element name="Data" type="tns:APIs.FacturaProveedorV1AgregarIn.Data"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1AgregarIn.Data">
				<sequence>
					<element name="Movimiento" type="tns:ImpMovimientosProveedorSDT.MovimientoItem"/>
				</sequence>
			</complexType>
			<complexType name="ImpMovimientosProveedorSDT.MovimientoItem">
				<sequence>
					<element name="CodigoComprobante" type="xsd:short"/>
					<element name="Serie" type="xsd:string"/>
					<element name="Numero" type="xsd:long"/>
					<element name="Fecha" type="xsd:string"/>
					<element name="CodigoMoneda" type="xsd:byte"/>
					<element name="Cotizacion" type="xsd:double"/>
					<element name="CodigoProveedor" type="xsd:string"/>
					<element name="CodigoCondicionPago" type="xsd:string"/>
					<element name="CodigoDepositoOrigen" type="xsd:short"/>
					<element name="CodigoDepositoDestino" type="xsd:short"/>
					<element name="CodigoCentroCosto" type="xsd:string"/>
					<element name="CodigoReferencia" type="xsd:string"/>
					<element name="Notas" type="xsd:string"/>
					<element name="CodigoLocal" type="xsd:short"/>
					<element name="CodigoUsuario" type="xsd:short"/>
					<element name="CodigoCaja" type="xsd:short"/>
					<element name="Lineas">
						<complexType>
							<sequence>
								<element minOccurs="0" maxOccurs="unbounded" name="LineaItem" type="tns:ImpMovimientosProveedorSDT.MovimientoItem.LineaItem"/>
							</sequence>
						</complexType>
					</element>
					<element name="FormasPago">
						<complexType>
							<sequence>
								<element minOccurs="0" maxOccurs="unbounded" name="FormaPagoItem" type="tns:ImpMovimientosProveedorSDT.MovimientoItem.FormaPagoItem"/>
							</sequence>
						</complexType>
					</element>
				</sequence>
			</complexType>
			<complexType name="ArrayOfImpMovimientosProveedorSDT.MovimientoItem.LineaItem">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="ImpMovimientosProveedorSDT.MovimientoItem.LineaItem" type="tns:ImpMovimientosProveedorSDT.MovimientoItem.LineaItem"/>
				</sequence>
			</complexType>
			<complexType name="ImpMovimientosProveedorSDT.MovimientoItem.LineaItem">
				<sequence>
					<element name="CodigoArticulo" type="xsd:string"/>
					<element name="Concepto" type="xsd:string"/>
					<element name="CodigoLote" type="xsd:string"/>
					<element name="Vencimiento" type="xsd:string"/>
					<element name="Cantidad" type="xsd:double"/>
					<element name="PrecioUnitario" type="xsd:double"/>
					<element name="Descuento1" type="xsd:double"/>
					<element name="Descuento2" type="xsd:double"/>
					<element name="Descuento3" type="xsd:double"/>
					<element name="CodigoIVA" type="xsd:byte"/>
					<element name="Notas" type="xsd:string"/>
					<element name="CodigoLocalLinea" type="xsd:short"/>
				</sequence>
			</complexType>
			<complexType name="ArrayOfImpMovimientosProveedorSDT.MovimientoItem.FormaPagoItem">
				<sequence>
					<element minOccurs="0" maxOccurs="unbounded" name="ImpMovimientosProveedorSDT.MovimientoItem.FormaPagoItem" type="tns:ImpMovimientosProveedorSDT.MovimientoItem.FormaPagoItem"/>
				</sequence>
			</complexType>
			<complexType name="ImpMovimientosProveedorSDT.MovimientoItem.FormaPagoItem">
				<sequence>
					<element name="CodigoFormaPago" type="xsd:byte"/>
					<element name="CodigoMonedaPago" type="xsd:byte"/>
					<element name="MontoMonedaPago" type="xsd:double"/>
					<element name="MontoMonedaMovimiento" type="xsd:double"/>
				</sequence>
			</complexType>
			<complexType name="FacturaProveedorV1AgregarOut">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Error" type="tns:APIs.FacturaProveedorV1AgregarOut.Error"/>
					<element name="Response" type="tns:APIs.FacturaProveedorV1AgregarOut.Response"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1AgregarOut.Error">
				<sequence>
					<element name="Code" type="xsd:string"/>
					<element name="Message" type="xsd:string"/>
				</sequence>
			</complexType>
			<complexType name="APIs.FacturaProveedorV1AgregarOut.Response">
				<sequence>
					<element name="Succeed" type="xsd:boolean"/>
					<element name="Mensaje" type="xsd:string"/>
				</sequence>
			</complexType>
			<element name="SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTES">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querysaldospendientesin" type="tns:WSQueryFacturaProveedorV1SaldosPendientesIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querysaldospendientesout" type="tns:WSQueryFacturaProveedorV1SaldosPendientesOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.QUERYCOMPRAS">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprasin" type="tns:WSQueryFacturaProveedorV1ComprasIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.QUERYCOMPRASResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querycomprasout" type="tns:WSQueryFacturaProveedorV1ComprasOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCK">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querymovimientosstockin" type="tns:WSQueryFacturaProveedorV1MovimientosStockIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Querymovimientosstockout" type="tns:WSQueryFacturaProveedorV1MovimientosStockOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.COMPRAS">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Comprasin" type="tns:FacturaProveedorV1ComprasIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.COMPRASResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Comprasout" type="tns:FacturaProveedorV1ComprasOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.COMPRASDETALLADAS">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Comprasdetalladasin" type="tns:FacturaProveedorV1ComprasDetalladasIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.COMPRASDETALLADASResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Comprasdetalladasout" type="tns:FacturaProveedorV1ComprasDetalladasOut"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.AGREGAR">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Agregarin" type="tns:FacturaProveedorV1AgregarIn"/>
					</sequence>
				</complexType>
			</element>
			<element name="SOAPFacturaProveedorV1.AGREGARResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Agregarout" type="tns:FacturaProveedorV1AgregarOut"/>
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTES"/>
	</message>
	<message name="SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESResponse"/>
	</message>
	<message name="SOAPFacturaProveedorV1.QUERYCOMPRASSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYCOMPRAS"/>
	</message>
	<message name="SOAPFacturaProveedorV1.QUERYCOMPRASSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYCOMPRASResponse"/>
	</message>
	<message name="SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCK"/>
	</message>
	<message name="SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKResponse"/>
	</message>
	<message name="SOAPFacturaProveedorV1.COMPRASSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.COMPRAS"/>
	</message>
	<message name="SOAPFacturaProveedorV1.COMPRASSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.COMPRASResponse"/>
	</message>
	<message name="SOAPFacturaProveedorV1.COMPRASDETALLADASSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.COMPRASDETALLADAS"/>
	</message>
	<message name="SOAPFacturaProveedorV1.COMPRASDETALLADASSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.COMPRASDETALLADASResponse"/>
	</message>
	<message name="SOAPFacturaProveedorV1.AGREGARSoapIn">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.AGREGAR"/>
	</message>
	<message name="SOAPFacturaProveedorV1.AGREGARSoapOut">
		<part name="parameters" element="tns:SOAPFacturaProveedorV1.AGREGARResponse"/>
	</message>
	<portType name="SOAPFacturaProveedorV1SoapPort">
		<operation name="QUERYSALDOSPENDIENTES">
			<input message="wsdlns:SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.QUERYSALDOSPENDIENTESSoapOut"/>
		</operation>
		<operation name="QUERYCOMPRAS">
			<input message="wsdlns:SOAPFacturaProveedorV1.QUERYCOMPRASSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.QUERYCOMPRASSoapOut"/>
		</operation>
		<operation name="QUERYMOVIMIENTOSSTOCK">
			<input message="wsdlns:SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.QUERYMOVIMIENTOSSTOCKSoapOut"/>
		</operation>
		<operation name="COMPRAS">
			<input message="wsdlns:SOAPFacturaProveedorV1.COMPRASSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.COMPRASSoapOut"/>
		</operation>
		<operation name="COMPRASDETALLADAS">
			<input message="wsdlns:SOAPFacturaProveedorV1.COMPRASDETALLADASSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.COMPRASDETALLADASSoapOut"/>
		</operation>
		<operation name="AGREGAR">
			<input message="wsdlns:SOAPFacturaProveedorV1.AGREGARSoapIn"/>
			<output message="wsdlns:SOAPFacturaProveedorV1.AGREGARSoapOut"/>
		</operation>
	</portType>
	<binding name="SOAPFacturaProveedorV1SoapBinding" type="wsdlns:SOAPFacturaProveedorV1SoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="QUERYSALDOSPENDIENTES">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.QUERYSALDOSPENDIENTES"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYCOMPRAS">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.QUERYCOMPRAS"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="QUERYMOVIMIENTOSSTOCK">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.QUERYMOVIMIENTOSSTOCK"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="COMPRAS">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.COMPRAS"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="COMPRASDETALLADAS">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.COMPRASDETALLADAS"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="AGREGAR">
			<soap:operation soapAction="ZetaSoftwareaction/apis.ASOAPFACTURAPROVEEDORV1.AGREGAR"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="SOAPFacturaProveedorV1">
		<port name="SOAPFacturaProveedorV1SoapPort" binding="wsdlns:SOAPFacturaProveedorV1SoapBinding">
			<soap:address location="https://api.zetasoftware.com/z.apis.asoapfacturaproveedorv1"/>
		</port>
	</service>
</definitions>
