Howto manipulate WMS content using Integration Server

Hi,

I’ve to move files stored as MWS content using a Integration Server service.

The attachment panel is used for uploading files and storing them as content files in MWS 8.0. As content service database is used.
IS would have access to the content URI for each file.

I’ve to write an Integration Server service which moves (or copy & delete) some of those content files from the MWS to another file storage (let’s assume FTP here). So fetching the file is not enough, I’ve to remove it as well.

Is there any MWS API which can be used for this task?

Thanks a lot!

Best Regards,
Wolf

While you could use proprietary MWS APIs, you could alternatively use FTP or JCR apis.

Regards,
–mark