pdbsoadev/SBTransform/PipelineResponse.wsdl

46 lines
2.1 KiB
XML
Raw Normal View History

2024-10-23 09:10:35 +00:00
<?xml version= '1.0' encoding= 'UTF-8' ?>
<wsdl:definitions
name="PipelineResponse"
targetNamespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineResponse"
xmlns:tns="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineResponse"
xmlns:inp1="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO"
xmlns:inp2="http://www.example.org"
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://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO"
schemaLocation="Resources/CGI_SPCO_IMPORT_INFO_table.xsd"/>
</xsd:schema>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.example.org" schemaLocation="Resources/Response.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="requestMessage">
<wsdl:part name="input" element="inp1:SpcoImportInfoCollection"/>
</wsdl:message>
<wsdl:message name="replyMessage">
<wsdl:part name="output" element="inp2:Response"/>
</wsdl:message>
<wsdl:portType name="execute_ptt">
<wsdl:operation name="execute">
<wsdl:input message="tns:requestMessage"/>
<wsdl:output message="tns:replyMessage"/>
</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/pdbsoadev/SBTransform/PipelineResponse"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" namespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineResponse"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>