ServiceBusLogging/SBProject/LoggingPipeline.wsdl
2024-10-16 20:49:06 +07:00

34 lines
1.5 KiB
XML

<?xml version= '1.0' encoding= 'UTF-8' ?>
<wsdl:definitions
name="LoggingPipeline"
targetNamespace="http://xmlns.oracle.com/ServiceBusLogging/SBProject/LoggingPipeline"
xmlns:tns="http://xmlns.oracle.com/ServiceBusLogging/SBProject/LoggingPipeline"
xmlns:inp1="http://www.example.org/LoggingDemo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.example.org/LoggingDemo" schemaLocation="Schemas/LoggingDemo.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="requestMessage">
<wsdl:part name="part1" element="inp1:RequestElement"/>
</wsdl:message>
<wsdl:portType name="execute_ptt">
<wsdl:operation name="execute">
<wsdl:input message="tns:requestMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="execute_bind" type="tns:execute_ptt">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="execute">
<soap:operation style="document" soapAction="execute"/>
<wsdl:input>
<soap:body use="literal" namespace="http://xmlns.oracle.com/ServiceBusLogging/SBProject/LoggingPipeline"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>