Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
C API
peter_choe
I realize that this may be a strange/stupid question, but is there any C or C++ API for WorkSite MP?
Find more posts tagged with
Comments
dbguy
The SDK includes COM and .NET versions of the WOM. Your question was neither strange nor stupid...
peter_choe
thanks for the reply.
i found a dll folder in the worksitemp4 installation directory. is this the one for windows? as well as the linux and aix are the unix versions?
dbguy
The non Java APIs are supported in Windows, MS versions of the languages only... Sorry.
Migrateduser
I would be interested in understanding what your use case is.
if you could contact me I would appreciate it.
lissa@interwoven.com
Developer Evangelist
lissa
peter_choe
basically, i have a C library that i need to use. the C library is used to manage archival data from worksite mp.
so, i would need to find what data can be archived by looking at some meta tag. the way i see it, i need the WOM C api to talk to the worksite mp and use the C library to archive the data to the storage device.
i have looked at the possibility of using jni to create wrapper classes to the C api. but i thought that using a pure C implementation would be easier.
is there documents for the WOM C API?
JP0
The core WOM API was developed in Java. Therefore, I would suggest using this and JNI to communicate
with your library.