<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://webservices.tekever.eu/ctt" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://webservices.tekever.eu/ctt">
<types>
<xsd:schema targetNamespace="http://webservices.tekever.eu/ctt"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="CustoEMSInternacionalRequest">
  <part name="zona" type="xsd:int" />
  <part name="peso" type="xsd:int" /></message>
<message name="CustoEMSInternacionalResponse">
  <part name="retorna" type="xsd:float" /></message>
<message name="CustoQuickNacionalRequest">
  <part name="peso" type="xsd:int" /></message>
<message name="CustoQuickNacionalResponse">
  <part name="retorna" type="xsd:float" /></message>
<message name="CustoQuickNacionalIlhasRequest">
  <part name="peso" type="xsd:int" /></message>
<message name="CustoQuickNacionalIlhasResponse">
  <part name="retorna" type="xsd:float" /></message>
<message name="ObterPaisesRequest">
  <part name="zona" type="xsd:int" /></message>
<message name="ObterPaisesResponse">
  <part name="retorna" type="xsd:string" /></message>
<portType name="CustodeEnviodeEncomendaspelosCTTPortType">
  <operation name="CustoEMSInternacional">
    <documentation>Indicar Zona de destino Internacional, e peso total em GRAMAS.(verificar zonas no website dos CTT, para EMS Internacional)</documentation>
    <input message="tns:CustoEMSInternacionalRequest"/>
    <output message="tns:CustoEMSInternacionalResponse"/>
  </operation>
  <operation name="CustoQuickNacional">
    <documentation>Envios para destino Nacional Continental, e peso total em GRAMAS.</documentation>
    <input message="tns:CustoQuickNacionalRequest"/>
    <output message="tns:CustoQuickNacionalResponse"/>
  </operation>
  <operation name="CustoQuickNacionalIlhas">
    <documentation>Envios para destino Nacional Ilhas, e peso total em GRAMAS.</documentation>
    <input message="tns:CustoQuickNacionalIlhasRequest"/>
    <output message="tns:CustoQuickNacionalIlhasResponse"/>
  </operation>
  <operation name="ObterPaises">
    <documentation>Indica-se o número de zona e é devolvida lista de países da mesma separados por vírgula.</documentation>
    <input message="tns:ObterPaisesRequest"/>
    <output message="tns:ObterPaisesResponse"/>
  </operation>
</portType>
<binding name="CustodeEnviodeEncomendaspelosCTTBinding" type="tns:CustodeEnviodeEncomendaspelosCTTPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="CustoEMSInternacional">
    <soap:operation soapAction="http://webservices.tekever.eu/ctt#CustoEMSInternacional" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="CustoQuickNacional">
    <soap:operation soapAction="http://webservices.tekever.eu/ctt#CustoQuickNacional" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="CustoQuickNacionalIlhas">
    <soap:operation soapAction="http://webservices.tekever.eu/ctt#CustoQuickNacionalIlhas" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="ObterPaises">
    <soap:operation soapAction="http://webservices.tekever.eu/ctt#ObterPaises" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://webservices.tekever.eu/ctt" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="CustodeEnviodeEncomendaspelosCTT">
  <port name="CustodeEnviodeEncomendaspelosCTTPort" binding="tns:CustodeEnviodeEncomendaspelosCTTBinding">
    <soap:address location="http://webservices.tekever.eu/ctt/index.php"/>
  </port>
</service>
</definitions>