<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_ReporteAnualGestion"
  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="ReporteAnualGestion"><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="anio" type="xsd:double" minOccurs="1"/><xsd:element name="estado" type="xsd:string" minOccurs="0"/><xsd:element name="checklist" type="xsd:string" minOccurs="0"/><xsd:element name="secciones" type="xsd:string" minOccurs="0"/><xsd:element name="comentarios" type="xsd:string" minOccurs="0"/><xsd:element name="notasAdmin" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListReporteAnualGestionRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListReporteAnualGestionResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetReporteAnualGestionRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetReporteAnualGestionResponse"><part name="item" type="tns:ReporteAnualGestion"/></message>
  <message name="CreateReporteAnualGestionRequest"><part name="body" type="tns:ReporteAnualGestion"/></message>
  <message name="CreateReporteAnualGestionResponse"><part name="item" type="tns:ReporteAnualGestion"/></message>
  <message name="UpdateReporteAnualGestionRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:ReporteAnualGestion"/></message>
  <message name="UpdateReporteAnualGestionResponse"><part name="item" type="tns:ReporteAnualGestion"/></message>
  <message name="DeleteReporteAnualGestionRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteReporteAnualGestionResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_ReporteAnualGestionPortType">
    
    <operation name="ListReporteAnualGestion">
      <documentation>Reporte anual de gestión — List</documentation>
      <input message="tns:ListReporteAnualGestionRequest"/>
      <output message="tns:ListReporteAnualGestionResponse"/>
    </operation>
    <operation name="GetReporteAnualGestion">
      <documentation>Reporte anual de gestión — Get</documentation>
      <input message="tns:GetReporteAnualGestionRequest"/>
      <output message="tns:GetReporteAnualGestionResponse"/>
    </operation>
    <operation name="CreateReporteAnualGestion">
      <documentation>Reporte anual de gestión — Create</documentation>
      <input message="tns:CreateReporteAnualGestionRequest"/>
      <output message="tns:CreateReporteAnualGestionResponse"/>
    </operation>
    <operation name="UpdateReporteAnualGestion">
      <documentation>Reporte anual de gestión — Update</documentation>
      <input message="tns:UpdateReporteAnualGestionRequest"/>
      <output message="tns:UpdateReporteAnualGestionResponse"/>
    </operation>
    <operation name="DeleteReporteAnualGestion">
      <documentation>Reporte anual de gestión — Delete</documentation>
      <input message="tns:DeleteReporteAnualGestionRequest"/>
      <output message="tns:DeleteReporteAnualGestionResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_ReporteAnualGestionBinding" type="tns:ComunideskSoap_ReporteAnualGestionPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListReporteAnualGestion">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListReporteAnualGestion"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetReporteAnualGestion">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetReporteAnualGestion"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateReporteAnualGestion">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateReporteAnualGestion"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateReporteAnualGestion">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateReporteAnualGestion"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteReporteAnualGestion">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteReporteAnualGestion"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_ReporteAnualGestionService">
    <documentation>Reporte anual con checklist, slides, comentarios y exportación PPTX.</documentation>
    <port name="ComunideskSoap_ReporteAnualGestionPort" binding="tns:ComunideskSoap_ReporteAnualGestionBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
