pdbsoadev/SBTransform/PipelineDB.wsdl

46 lines
2.1 KiB
XML
Raw Permalink Normal View History

2024-10-23 09:10:35 +00:00
<?xml version= '1.0' encoding= 'UTF-8' ?>
<wsdl:definitions
name="PipelineDB"
targetNamespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineDB"
xmlns:tns="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineDB"
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:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
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="INSERT">
<wsdl:operation name="INSERT">
<wsdl:input message="tns:requestMessage"/>
<wsdl:output message="tns:replyMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="execute_bind" type="tns:INSERT">
<soap12:binding transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"/>
<wsdl:operation name="INSERT">
<soap12:operation style="document" soapAction="INSERT" soapActionRequired="false"/>
<wsdl:input>
<soap12:body use="literal" namespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineDB"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" namespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/PipelineDB"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>