Question: How to check in content with WebService
575320Jun 6 2007 — edited May 12 2009I 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