<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_Finanzas"
  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="Finanzas"><xsd:sequence><xsd:element name="_id" type="xsd:string" minOccurs="0"/><xsd:element name="type" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListFinanzasRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListFinanzasResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetFinanzasRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetFinanzasResponse"><part name="item" type="tns:Finanzas"/></message>
  <message name="CreateFinanzasRequest"><part name="body" type="tns:Finanzas"/></message>
  <message name="CreateFinanzasResponse"><part name="item" type="tns:Finanzas"/></message>
  <message name="UpdateFinanzasRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:Finanzas"/></message>
  <message name="UpdateFinanzasResponse"><part name="item" type="tns:Finanzas"/></message>
  <message name="DeleteFinanzasRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteFinanzasResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_FinanzasPortType">
    
    <operation name="ListFinanzas">
      <documentation>Finanzas — List</documentation>
      <input message="tns:ListFinanzasRequest"/>
      <output message="tns:ListFinanzasResponse"/>
    </operation>
    <operation name="GetFinanzas">
      <documentation>Finanzas — Get</documentation>
      <input message="tns:GetFinanzasRequest"/>
      <output message="tns:GetFinanzasResponse"/>
    </operation>
    <operation name="CreateFinanzas">
      <documentation>Finanzas — Create</documentation>
      <input message="tns:CreateFinanzasRequest"/>
      <output message="tns:CreateFinanzasResponse"/>
    </operation>
    <operation name="UpdateFinanzas">
      <documentation>Finanzas — Update</documentation>
      <input message="tns:UpdateFinanzasRequest"/>
      <output message="tns:UpdateFinanzasResponse"/>
    </operation>
    <operation name="DeleteFinanzas">
      <documentation>Finanzas — Delete</documentation>
      <input message="tns:DeleteFinanzasRequest"/>
      <output message="tns:DeleteFinanzasResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_FinanzasBinding" type="tns:ComunideskSoap_FinanzasPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListFinanzas">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListFinanzas"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetFinanzas">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetFinanzas"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateFinanzas">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateFinanzas"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateFinanzas">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateFinanzas"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteFinanzas">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteFinanzas"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_FinanzasService">
    <documentation>Vista agregada del módulo Finanzas (egresos, ingresos y tesorería).</documentation>
    <port name="ComunideskSoap_FinanzasPort" binding="tns:ComunideskSoap_FinanzasBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
