<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_ProcedimientoInterno"
  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="ProcedimientoInterno"><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="titulo" type="xsd:string" minOccurs="1"/><xsd:element name="categoria" type="xsd:string" minOccurs="0"/><xsd:element name="pasos" type="xsd:string" minOccurs="1"/><xsd:element name="responsable" type="xsd:string" minOccurs="0"/><xsd:element name="activo" type="xsd:boolean" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListProcedimientoInternoRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListProcedimientoInternoResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetProcedimientoInternoRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetProcedimientoInternoResponse"><part name="item" type="tns:ProcedimientoInterno"/></message>
  <message name="CreateProcedimientoInternoRequest"><part name="body" type="tns:ProcedimientoInterno"/></message>
  <message name="CreateProcedimientoInternoResponse"><part name="item" type="tns:ProcedimientoInterno"/></message>
  <message name="UpdateProcedimientoInternoRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:ProcedimientoInterno"/></message>
  <message name="UpdateProcedimientoInternoResponse"><part name="item" type="tns:ProcedimientoInterno"/></message>
  <message name="DeleteProcedimientoInternoRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteProcedimientoInternoResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_ProcedimientoInternoPortType">
    
    <operation name="ListProcedimientoInterno">
      <documentation>Procedimientos — List</documentation>
      <input message="tns:ListProcedimientoInternoRequest"/>
      <output message="tns:ListProcedimientoInternoResponse"/>
    </operation>
    <operation name="GetProcedimientoInterno">
      <documentation>Procedimientos — Get</documentation>
      <input message="tns:GetProcedimientoInternoRequest"/>
      <output message="tns:GetProcedimientoInternoResponse"/>
    </operation>
    <operation name="CreateProcedimientoInterno">
      <documentation>Procedimientos — Create</documentation>
      <input message="tns:CreateProcedimientoInternoRequest"/>
      <output message="tns:CreateProcedimientoInternoResponse"/>
    </operation>
    <operation name="UpdateProcedimientoInterno">
      <documentation>Procedimientos — Update</documentation>
      <input message="tns:UpdateProcedimientoInternoRequest"/>
      <output message="tns:UpdateProcedimientoInternoResponse"/>
    </operation>
    <operation name="DeleteProcedimientoInterno">
      <documentation>Procedimientos — Delete</documentation>
      <input message="tns:DeleteProcedimientoInternoRequest"/>
      <output message="tns:DeleteProcedimientoInternoResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_ProcedimientoInternoBinding" type="tns:ComunideskSoap_ProcedimientoInternoPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListProcedimientoInterno">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListProcedimientoInterno"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetProcedimientoInterno">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetProcedimientoInterno"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateProcedimientoInterno">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateProcedimientoInterno"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateProcedimientoInterno">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateProcedimientoInterno"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteProcedimientoInterno">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteProcedimientoInterno"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_ProcedimientoInternoService">
    <documentation>Procedimientos internos operativos.</documentation>
    <port name="ComunideskSoap_ProcedimientoInternoPort" binding="tns:ComunideskSoap_ProcedimientoInternoBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
