We are trying to extract files from 3DSpace via the web services APIs. For uploaded files we are able to do this by:
- Using the Document API to retrieve a "File Collaboration Service" ticket
- Sending that ticket to the FCS to retrieve the file
But this only works for user uploaded files. CAD data created via CATIA V6 I'm assuming is stored as app data, and not readily available as a Physical File. Is there a way to use the Web Services to extract CATIAV6 CAD data in 3DXML format or CGR format?
