Skip to Main Content

Application Development 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!

RIDC - DOC_INFO - DocUrl - How to avoid the revision flag from the returned Web URL

Vipin PillaiAug 15 2013 — edited Aug 17 2013

Hi,

Using RIDC, DOC_INFO service returns the docurl with revision flag, which is a broken URL from browser.

String DocUrl = response.getLocal("DocUrl");

Result:http://<server>:16200/cs/groups/secure/documents/document/mdaw/mday/~edisp/002264~1.jpg  (How do I exclude the revision (~1) from the doc url returned.)

The IsJava browser URL returns the DocUrl correctly for the same service as below. Please advise.

IsJava URL : http://<server>:16200/cs/idcplg?IdcService=DOC_INFO&dID=2461&IsJava=1

Result:

<?hda version="11gR1-11.1.1.7.0-idcprod1-130304T092605" jcharset="UTF8" encoding="utf-8"?>

@Properties LocalData

DocUrl=http://<server>:16200/cs/groups/secure/documents/document/mdaw/mday/~edisp/002264.jpg

IdcService=DOC_INFO

IsJava=1

Thanks,

Vipin Pillai

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2013
Added on Aug 15 2013
7 comments
1,428 views