<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_IngresoEdificio"
  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="IngresoEdificio"><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="categoria" type="xsd:string" minOccurs="1"/><xsd:element name="monto" type="xsd:double" minOccurs="1"/><xsd:element name="metodoIngreso" type="xsd:string" minOccurs="1"/><xsd:element name="fechaIngreso" type="xsd:string" minOccurs="1"/><xsd:element name="periodo" type="xsd:string" minOccurs="1"/><xsd:element name="observaciones" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListIngresoEdificioRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListIngresoEdificioResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetIngresoEdificioRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetIngresoEdificioResponse"><part name="item" type="tns:IngresoEdificio"/></message>
  <message name="CreateIngresoEdificioRequest"><part name="body" type="tns:IngresoEdificio"/></message>
  <message name="CreateIngresoEdificioResponse"><part name="item" type="tns:IngresoEdificio"/></message>
  <message name="UpdateIngresoEdificioRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:IngresoEdificio"/></message>
  <message name="UpdateIngresoEdificioResponse"><part name="item" type="tns:IngresoEdificio"/></message>
  <message name="DeleteIngresoEdificioRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteIngresoEdificioResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_IngresoEdificioPortType">
    
    <operation name="ListIngresoEdificio">
      <documentation>Ingresos (finanzas) — List</documentation>
      <input message="tns:ListIngresoEdificioRequest"/>
      <output message="tns:ListIngresoEdificioResponse"/>
    </operation>
    <operation name="GetIngresoEdificio">
      <documentation>Ingresos (finanzas) — Get</documentation>
      <input message="tns:GetIngresoEdificioRequest"/>
      <output message="tns:GetIngresoEdificioResponse"/>
    </operation>
    <operation name="CreateIngresoEdificio">
      <documentation>Ingresos (finanzas) — Create</documentation>
      <input message="tns:CreateIngresoEdificioRequest"/>
      <output message="tns:CreateIngresoEdificioResponse"/>
    </operation>
    <operation name="UpdateIngresoEdificio">
      <documentation>Ingresos (finanzas) — Update</documentation>
      <input message="tns:UpdateIngresoEdificioRequest"/>
      <output message="tns:UpdateIngresoEdificioResponse"/>
    </operation>
    <operation name="DeleteIngresoEdificio">
      <documentation>Ingresos (finanzas) — Delete</documentation>
      <input message="tns:DeleteIngresoEdificioRequest"/>
      <output message="tns:DeleteIngresoEdificioResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_IngresoEdificioBinding" type="tns:ComunideskSoap_IngresoEdificioPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListIngresoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListIngresoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetIngresoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetIngresoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateIngresoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateIngresoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateIngresoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateIngresoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteIngresoEdificio">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteIngresoEdificio"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_IngresoEdificioService">
    <documentation>Ingresos del módulo Finanzas del edificio.</documentation>
    <port name="ComunideskSoap_IngresoEdificioPort" binding="tns:ComunideskSoap_IngresoEdificioBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
