<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://WSPublicationv2.rentalp.ch.objectimage" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://WSPublicationv2.rentalp.ch.objectimage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://WSPublicationv2.rentalp.ch.objectimage">
      <s:element name="GetObjectImage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="objectLocationId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="objectImageId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="lFirstImageOnly" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetObjectImageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetObjectImageResult" type="tns:ArrayOfObjectImage" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfObjectImage">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ObjectImage" nillable="true" type="tns:ObjectImage" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ObjectImage">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_ObjectImage" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="URL_Medium" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URL_Small" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URL_Large" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="UNC_Path_Source" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SortOrder" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="PictureTypeTypeEnum" type="tns:ObjectLocationTypeEnum" />
          <s:element minOccurs="0" maxOccurs="1" name="PictureSeasonTypeEnum" type="tns:ObjectLocationTypeEnum" />
          <s:element minOccurs="0" maxOccurs="1" name="LabelTitle" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LabelDescription" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ObjectImageCourtageType" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="ID_ObjectImageType" type="s:decimal" />
          <s:element minOccurs="1" maxOccurs="1" name="IsPlan" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ObjectLocationTypeEnum">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID_Enum" type="s:decimal" />
          <s:element minOccurs="0" maxOccurs="1" name="Code_Enum" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TranslatedLabel_Enum" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ResizeObjectImage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="objectImageId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="nWidth" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="nHeight" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="lUseCachedImage" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ResizeObjectImageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ResizeObjectImageResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetObjectImageCourtage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="objectId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="objectImageId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="lFirstImageOnly" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="nObjectImageType" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetObjectImageCourtageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetObjectImageCourtageResult" type="tns:ArrayOfObjectImage" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ResizeObjectImageGeneric">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="objectImageId" type="s:decimal" />
            <s:element minOccurs="1" maxOccurs="1" name="nWidth" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="nHeight" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="lUseCachedImage" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="lIsCourtage" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ResizeObjectImageGenericResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ResizeObjectImageGenericResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ArrayOfObjectImage" nillable="true" type="tns:ArrayOfObjectImage" />
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetObjectImageSoapIn">
    <wsdl:part name="parameters" element="tns:GetObjectImage" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageSoapOut">
    <wsdl:part name="parameters" element="tns:GetObjectImageResponse" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageSoapIn">
    <wsdl:part name="parameters" element="tns:ResizeObjectImage" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageSoapOut">
    <wsdl:part name="parameters" element="tns:ResizeObjectImageResponse" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageSoapIn">
    <wsdl:part name="parameters" element="tns:GetObjectImageCourtage" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageSoapOut">
    <wsdl:part name="parameters" element="tns:GetObjectImageCourtageResponse" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericSoapIn">
    <wsdl:part name="parameters" element="tns:ResizeObjectImageGeneric" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericSoapOut">
    <wsdl:part name="parameters" element="tns:ResizeObjectImageGenericResponse" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageHttpGetIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectLocationId" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="lFirstImageOnly" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfObjectImage" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageHttpGetIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="nWidth" type="s:string" />
    <wsdl:part name="nHeight" type="s:string" />
    <wsdl:part name="lUseCachedImage" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageHttpGetIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectId" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="lFirstImageOnly" type="s:string" />
    <wsdl:part name="nObjectImageType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfObjectImage" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericHttpGetIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="nWidth" type="s:string" />
    <wsdl:part name="nHeight" type="s:string" />
    <wsdl:part name="lUseCachedImage" type="s:string" />
    <wsdl:part name="lIsCourtage" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageHttpPostIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectLocationId" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="lFirstImageOnly" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfObjectImage" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageHttpPostIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="nWidth" type="s:string" />
    <wsdl:part name="nHeight" type="s:string" />
    <wsdl:part name="lUseCachedImage" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageHttpPostIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectId" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="lFirstImageOnly" type="s:string" />
    <wsdl:part name="nObjectImageType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetObjectImageCourtageHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfObjectImage" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericHttpPostIn">
    <wsdl:part name="sessionKey" type="s:string" />
    <wsdl:part name="objectImageId" type="s:string" />
    <wsdl:part name="nWidth" type="s:string" />
    <wsdl:part name="nHeight" type="s:string" />
    <wsdl:part name="lUseCachedImage" type="s:string" />
    <wsdl:part name="lIsCourtage" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ResizeObjectImageGenericHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="CITI_WS_OBJECTIMAGESoap">
    <wsdl:operation name="GetObjectImage">
      <wsdl:input message="tns:GetObjectImageSoapIn" />
      <wsdl:output message="tns:GetObjectImageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <wsdl:input message="tns:ResizeObjectImageSoapIn" />
      <wsdl:output message="tns:ResizeObjectImageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <wsdl:input message="tns:GetObjectImageCourtageSoapIn" />
      <wsdl:output message="tns:GetObjectImageCourtageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <wsdl:input message="tns:ResizeObjectImageGenericSoapIn" />
      <wsdl:output message="tns:ResizeObjectImageGenericSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CITI_WS_OBJECTIMAGEHttpGet">
    <wsdl:operation name="GetObjectImage">
      <wsdl:input message="tns:GetObjectImageHttpGetIn" />
      <wsdl:output message="tns:GetObjectImageHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <wsdl:input message="tns:ResizeObjectImageHttpGetIn" />
      <wsdl:output message="tns:ResizeObjectImageHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <wsdl:input message="tns:GetObjectImageCourtageHttpGetIn" />
      <wsdl:output message="tns:GetObjectImageCourtageHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <wsdl:input message="tns:ResizeObjectImageGenericHttpGetIn" />
      <wsdl:output message="tns:ResizeObjectImageGenericHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CITI_WS_OBJECTIMAGEHttpPost">
    <wsdl:operation name="GetObjectImage">
      <wsdl:input message="tns:GetObjectImageHttpPostIn" />
      <wsdl:output message="tns:GetObjectImageHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <wsdl:input message="tns:ResizeObjectImageHttpPostIn" />
      <wsdl:output message="tns:ResizeObjectImageHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <wsdl:input message="tns:GetObjectImageCourtageHttpPostIn" />
      <wsdl:output message="tns:GetObjectImageCourtageHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <wsdl:input message="tns:ResizeObjectImageGenericHttpPostIn" />
      <wsdl:output message="tns:ResizeObjectImageGenericHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CITI_WS_OBJECTIMAGESoap" type="tns:CITI_WS_OBJECTIMAGESoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetObjectImage">
      <soap:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/GetObjectImage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <soap:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/ResizeObjectImage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <soap:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/GetObjectImageCourtage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <soap:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/ResizeObjectImageGeneric" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CITI_WS_OBJECTIMAGESoap12" type="tns:CITI_WS_OBJECTIMAGESoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetObjectImage">
      <soap12:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/GetObjectImage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <soap12:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/ResizeObjectImage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <soap12:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/GetObjectImageCourtage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <soap12:operation soapAction="http://WSPublicationv2.rentalp.ch.objectimage/ResizeObjectImageGeneric" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CITI_WS_OBJECTIMAGEHttpGet" type="tns:CITI_WS_OBJECTIMAGEHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetObjectImage">
      <http:operation location="/GetObjectImage" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <http:operation location="/ResizeObjectImage" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <http:operation location="/GetObjectImageCourtage" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <http:operation location="/ResizeObjectImageGeneric" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CITI_WS_OBJECTIMAGEHttpPost" type="tns:CITI_WS_OBJECTIMAGEHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetObjectImage">
      <http:operation location="/GetObjectImage" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImage">
      <http:operation location="/ResizeObjectImage" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetObjectImageCourtage">
      <http:operation location="/GetObjectImageCourtage" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ResizeObjectImageGeneric">
      <http:operation location="/ResizeObjectImageGeneric" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CITI_WS_OBJECTIMAGE">
    <wsdl:port name="CITI_WS_OBJECTIMAGESoap" binding="tns:CITI_WS_OBJECTIMAGESoap">
      <soap:address location="https://wspublicationv2.rentalp.ch/CITI_WS_OBJECTIMAGE.asmx" />
    </wsdl:port>
    <wsdl:port name="CITI_WS_OBJECTIMAGESoap12" binding="tns:CITI_WS_OBJECTIMAGESoap12">
      <soap12:address location="https://wspublicationv2.rentalp.ch/CITI_WS_OBJECTIMAGE.asmx" />
    </wsdl:port>
    <wsdl:port name="CITI_WS_OBJECTIMAGEHttpGet" binding="tns:CITI_WS_OBJECTIMAGEHttpGet">
      <http:address location="https://wspublicationv2.rentalp.ch/CITI_WS_OBJECTIMAGE.asmx" />
    </wsdl:port>
    <wsdl:port name="CITI_WS_OBJECTIMAGEHttpPost" binding="tns:CITI_WS_OBJECTIMAGEHttpPost">
      <http:address location="https://wspublicationv2.rentalp.ch/CITI_WS_OBJECTIMAGE.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>