<?xml version="1.0" encoding="UTF-8" ?>
<wsdl:definitions
     name="TdpSOAP"
     targetNamespace="http://oracle.com/sca/soapservice/TdpWsApp/TdpWs/TdpSOAP"
     xmlns:tns="http://oracle.com/sca/soapservice/TdpWsApp/TdpWs/TdpSOAP"
     xmlns:inp1="http://espa.tdp.gr"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    >
    <wsdl:documentation>
        <abstractWSDL>http://cert.ops.gr:7777/soa-infra/services/default/TdpWs!1.5/WSDLs/TdpSOAP.wsdl</abstractWSDL>
    </wsdl:documentation>
    <wsdl:types>
        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <xsd:import namespace="http://espa.tdp.gr" schemaLocation="http://cert.ops.gr:7777/soa-infra/services/default/TdpWs/TdpSOAP?XSD=../Schemas/TDP_WS.xsd"/>
        </xsd:schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
        <wsdl:part name="part1" element="inp1:TDP"/>
    </wsdl:message>
    <wsdl:message name="replyMessage">
        <wsdl:part name="part1" element="inp1:TDP_OUT"/>
    </wsdl:message>
    <wsdl:message name="TDP_Fault">
        <wsdl:part name="part" element="inp1:Fault-Out"/>
    </wsdl:message>
    <wsdl:portType name="TdpPut_ptt">
        <wsdl:operation name="TdpPut">
            <wsdl:input message="tns:requestMessage"/>
            <wsdl:output message="tns:replyMessage"/>
            <wsdl:fault name="FaultResponse" message="tns:TDP_Fault"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="TdpPut_pttBinding" type="tns:TdpPut_ptt">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="TdpPut">
            <soap:operation style="document" soapAction="TdpPut"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="FaultResponse">
                <soap:fault name="FaultResponse" use="literal"/>
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="TdpSOAP">
        <wsdl:port name="TdpPut_pt" binding="tns:TdpPut_pttBinding">
            <soap:address location="http://cert.ops.gr:7777/soa-infra/services/default/TdpWs/TdpSOAP"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
