<MimeType>
Section:
Web Services
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
You must use <MimeType> in each <MimeMapping> section to define the MIME type you want Creo Elements/Direct Model Manager to recognize as a valid related file for a model or drawing.
Creo Elements/Direct Model Manager provides the values for several standard MIME types in wmconf.xml, but if you want to configure additional MIME types, you'll need to locate the <MimeType> values through http://www.iana.org/, or through the application's vendor.
Example
<MimeMapping>
<Extension>easm</Extension>
<MimeType>application/octet-stream</MimeType>
<FileType>application/x-easm</FileType>
</MimeMapping>
Was this helpful?