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)
Integration with web service
akjal
I have a web service which will accept a zip file and place it on a folder in a server. Now I want to use Interwoven to monitor this this folder. As soon as it gets a zip file, Interwoven needs to move this file in another folder in the same server.
Can anybody help me..?
Thanks in advance...
Jaleel
Find more posts tagged with
Comments
Migrateduser
If you are on UNIX set up a cron job to monitor the folder and once the file exists then run a script to move the file.
akjal
Thanks for ur reply..
Actually I'm working in Windows OS .
The zip file first place into a folder in server where interwoven is installed.
The interwoven needs to move that file in to a folder managed under interwoven. Actually I am new to Interwoven. I worked in similar product like
sharepoint. This is possible in sharepoint. I want to know is this workable in Interwoven also..
Johnny
You'll have to code it yourself.
well... you may just get away with setting up a scheduled deployment job (say every 5 mins) with OpenDeploy to copy the files into the TeamSite store.
Read up on OpenDeploy.