I want not access "http://xdbhost:port/orawsv" on xmldb web service
hi
11g Release 2 (11.2) Using Native Oracle XML DB Web Services
on "Using Native Oracle XML DB Web Services"
- "http://xdb:port/orawsv" >> access"sql text " is security false
>> I want always " http://host:port/orawsv/dbschema/package etc (Accessing PL/SQL Stored Procedures)*
>> I want not access "http://xdb:port/orawsv"
(example : acess http://xdb:port/orawsv"
http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb_web_services.htm#CHDDBCHB
<?xml version="1.0" ?>
<env:Envelope xmlns:env="http://www.w3.org/2002/06/soap-envelope ">
<env:Body>
<query xmlns="http://xmlns.oracle.com/orawsv">
<query_text type="SQL">
<![CDATA[SELECT * FROM employees WHERE salary = :e]]> >>>>> disable
</query_text>
<bind name="e">8300</bind>
<pretty_print>false</pretty_print>
</query>
</env:Body>
</env:Envelope>
--- thanks for you
Edited by: 990101 on 2013. 2. 25 오전 12:47
Edited by: 990101 on 2013. 2. 25 오전 12:48