Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
FetchVersion with OutputStream Problem
Bill_Woodson_(x-boozuser5_-_(deleted))
We have been using a custom built front end for Livelink for several months now and have been quite happy with it. I am now in the process of attempting to utilize the new Java method FetchVersion that uses an OutputStream instead of a file String. All other functionality is remaining the same. The code compiles successfully, however when executing the following code:LAPI_DOCUMENTS documents = new LAPI_DOCUMENTS (session); ByteArrayOutputStream outStream = new ByteArrayOutputStream();int status = documents.FetchVersion(volumeID, objectID, versionNumber, outStream); I receive the following Java exception: java.lang.NoSuchMethodError: com.opentext.api.LAPI_DOCUMENTS.FetchVersion(IIILjava/io/OutputStream;)IWe do have Livelink 9.2 installed on the server and are using the 9.2 LAPI.Any thoughts on how to fix this?
Find more posts tagged with
Comments
There are no comments yet