File Type Attributes

TIBCO MDM returns file type attributes either as attachments or as hyperlinks. This is done by providing a FILE_TYPE_ATTRIBUTES context variable.

It has the following valid values:

  • ATTACHMENT — This indicates that the client would like the server to return the file type attributes as SOAP attachments to the web services response.
  • HREF — This indicates that the client would like the server to return a hyperlink into the application, from where client can download the files represented by the file type attributes. This is the default.

For example:

<Context>
<Variable name="FILE_TYPE_ATTRIBUTES" type="string">HREF</Attribute>
</Context>