<?xml version="1.0" encoding="UTF-8"?>
<definitions name="ComunideskSoap_CargaCartola"
  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="CargaCartola"><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="nombreArchivo" type="xsd:string" minOccurs="1"/><xsd:element name="periodo" type="xsd:string" minOccurs="1"/><xsd:element name="resumen" type="xsd:string" minOccurs="1"/><xsd:element name="rangoFechas" type="xsd:string" minOccurs="1"/><xsd:element name="movimientosIds" type="xsd:string" minOccurs="0"/><xsd:element name="movimientosData" type="xsd:string" minOccurs="0"/></xsd:sequence></xsd:complexType>
    </xsd:schema>
  </types>

  
  <message name="ListCargaCartolaRequest"><part name="edificioId" type="xsd:string"/></message>
  <message name="ListCargaCartolaResponse"><part name="items" type="xsd:string"/></message>
  <message name="GetCargaCartolaRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="GetCargaCartolaResponse"><part name="item" type="tns:CargaCartola"/></message>
  <message name="CreateCargaCartolaRequest"><part name="body" type="tns:CargaCartola"/></message>
  <message name="CreateCargaCartolaResponse"><part name="item" type="tns:CargaCartola"/></message>
  <message name="UpdateCargaCartolaRequest"><part name="id" type="xsd:string"/><part name="body" type="tns:CargaCartola"/></message>
  <message name="UpdateCargaCartolaResponse"><part name="item" type="tns:CargaCartola"/></message>
  <message name="DeleteCargaCartolaRequest"><part name="id" type="xsd:string"/><part name="edificioId" type="xsd:string"/></message>
  <message name="DeleteCargaCartolaResponse"><part name="ok" type="xsd:boolean"/></message>

  <portType name="ComunideskSoap_CargaCartolaPortType">
    
    <operation name="ListCargaCartola">
      <documentation>Cargas de cartola — List</documentation>
      <input message="tns:ListCargaCartolaRequest"/>
      <output message="tns:ListCargaCartolaResponse"/>
    </operation>
    <operation name="GetCargaCartola">
      <documentation>Cargas de cartola — Get</documentation>
      <input message="tns:GetCargaCartolaRequest"/>
      <output message="tns:GetCargaCartolaResponse"/>
    </operation>
    <operation name="CreateCargaCartola">
      <documentation>Cargas de cartola — Create</documentation>
      <input message="tns:CreateCargaCartolaRequest"/>
      <output message="tns:CreateCargaCartolaResponse"/>
    </operation>
    <operation name="UpdateCargaCartola">
      <documentation>Cargas de cartola — Update</documentation>
      <input message="tns:UpdateCargaCartolaRequest"/>
      <output message="tns:UpdateCargaCartolaResponse"/>
    </operation>
    <operation name="DeleteCargaCartola">
      <documentation>Cargas de cartola — Delete</documentation>
      <input message="tns:DeleteCargaCartolaRequest"/>
      <output message="tns:DeleteCargaCartolaResponse"/>
    </operation>
  </portType>

  <binding name="ComunideskSoap_CargaCartolaBinding" type="tns:ComunideskSoap_CargaCartolaPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    
    <operation name="ListCargaCartola">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/ListCargaCartola"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="GetCargaCartola">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/GetCargaCartola"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="CreateCargaCartola">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/CreateCargaCartola"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="UpdateCargaCartola">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/UpdateCargaCartola"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
    <operation name="DeleteCargaCartola">
      <soap:operation soapAction="https://gateway.comunidesk.com/soap/DeleteCargaCartola"/>
      <input><soap:body use="literal"/></input>
      <output><soap:body use="literal"/></output>
    </operation>
  </binding>

  <service name="ComunideskSoap_CargaCartolaService">
    <documentation>Historial de importaciones de cartola bancaria.</documentation>
    <port name="ComunideskSoap_CargaCartolaPort" binding="tns:ComunideskSoap_CargaCartolaBinding">
      <soap:address location="https://gateway.comunidesk.com/v1/soap"/>
    </port>
  </service>
</definitions>
