<?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://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx" 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://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web service get exhibition information from ICA</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx">
      <s:element name="GetFilmList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sFilmName" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="nFilms" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFilmListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFilmListResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFilm">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="FilmId" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFilmResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFilmResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFilmThumbnail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="FilmId" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Height" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Width" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFilmThumbnailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFilmThumbnailResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTicketTypes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTicketTypesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTicketTypesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Getfestivals">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetfestivalsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetfestivalsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetFilmListSoapIn">
    <wsdl:part name="parameters" element="tns:GetFilmList" />
  </wsdl:message>
  <wsdl:message name="GetFilmListSoapOut">
    <wsdl:part name="parameters" element="tns:GetFilmListResponse" />
  </wsdl:message>
  <wsdl:message name="GetFilmSoapIn">
    <wsdl:part name="parameters" element="tns:GetFilm" />
  </wsdl:message>
  <wsdl:message name="GetFilmSoapOut">
    <wsdl:part name="parameters" element="tns:GetFilmResponse" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailSoapIn">
    <wsdl:part name="parameters" element="tns:GetFilmThumbnail" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailSoapOut">
    <wsdl:part name="parameters" element="tns:GetFilmThumbnailResponse" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesSoapIn">
    <wsdl:part name="parameters" element="tns:GetTicketTypes" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesSoapOut">
    <wsdl:part name="parameters" element="tns:GetTicketTypesResponse" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsSoapIn">
    <wsdl:part name="parameters" element="tns:Getfestivals" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsSoapOut">
    <wsdl:part name="parameters" element="tns:GetfestivalsResponse" />
  </wsdl:message>
  <wsdl:message name="GetFilmListHttpGetIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="sFilmName" type="s:string" />
    <wsdl:part name="Year" type="s:string" />
    <wsdl:part name="nFilms" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmListHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmHttpGetIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="FilmId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailHttpGetIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="FilmId" type="s:string" />
    <wsdl:part name="Height" type="s:string" />
    <wsdl:part name="Width" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesHttpGetIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsHttpGetIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmListHttpPostIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="sFilmName" type="s:string" />
    <wsdl:part name="Year" type="s:string" />
    <wsdl:part name="nFilms" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmListHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmHttpPostIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="FilmId" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailHttpPostIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
    <wsdl:part name="FilmId" type="s:string" />
    <wsdl:part name="Height" type="s:string" />
    <wsdl:part name="Width" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetFilmThumbnailHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesHttpPostIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetTicketTypesHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsHttpPostIn">
    <wsdl:part name="sUserName" type="s:string" />
    <wsdl:part name="sPassword" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetfestivalsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="ExhibitionInfoSoap">
    <wsdl:operation name="GetFilmList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves list of movies in the database order by primier date desc.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmListSoapIn" />
      <wsdl:output message="tns:GetFilmListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves full information about the movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmSoapIn" />
      <wsdl:output message="tns:GetFilmSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves poster from movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmThumbnailSoapIn" />
      <wsdl:output message="tns:GetFilmThumbnailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible ticket types.</wsdl:documentation>
      <wsdl:input message="tns:GetTicketTypesSoapIn" />
      <wsdl:output message="tns:GetTicketTypesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible festivals.</wsdl:documentation>
      <wsdl:input message="tns:GetfestivalsSoapIn" />
      <wsdl:output message="tns:GetfestivalsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ExhibitionInfoHttpGet">
    <wsdl:operation name="GetFilmList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves list of movies in the database order by primier date desc.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmListHttpGetIn" />
      <wsdl:output message="tns:GetFilmListHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves full information about the movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmHttpGetIn" />
      <wsdl:output message="tns:GetFilmHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves poster from movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmThumbnailHttpGetIn" />
      <wsdl:output message="tns:GetFilmThumbnailHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible ticket types.</wsdl:documentation>
      <wsdl:input message="tns:GetTicketTypesHttpGetIn" />
      <wsdl:output message="tns:GetTicketTypesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible festivals.</wsdl:documentation>
      <wsdl:input message="tns:GetfestivalsHttpGetIn" />
      <wsdl:output message="tns:GetfestivalsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ExhibitionInfoHttpPost">
    <wsdl:operation name="GetFilmList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves list of movies in the database order by primier date desc.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmListHttpPostIn" />
      <wsdl:output message="tns:GetFilmListHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves full information about the movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmHttpPostIn" />
      <wsdl:output message="tns:GetFilmHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves poster from movie.</wsdl:documentation>
      <wsdl:input message="tns:GetFilmThumbnailHttpPostIn" />
      <wsdl:output message="tns:GetFilmThumbnailHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible ticket types.</wsdl:documentation>
      <wsdl:input message="tns:GetTicketTypesHttpPostIn" />
      <wsdl:output message="tns:GetTicketTypesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieves the possible festivals.</wsdl:documentation>
      <wsdl:input message="tns:GetfestivalsHttpPostIn" />
      <wsdl:output message="tns:GetfestivalsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ExhibitionInfoSoap" type="tns:ExhibitionInfoSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFilmList">
      <soap:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilmList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <soap:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilm" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <soap:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilmThumbnail" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <soap:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetTicketTypes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <soap:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/Getfestivals" 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="ExhibitionInfoSoap12" type="tns:ExhibitionInfoSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFilmList">
      <soap12:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilmList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <soap12:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilm" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <soap12:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetFilmThumbnail" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <soap12:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/GetTicketTypes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <soap12:operation soapAction="http://vgraf.pt/ICAMCentralWeb/ExhibitionInfo.asmx/Getfestivals" 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="ExhibitionInfoHttpGet" type="tns:ExhibitionInfoHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetFilmList">
      <http:operation location="/GetFilmList" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilm">
      <http:operation location="/GetFilm" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetFilmThumbnail">
      <http:operation location="/GetFilmThumbnail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTicketTypes">
      <http:operation location="/GetTicketTypes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Getfestivals">
      <http:operation location="/Getfestivals" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ExhibitionInfoHttpPost" type="tns:ExhibitionInfoHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetFilmList">
      <http:operation location="/GetFilmList" />
      <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="GetFilm">
      <http:operation location="/GetFilm" />
      <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="GetFilmThumbnail">
      <http:operation location="/GetFilmThumbnail" />
      <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="GetTicketTypes">
      <http:operation location="/GetTicketTypes" />
      <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="Getfestivals">
      <http:operation location="/Getfestivals" />
      <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="ExhibitionInfo">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This web service get exhibition information from ICA</wsdl:documentation>
    <wsdl:port name="ExhibitionInfoSoap" binding="tns:ExhibitionInfoSoap">
      <soap:address location="http://doctv.cplp.ica-ip.pt/ExhibitionInfo.asmx" />
    </wsdl:port>
    <wsdl:port name="ExhibitionInfoSoap12" binding="tns:ExhibitionInfoSoap12">
      <soap12:address location="http://doctv.cplp.ica-ip.pt/ExhibitionInfo.asmx" />
    </wsdl:port>
    <wsdl:port name="ExhibitionInfoHttpGet" binding="tns:ExhibitionInfoHttpGet">
      <http:address location="http://doctv.cplp.ica-ip.pt/ExhibitionInfo.asmx" />
    </wsdl:port>
    <wsdl:port name="ExhibitionInfoHttpPost" binding="tns:ExhibitionInfoHttpPost">
      <http:address location="http://doctv.cplp.ica-ip.pt/ExhibitionInfo.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>