pdbsoadev/SBTransform/Resources/RestService_2.wsdl

49 lines
2.2 KiB
XML
Raw Normal View History

2024-10-23 09:10:35 +00:00
<?xml version= '1.0' encoding= 'UTF-8' ?>
<wsdl:definitions
name="RestService_2"
targetNamespace="http://xmlns.oracle.com/pdbsoadev/SBTransform/RestService_2"
xmlns:tns="http://xmlns.oracle.com/pdbsoadev/SBTransform/RestService_2"
xmlns:inp1="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO"
xmlns:inp2="http://www.example.org"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<plnk:partnerLinkType name="RestService_2">
<plnk:role name="RestService_2Provider" portType="tns:RestService_2_ptt"/>
</plnk:partnerLinkType>
<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="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="Response.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="Operation1_inputMessage">
<wsdl:part name="request" element="inp1:SpcoImportInfoCollection"/>
</wsdl:message>
<wsdl:message name="Operation1_outputMessage">
<wsdl:part name="reply" element="inp2:Response"/>
</wsdl:message>
<wsdl:portType name="RestService_2_ptt">
<wsdl:operation name="Operation1">
<wsdl:input message="tns:Operation1_inputMessage"/>
<wsdl:output message="tns:Operation1_outputMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RestService_2_ptt-binding" type="tns:RestService_2_ptt">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Operation1">
<soap:operation soapAction="Operation1"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>