pdbsoadev/SBTransform/Resources/RestService.wadl
2024-10-23 16:10:35 +07:00

23 lines
1.2 KiB
Plaintext

<?xml version = '1.0' encoding = 'UTF-8'?>
<application xmlns:soa="http://www.oracle.com/soa/rest" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="RestService">RestService</doc>
<grammars>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO" schemaLocation="CGI_SPCO_IMPORT_INFO_table.xsd"/>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://www.example.org" schemaLocation="Response.xsd"/>
</schema>
</grammars>
<resources>
<resource path="/">
<method name="POST" soa:wsdlOperation="insert">
<request>
<representation mediaType="application/json" element="cns:SpcoImportInfoCollection" xmlns:cns="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO"/>
</request>
<response status="204"/>
</method>
</resource>
</resources>
</application>