<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="WsPagoProductos" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="WsPagoProductos" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="WsPagoProductos">
      <s:element name="WS_REALIZA_PAGO">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="par_tipo_pago" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="par_cuenta" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="par_credito" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="par_dest" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="par_desem" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="par_valor" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlDatabase" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WS_REALIZA_PAGOResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="WS_REALIZA_PAGOResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WS_DIS_VALOR">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_cre" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_dest" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_desem" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_val_pago" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlDatabase" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WS_DIS_VALORResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="WS_DIS_VALORResult" type="tns:respuestaWsDistribucion" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="respuestaWsDistribucion">
        <s:complexContent mixed="false">
          <s:extension base="tns:SalFunctionalClass">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="xres" type="tns:ArrayOfRespuestaDistribucion" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="SalFunctionalClass" />
      <s:complexType name="respuestaDistribucion">
        <s:complexContent mixed="false">
          <s:extension base="tns:SalFunctionalClass">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="atributo" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="valor" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfRespuestaDistribucion">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="respuestaDistribucion" nillable="true" type="tns:respuestaDistribucion" />
        </s:sequence>
      </s:complexType>
      <s:element name="WS_DIS_CRE">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ps_tipo_calc" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_cre" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_dest" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_num_desem" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlDatabase" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlUser" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ps_SqlPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="WS_DIS_CREResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="WS_DIS_CREResult" type="tns:SalDecimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SalDecimal">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Value" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsNull" type="s:boolean" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="WS_REALIZA_PAGOSoapIn">
    <wsdl:part name="parameters" element="tns:WS_REALIZA_PAGO" />
  </wsdl:message>
  <wsdl:message name="WS_REALIZA_PAGOSoapOut">
    <wsdl:part name="parameters" element="tns:WS_REALIZA_PAGOResponse" />
  </wsdl:message>
  <wsdl:message name="WS_DIS_VALORSoapIn">
    <wsdl:part name="parameters" element="tns:WS_DIS_VALOR" />
  </wsdl:message>
  <wsdl:message name="WS_DIS_VALORSoapOut">
    <wsdl:part name="parameters" element="tns:WS_DIS_VALORResponse" />
  </wsdl:message>
  <wsdl:message name="WS_DIS_CRESoapIn">
    <wsdl:part name="parameters" element="tns:WS_DIS_CRE" />
  </wsdl:message>
  <wsdl:message name="WS_DIS_CRESoapOut">
    <wsdl:part name="parameters" element="tns:WS_DIS_CREResponse" />
  </wsdl:message>
  <wsdl:portType name="WsPagoProductosSoap">
    <wsdl:operation name="WS_REALIZA_PAGO">
      <wsdl:input message="tns:WS_REALIZA_PAGOSoapIn" />
      <wsdl:output message="tns:WS_REALIZA_PAGOSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_VALOR">
      <wsdl:input message="tns:WS_DIS_VALORSoapIn" />
      <wsdl:output message="tns:WS_DIS_VALORSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_CRE">
      <wsdl:input message="tns:WS_DIS_CRESoapIn" />
      <wsdl:output message="tns:WS_DIS_CRESoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WsPagoProductosSoap" type="tns:WsPagoProductosSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WS_REALIZA_PAGO">
      <soap:operation soapAction="WsPagoProductos/WS_REALIZA_PAGO" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_VALOR">
      <soap:operation soapAction="WsPagoProductos/WS_DIS_VALOR" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_CRE">
      <soap:operation soapAction="WsPagoProductos/WS_DIS_CRE" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WsPagoProductosSoap12" type="tns:WsPagoProductosSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="WS_REALIZA_PAGO">
      <soap12:operation soapAction="WsPagoProductos/WS_REALIZA_PAGO" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_VALOR">
      <soap12:operation soapAction="WsPagoProductos/WS_DIS_VALOR" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="WS_DIS_CRE">
      <soap12:operation soapAction="WsPagoProductos/WS_DIS_CRE" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WsPagoProductos">
    <wsdl:port name="WsPagoProductosSoap" binding="tns:WsPagoProductosSoap">
      <soap:address location="http://10.10.30.35/WsPagoProductosCoopedac/WsPagoProductos.asmx" />
    </wsdl:port>
    <wsdl:port name="WsPagoProductosSoap12" binding="tns:WsPagoProductosSoap12">
      <soap12:address location="http://10.10.30.35/WsPagoProductosCoopedac/WsPagoProductos.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>