<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_PagoEdificio"
  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="PagoEdificio"><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="concepto" type="xsd:string" minOccurs="1"/><xsd:element name="monto" type="xsd:double" minOccurs="1"/><xsd:element name="fechaPago" type="xsd:string" minOccurs="1"/><xsd:element name="metodoPago" type="xsd:string" minOccurs="1"/><xsd:element name="beneficiario" type="xsd:string" minOccurs="0"/><xsd:element name="egresoId" type="xsd:string" minOccurs="0"/><xsd:element name="observaciones" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListPagoEdificioRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListPagoEdificioResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetPagoEdificioRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetPagoEdificioResponse"><part name="item" type="tns:PagoEdificio"/></message>
  <message name="CreatePagoEdificioRequest"><part name="body" type="tns:PagoEdificio"/></message>
  <message name="CreatePagoEdificioResponse"><part name="item" type="tns:PagoEdificio"/></message>
  <message name="UpdatePagoEdificioRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:PagoEdificio"/></message>
  <message name="UpdatePagoEdificioResponse"><part name="item" type="tns:PagoEdificio"/></message>
  <message name="DeletePagoEdificioRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeletePagoEdificioResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_PagoEdificioPortType">
    
    <operation name="ListPagoEdificio">
      <documentation>Pagos (finanzas) — List</documentation>
      <input message="tns:ListPagoEdificioRequest"/>
      <output message="tns:ListPagoEdificioResponse"/>
    </operation>
    <operation name="GetPagoEdificio">
      <documentation>Pagos (finanzas) — Get</documentation>
      <input message="tns:GetPagoEdificioRequest"/>
      <output message="tns:GetPagoEdificioResponse"/>
    </operation>
    <operation name="CreatePagoEdificio">
      <documentation>Pagos (finanzas) — Create</documentation>
      <input message="tns:CreatePagoEdificioRequest"/>
      <output message="tns:CreatePagoEdificioResponse"/>
    </operation>
    <operation name="UpdatePagoEdificio">
      <documentation>Pagos (finanzas) — Update</documentation>
      <input message="tns:UpdatePagoEdificioRequest"/>
      <output message="tns:UpdatePagoEdificioResponse"/>
    </operation>
    <operation name="DeletePagoEdificio">
      <documentation>Pagos (finanzas) — Delete</documentation>
      <input message="tns:DeletePagoEdificioRequest"/>
      <output message="tns:DeletePagoEdificioResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_PagoEdificioBinding" type="tns:ComunideskSoap_PagoEdificioPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListPagoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListPagoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetPagoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetPagoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreatePagoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreatePagoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdatePagoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdatePagoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeletePagoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeletePagoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_PagoEdificioService">
    <documentation>Pagos del módulo Finanzas del edificio.</documentation>
    <port name="ComunideskSoap_PagoEdificioPort" binding="tns:ComunideskSoap_PagoEdificioBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
