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!

Question: How to check in content with WebService

575320Jun 6 2007 — edited May 12 2009
I try to develop a web application where a user can upload a document to the Content Server.

I have binded the $STELLENT\idcm1\weblayout\groups\secure\wsdl\custom\CheckIn.wsdl file with a WebService DataControl (JDeveloper).
After doing that, I can browse the DataControl to CheckInUniversal/Parameters, and then I see a list of upload parameters I can pass to the SOAP request.

My question is how can I pass the file itself ?

I see there is two parameters concerning primaryFile : primaryFile_fileName & primaryFile_fileContent.
I have tried with an ADF Faces InputFile component with no success.

Also, I see that the parameters furnished by the WSDL file are slightly different than the ones listed in the SOAP&WSDL Content Server guide http://download-east.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/sdk/soap/wwhelp/wwhimpl/js/html/wwhelp.htm under Sample Service Calls/Check In Content Item/ ...

Have anyone tried to check in file using JDeveloper ?

Thanks!

Jean-Philippe
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2009
Added on Jun 6 2007
9 comments
5,505 views