25 lines
1.4 KiB
Plaintext
25 lines
1.4 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:inp1="http://xmlns.oracle.com/pcbpel/adapter/db/top/CGI_SPCO_IMPORT_INFO" xmlns="http://wadl.dev.java.net/2009/02">
|
|
<doc title="RestService_2">RestService_2</doc>
|
|
<grammars>
|
|
<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>
|
|
</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="200">
|
|
<representation mediaType="application/json" element="cns:Response" xmlns:cns="http://www.example.org"/>
|
|
</response>
|
|
</method>
|
|
</resource>
|
|
</resources>
|
|
</application>
|