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!

Use the CHECKIN_NEW service in the browser url

658179Dec 16 2010 — edited Sep 8 2011
Hi,

I use UCM 10gR3.

I am wondering if it is possible to use the CHECKIN_NEW service by just entering a url into the http path. I was checking the postCheckInStandard() function that is being called when the user is clicking the checkin button in the ucm administration webpage. All it does is checking the input values and setting the IdcService to "CHECKIN_NEW" and then submitting the form. So from my understanding I should also be able to use the CHECKIN_NEW service in my browser url which would make a GET request instead of a POST request.

So what I did was that I entered the following URL in my browser
http://<serverName>/<instanceName>/idcplg?IdcService=CHECKIN_NEW&dDocType=Picture&dDocTitle=TestCheckin&dDocAuthor=http_checkin&dSecurityGroup=Secure&primaryFile=C:/Work/Chrysanthemum.jpg&IsJava=1
Why is this not working? Is this not working because the input type of the primaryFile is 'file' instead of 'text'?

Greetings
Bodhy
This post has been answered by Jonathan Hult on Dec 17 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2011
Added on Dec 16 2010
8 comments
1,094 views