<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_ConvenioPago"
  targetNamespace="https://gateway.comunidesk.com/soap"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:tns="https://gateway.comunidesk.com/soap"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <types>
    <xsd:schema targetNamespace="https://gateway.comunidesk.com/soap" elementFormDefault="qualified">
      <xsd:complexType name="ConvenioPago"><xsd:sequence><xsd:element name="_id" type="xsd:string" minOccurs="0"/><xsd:element name="type" type="xsd:string" minOccurs="0"/><xsd:element name="edificioId" type="xsd:string" minOccurs="1"/><xsd:element name="departamentoId" type="xsd:string" minOccurs="1"/><xsd:element name="montoTotal" type="xsd:double" minOccurs="1"/><xsd:element name="numeroCuotas" type="xsd:double" minOccurs="1"/><xsd:element name="fechaInicio" type="xsd:string" minOccurs="1"/><xsd:element name="estado" type="xsd:string" minOccurs="0"/><xsd:element name="observaciones" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListConvenioPagoRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListConvenioPagoResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetConvenioPagoRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetConvenioPagoResponse"><part name="item" type="tns:ConvenioPago"/></message>
  <message name="CreateConvenioPagoRequest"><part name="body" type="tns:ConvenioPago"/></message>
  <message name="CreateConvenioPagoResponse"><part name="item" type="tns:ConvenioPago"/></message>
  <message name="UpdateConvenioPagoRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:ConvenioPago"/></message>
  <message name="UpdateConvenioPagoResponse"><part name="item" type="tns:ConvenioPago"/></message>
  <message name="DeleteConvenioPagoRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteConvenioPagoResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_ConvenioPagoPortType">
    
    <operation name="ListConvenioPago">
      <documentation>Convenios de pago — List</documentation>
      <input message="tns:ListConvenioPagoRequest"/>
      <output message="tns:ListConvenioPagoResponse"/>
    </operation>
    <operation name="GetConvenioPago">
      <documentation>Convenios de pago — Get</documentation>
      <input message="tns:GetConvenioPagoRequest"/>
      <output message="tns:GetConvenioPagoResponse"/>
    </operation>
    <operation name="CreateConvenioPago">
      <documentation>Convenios de pago — Create</documentation>
      <input message="tns:CreateConvenioPagoRequest"/>
      <output message="tns:CreateConvenioPagoResponse"/>
    </operation>
    <operation name="UpdateConvenioPago">
      <documentation>Convenios de pago — Update</documentation>
      <input message="tns:UpdateConvenioPagoRequest"/>
      <output message="tns:UpdateConvenioPagoResponse"/>
    </operation>
    <operation name="DeleteConvenioPago">
      <documentation>Convenios de pago — Delete</documentation>
      <input message="tns:DeleteConvenioPagoRequest"/>
      <output message="tns:DeleteConvenioPagoResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_ConvenioPagoBinding" type="tns:ComunideskSoap_ConvenioPagoPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListConvenioPago">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListConvenioPago"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetConvenioPago">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetConvenioPago"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateConvenioPago">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateConvenioPago"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateConvenioPago">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateConvenioPago"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteConvenioPago">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteConvenioPago"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_ConvenioPagoService">
    <documentation>Convenios de pago por deuda.</documentation>
    <port name="ComunideskSoap_ConvenioPagoPort" binding="tns:ComunideskSoap_ConvenioPagoBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
