<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://sef.pt/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://sef.pt/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sef.pt/">
      <s:element name="EntregaBoletinsAlojamento">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UnidadeHoteleira" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Estabelecimento" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="ChaveAcesso" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Boletins" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EntregaBoletinsAlojamentoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EntregaBoletinsAlojamentoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="EntregaBoletinsAlojamentoSoapIn">
    <wsdl:part name="parameters" element="tns:EntregaBoletinsAlojamento" />
  </wsdl:message>
  <wsdl:message name="EntregaBoletinsAlojamentoSoapOut">
    <wsdl:part name="parameters" element="tns:EntregaBoletinsAlojamentoResponse" />
  </wsdl:message>
  <wsdl:portType name="BoletinsAlojamentoSoap">
    <wsdl:operation name="EntregaBoletinsAlojamento">
      <wsdl:input message="tns:EntregaBoletinsAlojamentoSoapIn" />
      <wsdl:output message="tns:EntregaBoletinsAlojamentoSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BoletinsAlojamentoSoap" type="tns:BoletinsAlojamentoSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EntregaBoletinsAlojamento">
      <soap:operation soapAction="http://sef.pt/EntregaBoletinsAlojamento" 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="BoletinsAlojamentoSoap12" type="tns:BoletinsAlojamentoSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EntregaBoletinsAlojamento">
      <soap12:operation soapAction="http://sef.pt/EntregaBoletinsAlojamento" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BoletinsAlojamento">
    <wsdl:port name="BoletinsAlojamentoSoap" binding="tns:BoletinsAlojamentoSoap">
      <soap:address location="https://siba.ssi.gov.pt/bawsdev/boletinsalojamento.asmx" />
    </wsdl:port>
    <wsdl:port name="BoletinsAlojamentoSoap12" binding="tns:BoletinsAlojamentoSoap12">
      <soap12:address location="https://siba.ssi.gov.pt/bawsdev/boletinsalojamento.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>