Im new to IBM filenet. I just got the webservice url of the CMIS filenet.
My requirement is to store a PDF document got from one system using apache camel route to filenet. Tried importing the wsdl in SOAP UI and i can see set of APIs like createDocument, createFolder etc., Is there a simple way of testing these APIs. First at least i want to simple test in java at least to store a document in filenet. Please help me out in understanding.
In order to troubleshoot the CMIS, I usually follow the general steps that I compiled for you below. saying this, I would highly advise you to create unit tests for each of your operations as you go and I promise it will save you a lot of time and effort
The request should have Content-Type: application/atom+xml;type=entry, and the properties, cmis:name and cmis:objectTypeid, in the cmisra:object element.
a. http://www.fiddler2.com/fiddler2/ b. http://chemistry.apache.org/java/download.html