Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I want not access "http://xdbhost:port/orawsv" on xmldb web service

refreshktgFeb 25 2013 — edited Feb 27 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2013
Added on Feb 25 2013
5 comments
367 views